Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class BigQueryTableReference.
Message representing a reference to a single BigQuery table.
Generated from protobuf message google.cloud.geminidataanalytics.v1beta.BigQueryTableReference
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
Required. The project the table belongs to. |
↳ dataset_id |
string
Required. The dataset the table belongs to. |
↳ table_id |
string
Required. The table id. |
getProjectId
Required. The project the table belongs to.
Returns | |
---|---|
Type | Description |
string |
setProjectId
Required. The project the table belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetId
Required. The dataset the table belongs to.
Returns | |
---|---|
Type | Description |
string |
setDatasetId
Required. The dataset the table belongs to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTableId
Required. The table id.
Returns | |
---|---|
Type | Description |
string |
setTableId
Required. The table id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |