Reference documentation and code samples for the Cloud Bigtable V2 Client class SessionType.
Supported session types.
Protobuf type google.bigtable.v2.SessionType
Namespace
Google \ Cloud \ Bigtable \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SESSION_TYPE_UNSET
Value: 0Generated from protobuf enum SESSION_TYPE_UNSET = 0;
SESSION_TYPE_TABLE
Value: 1Generated from protobuf enum SESSION_TYPE_TABLE = 1;
SESSION_TYPE_AUTHORIZED_VIEW
Value: 2Generated from protobuf enum SESSION_TYPE_AUTHORIZED_VIEW = 2;
SESSION_TYPE_MATERIALIZED_VIEW
Value: 3Generated from protobuf enum SESSION_TYPE_MATERIALIZED_VIEW = 3;
SESSION_TYPE_TEST
Value: 9999For internal protocol testing only.
Generated from protobuf enum SESSION_TYPE_TEST = 9999;