Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class BigTableIODetails.
Metadata for a Cloud Bigtable connector used by the job.
Generated from protobuf message google.dataflow.v1beta3.BigTableIODetails
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
ProjectId accessed in the connection. |
↳ instance_id |
string
InstanceId accessed in the connection. |
↳ table_id |
string
TableId accessed in the connection. |
getProjectId
ProjectId accessed in the connection.
Returns | |
---|---|
Type | Description |
string |
setProjectId
ProjectId accessed in the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getInstanceId
InstanceId accessed in the connection.
Returns | |
---|---|
Type | Description |
string |
setInstanceId
InstanceId accessed in the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTableId
TableId accessed in the connection.
Returns | |
---|---|
Type | Description |
string |
setTableId
TableId accessed in the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |