Reference documentation and code samples for the Cloud Bigtable V2 Client class GenerateInitialChangeStreamPartitionsResponse.
NOTE: This API is intended to be used by Apache Beam BigtableIO.
Response message for Bigtable.GenerateInitialChangeStreamPartitions.
Generated from protobuf message google.bigtable.v2.GenerateInitialChangeStreamPartitionsResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ partition |
Google\Cloud\Bigtable\V2\StreamPartition
A partition of the change stream. |
getPartition
A partition of the change stream.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Bigtable\V2\StreamPartition|null |
|
hasPartition
clearPartition
setPartition
A partition of the change stream.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Bigtable\V2\StreamPartition
|
| Returns | |
|---|---|
| Type | Description |
$this |
|