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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id to use for this async operation - optional.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id to use for this async operation - optional.java.lang.StringgetNamespace()The namespace to failover.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace to failover.java.lang.StringgetRegion()The id of the region to failover to.com.google.protobuf.ByteStringgetRegionBytes()The id of the region to failover to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.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
java.lang.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
java.lang.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.
-
-