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