Uses of Class
org.hansken.extraction.plugin.grpc.RpcPluginType
-
Packages that use RpcPluginType Package Description org.hansken.extraction.plugin.grpc -
-
Uses of RpcPluginType in org.hansken.extraction.plugin.grpc
Methods in org.hansken.extraction.plugin.grpc that return RpcPluginType Modifier and Type Method Description static RpcPluginTypeRpcPluginType. forNumber(int value)RpcPluginTypeRpcPluginInfo.Builder. getType().org.hansken.extraction.plugin.grpc.RpcPluginType type = 1;RpcPluginTypeRpcPluginInfo. getType().org.hansken.extraction.plugin.grpc.RpcPluginType type = 1;RpcPluginTypeRpcPluginInfoOrBuilder. getType().org.hansken.extraction.plugin.grpc.RpcPluginType type = 1;static RpcPluginTypeRpcPluginType. valueOf(int value)Deprecated.static RpcPluginTypeRpcPluginType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static RpcPluginTypeRpcPluginType. valueOf(String name)Returns the enum constant of this type with the specified name.static RpcPluginType[]RpcPluginType. 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 RpcPluginType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RpcPluginType>RpcPluginType. internalGetValueMap()Methods in org.hansken.extraction.plugin.grpc with parameters of type RpcPluginType Modifier and Type Method Description RpcPluginInfo.BuilderRpcPluginInfo.Builder. setType(RpcPluginType value).org.hansken.extraction.plugin.grpc.RpcPluginType type = 1;
-