@Generated
public final class SessionProto
extends com.google.protobuf.GeneratedFile
| Modifier and Type | Field and Description |
|---|---|
static int |
OPEN_SESSION_TYPE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,SessionType> |
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 int |
RPC_SESSION_TYPE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,SessionType> |
rpcSessionType
All session service methods must set this option to indicate which
messages are permissible within the generic envelope.
|
static int |
VRPC_SESSION_TYPE_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,List<SessionType>> |
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 com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int OPEN_SESSION_TYPE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,SessionType> 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.
extend .google.protobuf.MessageOptions { ... }public static final int VRPC_SESSION_TYPE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,List<SessionType>> 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.
extend .google.protobuf.MessageOptions { ... }public static final int RPC_SESSION_TYPE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,SessionType> rpcSessionType
All session service methods must set this option to indicate which messages are permissible within the generic envelope.
extend .google.protobuf.MethodOptions { ... }public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2026 Google LLC. All rights reserved.