public interface BatchGetServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
Names of the services to retrieve.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
Names of the services to retrieve.
|
int |
getNamesCount()
Names of the services to retrieve.
|
List<String> |
getNamesList()
Names of the services to retrieve.
|
String |
getParent()
Parent to retrieve services from.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent to retrieve services from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
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.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
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.
string parent = 1;List<String> getNamesList()
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.
repeated string names = 2;int getNamesCount()
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.
repeated string names = 2;String getNames(int index)
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.
repeated string names = 2;index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
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.
repeated string names = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.