Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class UserFunctions.
A collection of user functions to be included in context.
Generated from protobuf message google.cloud.geminidataanalytics.v1.UserFunctions
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bq_routines |
array<BigQueryRoutine>
A list of BigQuery routines to include in the context. |
getBqRoutines
A list of BigQuery routines to include in the context.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<BigQueryRoutine> |
|
setBqRoutines
A list of BigQuery routines to include in the context.
| Parameter | |
|---|---|
| Name | Description |
var |
array<BigQueryRoutine>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|