Uses of Enum
io.grpc.channelz.v1.ChannelConnectivityState.State
Packages that use ChannelConnectivityState.State
Package
Description
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of ChannelConnectivityState.State in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 declared as ChannelConnectivityState.StateModifier and TypeFieldDescriptionprivate static final ChannelConnectivityState.State[]
ChannelConnectivityState.State.VALUES
Fields in io.grpc.channelz.v1 with type parameters of type ChannelConnectivityState.StateModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Internal.EnumLiteMap
<ChannelConnectivityState.State> ChannelConnectivityState.State.internalValueMap
Methods in io.grpc.channelz.v1 that return ChannelConnectivityState.StateModifier and TypeMethodDescriptionChannelConnectivityState.State.forNumber
(int value) ChannelConnectivityState.Builder.getState()
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
ChannelConnectivityState.getState()
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
ChannelConnectivityStateOrBuilder.getState()
.grpc.channelz.v1.ChannelConnectivityState.State state = 1;
ChannelConnectivityState.State.valueOf
(int value) Deprecated.ChannelConnectivityState.State.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static ChannelConnectivityState.State[]
ChannelConnectivityState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelConnectivityState.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ChannelConnectivityState.State> ChannelConnectivityState.State.internalGetValueMap()
Methods in io.grpc.channelz.v1 with parameters of type ChannelConnectivityState.StateModifier and TypeMethodDescriptionChannelConnectivityState.Builder.setState
(ChannelConnectivityState.State value) .grpc.channelz.v1.ChannelConnectivityState.State state = 1;
-
Uses of ChannelConnectivityState.State in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services that return ChannelConnectivityState.StateModifier and TypeMethodDescription(package private) static ChannelConnectivityState.State
ChannelzProtoUtil.toState
(ConnectivityState state)