public static class SessionExtensionsReference documentation and code samples for the Google Bigtable v2 API class SessionExtensions.
Holder for extension identifiers generated from the top level of google/bigtable/v2/session.proto
Namespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Fields
OpenSessionType
public static readonly Extension<MessageOptions, SessionType> OpenSessionTypeOnly 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.
| Field Value | |
|---|---|
| Type | Description |
ExtensionMessageOptionsSessionType |
|
RpcSessionType
public static readonly Extension<MethodOptions, SessionType> RpcSessionTypeAll session service methods must set this option to indicate which messages are permissible within the generic envelope.
| Field Value | |
|---|---|
| Type | Description |
ExtensionMethodOptionsSessionType |
|
VrpcSessionType
public static readonly RepeatedExtension<MessageOptions, SessionType> VrpcSessionTypeOnly 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.
| Field Value | |
|---|---|
| Type | Description |
RepeatedExtensionMessageOptionsSessionType |
|