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 TypeMethodDescriptionThe id to use for this async operation - optional.com.google.protobuf.ByteStringThe id to use for this async operation - optional.The namespace to failover.com.google.protobuf.ByteStringThe namespace to failover.The id of the region to failover to.com.google.protobuf.ByteStringThe id of the region to failover to.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNamespace
-
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.
-