Uses of Class
org.hansken.extraction.plugin.grpc.RpcMaturity
-
Packages that use RpcMaturity Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcMaturity in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcMaturity Modifier and Type Method Description static RpcMaturityRpcMaturity. forNumber(int value)RpcMaturityRpcPluginInfo.Builder. getMaturity().org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;RpcMaturityRpcPluginInfo. getMaturity().org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;RpcMaturityRpcPluginInfoOrBuilder. 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 type with the specified name.static RpcMaturityRpcMaturity. valueOf(String name)Returns the enum constant of this type with the specified name.static RpcMaturity[]RpcMaturity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hansken.extraction.plugin.grpc that return types with arguments of type RpcMaturity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RpcMaturity>RpcMaturity. internalGetValueMap()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcMaturity Modifier and Type Method Description RpcPluginInfo.BuilderRpcPluginInfo.Builder. setMaturity(RpcMaturity value).org.hansken.extraction.plugin.grpc.RpcMaturity maturity = 7;
-