Reference documentation and code samples for the Cloud Bigtable V2 Client class Permission.
Protobuf type google.bigtable.v2.OpenTableRequest.Permission
Namespace
Google \ Cloud \ Bigtable \ V2 \ OpenTableRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PERMISSION_UNSET
Value: 0Generated from protobuf enum PERMISSION_UNSET = 0;
PERMISSION_READ
Value: 1Generated from protobuf enum PERMISSION_READ = 1;
PERMISSION_WRITE
Value: 2Generated from protobuf enum PERMISSION_WRITE = 2;
PERMISSION_READ_WRITE
Value: 3Generated from protobuf enum PERMISSION_READ_WRITE = 3;