public interface BatchGetSettingsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNames(int index)
The names of the settings to retrieve.
|
com.google.protobuf.ByteString |
getNamesBytes(int index)
The names of the settings to retrieve.
|
int |
getNamesCount()
The names of the settings to retrieve.
|
List<String> |
getNamesList()
The names of the settings to retrieve.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The relative resource name of the organization shared by all of the
settings being retrieved.
Format:
* `organizations/{organization}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The relative resource name of the organization shared by all of the
settings being retrieved.
Format:
* `organizations/{organization}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getNamesList()
The names of the settings to retrieve.
A maximum of 1000 settings can be retrieved in a batch.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
repeated string names = 2;int getNamesCount()
The names of the settings to retrieve.
A maximum of 1000 settings can be retrieved in a batch.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
repeated string names = 2;String getNames(int index)
The names of the settings to retrieve.
A maximum of 1000 settings can be retrieved in a batch.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
repeated string names = 2;index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
The names of the settings to retrieve.
A maximum of 1000 settings can be retrieved in a batch.
Formats:
* `organizations/{organization}/settings`
* `folders/{folder}/settings`
* `projects/{project}/settings`
* `projects/{project}/locations/{location}/clusters/{cluster}/settings`
* `projects/{project}/regions/{region}/clusters/{cluster}/settings`
* `projects/{project}/zones/{zone}/clusters/{cluster}/settings`
repeated string names = 2;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.