Interface FailoverNamespaceRegionRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:FailoverNamespaceRegionRequestOrBuilder.java.pb.meta") public interface FailoverNamespaceRegionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The id to use for this async operation - optional.
    com.google.protobuf.ByteString
    The id to use for this async operation - optional.
    The namespace to failover.
    com.google.protobuf.ByteString
    The namespace to failover.
    The id of the region to failover to.
    com.google.protobuf.ByteString
    The id of the region to failover to.

    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

    • getNamespace

      String getNamespace()
       The namespace to failover.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to failover.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getRegion

      String getRegion()
       The id of the region to failover to.
       Must be a region that the namespace is currently available in.
       
      string region = 2;
      Returns:
      The region.
    • getRegionBytes

      com.google.protobuf.ByteString getRegionBytes()
       The id of the region to failover to.
       Must be a region that the namespace is currently available in.
       
      string region = 2;
      Returns:
      The bytes for region.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id to use for this async operation - optional.
       
      string async_operation_id = 3;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id to use for this async operation - optional.
       
      string async_operation_id = 3;
      Returns:
      The bytes for asyncOperationId.