| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,SessionType> |
SessionProto.openSessionType
Only OpenSessionRequest.payload's with a type matching rpc_session_type are
accepted by the server, and only OpenSessionResponse.payload's with a type
matching rpc_session_type are accepted by the client.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,SessionType> |
SessionProto.rpcSessionType
All session service methods must set this option to indicate which
messages are permissible within the generic envelope.
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,List<SessionType>> |
SessionProto.vrpcSessionType
Only VirtualRpcRequest.payload's with a type matching rpc_session_type are
accepted by the server, and only VirtualRpcResponse.payload's with a type
matching rpc_session_type are accepted by the client.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionType |
SessionType.forNumber(int value) |
static SessionType |
SessionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SessionType |
SessionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SessionType |
SessionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionType[] |
SessionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SessionType> |
SessionType.internalGetValueMap() |
Copyright © 2026 Google LLC. All rights reserved.