Data Analytics API with Gemini v1 API - Class BigQueryRoutine (1.0.0-beta01)

public sealed class BigQueryRoutine : IMessage<BigQueryRoutine>, IEquatable<BigQueryRoutine>, IDeepCloneable<BigQueryRoutine>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1 API class BigQueryRoutine.

A reference to a BigQuery routine.

Inheritance

object > BigQueryRoutine

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

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