Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class BigQueryRoutineReference.
A reference to a BigQuery routine.
Generated from protobuf message google.cloud.geminidataanalytics.v1.BigQueryRoutineReference
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
The project ID of the routine. |
↳ dataset_id |
string
The dataset ID of the routine. |
↳ routine_id |
string
The routine ID of the routine. |
getProjectId
The project ID of the routine.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProjectId
The project ID of the routine.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDatasetId
The dataset ID of the routine.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatasetId
The dataset ID of the routine.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRoutineId
The routine ID of the routine.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRoutineId
The routine ID of the routine.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|