Service Usage v1 API - Class BatchGetServicesRequest (2.4.0)

public sealed class BatchGetServicesRequest : IMessage<BatchGetServicesRequest>, IEquatable<BatchGetServicesRequest>, IDeepCloneable<BatchGetServicesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Service Usage v1 API class BatchGetServicesRequest.

Request message for the BatchGetServices method.

Inheritance

object > BatchGetServicesRequest

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

BatchGetServicesRequest()

public BatchGetServicesRequest()

BatchGetServicesRequest(BatchGetServicesRequest)

public BatchGetServicesRequest(BatchGetServicesRequest other)
Parameter
NameDescription
otherBatchGetServicesRequest

Properties

Names

public RepeatedField<string> Names { get; }

Names of the services to retrieve.

An example name would be: projects/123/services/serviceusage.googleapis.com where 123 is the project number. A single request can get a maximum of 30 services at a time.

Property Value
TypeDescription
RepeatedFieldstring

Parent

public string Parent { get; set; }

Parent to retrieve services from. If this is set, the parent of all of the services specified in names must match this field. An example name would be: projects/123 where 123 is the project number. The BatchGetServices method currently only supports projects.

Property Value
TypeDescription
string