public sealed class BigQueryRoutine : IMessage<BigQueryRoutine>, IEquatable<BigQueryRoutine>, IDeepCloneable<BigQueryRoutine>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class BigQueryRoutine.
A reference to a BigQuery routine.
Implements
IMessageBigQueryRoutine, IEquatableBigQueryRoutine, IDeepCloneableBigQueryRoutine, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Constructors
BigQueryRoutine()
public BigQueryRoutine()BigQueryRoutine(BigQueryRoutine)
public BigQueryRoutine(BigQueryRoutine other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryRoutine |
Properties
Description
public string Description { get; set; }User override or addition to description, to tell the agent when to use the UDF.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RoutineReference
public BigQueryRoutineReference RoutineReference { get; set; }The reference to the BigQuery routine.
| Property Value | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|