Rpc.Type |
Rpc.RpcMessageOrBuilder.getType()
required .ola.rpc.Type type = 1;
|
Rpc.Type |
Rpc.RpcMessage.getType()
required .ola.rpc.Type type = 1;
|
Rpc.Type |
Rpc.RpcMessage.Builder.getType()
required .ola.rpc.Type type = 1;
|
static Rpc.Type |
Rpc.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Rpc.Type |
Rpc.Type.valueOf(int value) |
static Rpc.Type |
Rpc.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rpc.Type[] |
Rpc.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|