Package io.grpc.channelz.v1
Interface ChannelConnectivityStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelConnectivityState,ChannelConnectivityState.Builder
@Generated
public interface ChannelConnectivityStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetState().grpc.channelz.v1.ChannelConnectivityState.State state = 1;int.grpc.channelz.v1.ChannelConnectivityState.State state = 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
-
getStateValue
int getStateValue().grpc.channelz.v1.ChannelConnectivityState.State state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
ChannelConnectivityState.State getState().grpc.channelz.v1.ChannelConnectivityState.State state = 1;- Returns:
- The state.
-