Cloud Bigtable V2 Client - Class SessionType (2.24.0)

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 \ V2

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SESSION_TYPE_UNSET

Value: 0

Generated from protobuf enum SESSION_TYPE_UNSET = 0;

SESSION_TYPE_TABLE

Value: 1

Generated from protobuf enum SESSION_TYPE_TABLE = 1;

SESSION_TYPE_AUTHORIZED_VIEW

Value: 2

Generated from protobuf enum SESSION_TYPE_AUTHORIZED_VIEW = 2;

SESSION_TYPE_MATERIALIZED_VIEW

Value: 3

Generated from protobuf enum SESSION_TYPE_MATERIALIZED_VIEW = 3;

SESSION_TYPE_TEST

Value: 9999

For internal protocol testing only.

Generated from protobuf enum SESSION_TYPE_TEST = 9999;