Cloud Bigtable V2 Client - Class GenerateInitialChangeStreamPartitionsRequest (2.3.0)

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

NOTE: This API is intended to be used by Apache Beam BigtableIO.

Request message for Bigtable.GenerateInitialChangeStreamPartitions.

Generated from protobuf message google.bigtable.v2.GenerateInitialChangeStreamPartitionsRequest

Namespace

Google \ Cloud \ Bigtable \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ table_namestring

Required. The unique name of the table from which to get change stream partitions. Values are of the form projects/<project>/instances/<instance>/tables/<table>. Change must be enabled on the table.

↳ app_profile_idstring

This value specifies routing for replication. If not specified, the "default" application profile will be used. Single cluster routing must be configured on the profile.

getTableName

Required. The unique name of the table from which to get change stream partitions. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Change must be enabled on the table.

Returns
TypeDescription
string

setTableName

Required. The unique name of the table from which to get change stream partitions. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Change must be enabled on the table.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getAppProfileId

This value specifies routing for replication. If not specified, the "default" application profile will be used.

Single cluster routing must be configured on the profile.

Returns
TypeDescription
string

setAppProfileId

This value specifies routing for replication. If not specified, the "default" application profile will be used.

Single cluster routing must be configured on the profile.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
tableNamestring

Required. The unique name of the table from which to get change stream partitions. Values are of the form projects/<project>/instances/<instance>/tables/<table>. Change must be enabled on the table. Please see Google\Cloud\Bigtable\V2\BigtableClient::tableName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\GenerateInitialChangeStreamPartitionsRequest

static::buildFromTableNameAppProfileId

Parameters
NameDescription
tableNamestring

Required. The unique name of the table from which to get change stream partitions. Values are of the form projects/<project>/instances/<instance>/tables/<table>. Change must be enabled on the table. Please see Google\Cloud\Bigtable\V2\BigtableClient::tableName() for help formatting this field.

appProfileIdstring

This value specifies routing for replication. If not specified, the "default" application profile will be used. Single cluster routing must be configured on the profile.

Returns
TypeDescription
Google\Cloud\Bigtable\V2\GenerateInitialChangeStreamPartitionsRequest