public sealed class BatchGetServicesResponse : IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, IBufferMessage, IMessage
Response message for the BatchGetServices
method.
Implements
IMessage<BatchGetServicesResponse>, IEquatable<BatchGetServicesResponse>, IDeepCloneable<BatchGetServicesResponse>, 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 |
RepeatedField<Service> |