Interface DocapiCommon.WrongDistributionResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DocapiCommon.WrongDistributionResponse, DocapiCommon.WrongDistributionResponse.Builder
Enclosing class:
DocapiCommon

public static interface DocapiCommon.WrongDistributionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .documentapi.protobuf.ClusterState cluster_state = 1;
    .documentapi.protobuf.ClusterState cluster_state = 1;
    boolean
    .documentapi.protobuf.ClusterState cluster_state = 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

    • hasClusterState

      boolean hasClusterState()
      .documentapi.protobuf.ClusterState cluster_state = 1;
      Returns:
      Whether the clusterState field is set.
    • getClusterState

      DocapiCommon.ClusterState getClusterState()
      .documentapi.protobuf.ClusterState cluster_state = 1;
      Returns:
      The clusterState.
    • getClusterStateOrBuilder

      DocapiCommon.ClusterStateOrBuilder getClusterStateOrBuilder()
      .documentapi.protobuf.ClusterState cluster_state = 1;