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 Type
    Method
    Description
    string active_cluster = 2;
    com.google.protobuf.ByteString
    string active_cluster = 2;
    string current_cluster = 1;
    com.google.protobuf.ByteString
    string current_cluster = 1;

    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

    • getCurrentCluster

      String getCurrentCluster()
      string current_cluster = 1;
      Returns:
      The currentCluster.
    • getCurrentClusterBytes

      com.google.protobuf.ByteString getCurrentClusterBytes()
      string current_cluster = 1;
      Returns:
      The bytes for currentCluster.
    • getActiveCluster

      String getActiveCluster()
      string active_cluster = 2;
      Returns:
      The activeCluster.
    • getActiveClusterBytes

      com.google.protobuf.ByteString getActiveClusterBytes()
      string active_cluster = 2;
      Returns:
      The bytes for activeCluster.