Interface ChannelConnectivityStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChannelConnectivityState, ChannelConnectivityState.Builder

public interface ChannelConnectivityStateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
    int
    .grpc.channelz.v1.ChannelConnectivityState.State 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

    • getStateValue

      int getStateValue()
      .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
      Returns:
      The state.