Cloud Bigtable V2 Client - Class AuthorizedViewRequest (2.24.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class AuthorizedViewRequest.

A request wrapper for operations on an authorized view. Internal usage only.

Generated from protobuf message google.bigtable.v2.AuthorizedViewRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ read_row SessionReadRowRequest
↳ mutate_row SessionMutateRowRequest

getReadRow

Generated from protobuf field .google.bigtable.v2.SessionReadRowRequest read_row = 1;

Returns
Type Description
SessionReadRowRequest|null

hasReadRow

setReadRow

Generated from protobuf field .google.bigtable.v2.SessionReadRowRequest read_row = 1;

Parameter
Name Description
var SessionReadRowRequest
Returns
Type Description
$this

getMutateRow

Generated from protobuf field .google.bigtable.v2.SessionMutateRowRequest mutate_row = 2;

Returns
Type Description
SessionMutateRowRequest|null

hasMutateRow

setMutateRow

Generated from protobuf field .google.bigtable.v2.SessionMutateRowRequest mutate_row = 2;

Parameter
Name Description
var SessionMutateRowRequest
Returns
Type Description
$this

getPayload

Returns
Type Description
string