Uses of Enum Class
org.hansken.extraction.plugin.grpc.RpcMaturity
Packages that use RpcMaturity
-
Uses of RpcMaturity in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcMaturityModifier and TypeMethodDescriptionstatic RpcMaturityRpcMaturity.forNumber(int value) RpcPluginInfo.Builder.getMaturity().org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;RpcPluginInfo.getMaturity().org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;RpcPluginInfoOrBuilder.getMaturity().org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;static RpcMaturityRpcMaturity.valueOf(int value) Deprecated.static RpcMaturityRpcMaturity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static RpcMaturityReturns the enum constant of this class with the specified name.static RpcMaturity[]RpcMaturity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcMaturityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<RpcMaturity> RpcMaturity.internalGetValueMap()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcMaturityModifier and TypeMethodDescriptionRpcPluginInfo.Builder.setMaturity(RpcMaturity value) .org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;