Interface NamespaceNotActiveFailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NamespaceNotActiveFailure,NamespaceNotActiveFailure.Builder
@Generated(value="protoc",
comments="annotations:NamespaceNotActiveFailureOrBuilder.java.pb.meta")
public interface NamespaceNotActiveFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring active_cluster = 3;com.google.protobuf.ByteStringstring active_cluster = 3;string current_cluster = 2;com.google.protobuf.ByteStringstring current_cluster = 2;string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;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()string namespace = 1;- Returns:
- The bytes for namespace.
-
getCurrentCluster
-
getCurrentClusterBytes
com.google.protobuf.ByteString getCurrentClusterBytes()string current_cluster = 2;- Returns:
- The bytes for currentCluster.
-
getActiveCluster
-
getActiveClusterBytes
com.google.protobuf.ByteString getActiveClusterBytes()string active_cluster = 3;- Returns:
- The bytes for activeCluster.
-