Service Usage v1 API - Class BatchGetServicesResponse (2.2.0)

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.

Inheritance

object > BatchGetServicesResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

BatchGetServicesResponse()

public BatchGetServicesResponse()

BatchGetServicesResponse(BatchGetServicesResponse)

public BatchGetServicesResponse(BatchGetServicesResponse other)
Parameter
NameDescription
otherBatchGetServicesResponse

Properties

Services

public RepeatedField<Service> Services { get; }

The requested Service states.

Property Value
TypeDescription
RepeatedFieldService