public static interface Bucket.CustomPlacementConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDataLocations(int index)
List of locations to use for data placement.
|
com.google.protobuf.ByteString |
getDataLocationsBytes(int index)
List of locations to use for data placement.
|
int |
getDataLocationsCount()
List of locations to use for data placement.
|
List<String> |
getDataLocationsList()
List of locations to use for data placement.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getDataLocationsList()
List of locations to use for data placement.
repeated string data_locations = 1;
int getDataLocationsCount()
List of locations to use for data placement.
repeated string data_locations = 1;
String getDataLocations(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getDataLocationsBytes(int index)
List of locations to use for data placement.
repeated string data_locations = 1;
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.