public sealed class BatchGetServicesResponse : IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class BatchGetServicesResponse.
Response message for the BatchGetServices
method.
Implements
IMessageBatchGetServicesResponse, IEquatableBatchGetServicesResponse, IDeepCloneableBatchGetServicesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
BatchGetServicesResponse()
public BatchGetServicesResponse()
BatchGetServicesResponse(BatchGetServicesResponse)
public BatchGetServicesResponse(BatchGetServicesResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchGetServicesResponse |
Properties
Services
public RepeatedField<Service> Services { get; }
The requested Service states.
Property Value | |
---|---|
Type | Description |
RepeatedFieldService |