public sealed class BatchGetServicesRequest : IMessage<BatchGetServicesRequest>, IEquatable<BatchGetServicesRequest>, IDeepCloneable<BatchGetServicesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Usage v1 API class BatchGetServicesRequest.
Request message for the BatchGetServices method.
Implements
IMessageBatchGetServicesRequest, IEquatableBatchGetServicesRequest, IDeepCloneableBatchGetServicesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
BatchGetServicesRequest()
public BatchGetServicesRequest()BatchGetServicesRequest(BatchGetServicesRequest)
public BatchGetServicesRequest(BatchGetServicesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchGetServicesRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|