Uses of Class
io.grpc.benchmarks.proto.Control.RpcType
-
Packages that use Control.RpcType Package Description io.grpc.benchmarks.proto -
-
Uses of Control.RpcType in io.grpc.benchmarks.proto
Methods in io.grpc.benchmarks.proto that return Control.RpcType Modifier and Type Method Description static Control.RpcTypeControl.RpcType. forNumber(int value)Control.RpcTypeControl.ClientConfig.Builder. getRpcType().grpc.testing.RpcType rpc_type = 8;Control.RpcTypeControl.ClientConfig. getRpcType().grpc.testing.RpcType rpc_type = 8;Control.RpcTypeControl.ClientConfigOrBuilder. getRpcType().grpc.testing.RpcType rpc_type = 8;static Control.RpcTypeControl.RpcType. valueOf(int value)Deprecated.static Control.RpcTypeControl.RpcType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Control.RpcTypeControl.RpcType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Control.RpcType[]Control.RpcType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.benchmarks.proto that return types with arguments of type Control.RpcType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Control.RpcType>Control.RpcType. internalGetValueMap()Methods in io.grpc.benchmarks.proto with parameters of type Control.RpcType Modifier and Type Method Description Control.ClientConfig.BuilderControl.ClientConfig.Builder. setRpcType(Control.RpcType value).grpc.testing.RpcType rpc_type = 8;
-