Interface ReconfigureCloudDatabaseActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReconfigureCloudDatabaseAction, ReconfigureCloudDatabaseAction.Builder

public interface ReconfigureCloudDatabaseActionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The fully qualified uri of the database to be reconfigured.
    com.google.protobuf.ByteString
    The fully qualified uri of the database to be reconfigured.
    The locations of the serving regions, e.g.
    com.google.protobuf.ByteString
    The locations of the serving regions, e.g.
    int
    The locations of the serving regions, e.g.
    The locations of the serving regions, e.g.
    boolean
    The fully qualified uri of the database to be reconfigured.

    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

    • hasDatabaseUri

      boolean hasDatabaseUri()
       The fully qualified uri of the database to be reconfigured.
       
      optional string database_uri = 1;
      Returns:
      Whether the databaseUri field is set.
    • getDatabaseUri

      String getDatabaseUri()
       The fully qualified uri of the database to be reconfigured.
       
      optional string database_uri = 1;
      Returns:
      The databaseUri.
    • getDatabaseUriBytes

      com.google.protobuf.ByteString getDatabaseUriBytes()
       The fully qualified uri of the database to be reconfigured.
       
      optional string database_uri = 1;
      Returns:
      The bytes for databaseUri.
    • getServingLocationsList

      List<String> getServingLocationsList()
       The locations of the serving regions, e.g. "asia-south1".
       
      repeated string serving_locations = 2;
      Returns:
      A list containing the servingLocations.
    • getServingLocationsCount

      int getServingLocationsCount()
       The locations of the serving regions, e.g. "asia-south1".
       
      repeated string serving_locations = 2;
      Returns:
      The count of servingLocations.
    • getServingLocations

      String getServingLocations(int index)
       The locations of the serving regions, e.g. "asia-south1".
       
      repeated string serving_locations = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The servingLocations at the given index.
    • getServingLocationsBytes

      com.google.protobuf.ByteString getServingLocationsBytes(int index)
       The locations of the serving regions, e.g. "asia-south1".
       
      repeated string serving_locations = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the servingLocations at the given index.