Cloud Bigtable V2 Client - Class GenerateInitialChangeStreamPartitionsRequest (1.21.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table_name string

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 streaming must be enabled on the table.

↳ app_profile_id string

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 streaming 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 streaming must be enabled on the table.

Parameter
NameDescription
var string
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
var string
Returns
TypeDescription
$this