Interface Bucket.CustomPlacementConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Bucket.CustomPlacementConfig, Bucket.CustomPlacementConfig.Builder
Enclosing class:
Bucket

public static interface Bucket.CustomPlacementConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDataLocations(int index)
    Optional.
    com.google.protobuf.ByteString
    Optional.
    int
    Optional.
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDataLocationsList

      List<String> getDataLocationsList()
       Optional. List of locations to use for data placement.
       
      repeated string data_locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the dataLocations.
    • getDataLocationsCount

      int getDataLocationsCount()
       Optional. List of locations to use for data placement.
       
      repeated string data_locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of dataLocations.
    • getDataLocations

      String getDataLocations(int index)
       Optional. List of locations to use for data placement.
       
      repeated string data_locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The dataLocations at the given index.
    • getDataLocationsBytes

      com.google.protobuf.ByteString getDataLocationsBytes(int index)
       Optional. List of locations to use for data placement.
       
      repeated string data_locations = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the dataLocations at the given index.