Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class BigQueryRoutine.
A reference to a BigQuery routine.
Generated from protobuf message google.cloud.geminidataanalytics.v1.BigQueryRoutine
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ routine_reference |
BigQueryRoutineReference
The reference to the BigQuery routine. |
↳ description |
string
User override or addition to description, to tell the agent when to use the UDF. |
getRoutineReference
The reference to the BigQuery routine.
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference|null |
|
hasRoutineReference
clearRoutineReference
setRoutineReference
The reference to the BigQuery routine.
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryRoutineReference
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDescription
User override or addition to description, to tell the agent when to use the UDF.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
User override or addition to description, to tell the agent when to use the UDF.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|