Data Analytics API with Gemini v1 API - Class BigQueryRoutineReference (1.0.0-beta02)

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

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

A reference to a BigQuery routine.

Inheritance

object > BigQueryRoutineReference

Namespace

Google.Cloud.GeminiDataAnalytics.V1

Assembly

Google.Cloud.GeminiDataAnalytics.V1.dll

Constructors

BigQueryRoutineReference()

public BigQueryRoutineReference()

BigQueryRoutineReference(BigQueryRoutineReference)

public BigQueryRoutineReference(BigQueryRoutineReference other)
Parameter
Name Description
other BigQueryRoutineReference

Properties

DatasetId

public string DatasetId { get; set; }

The dataset ID of the routine.

Property Value
Type Description
string

ProjectId

public string ProjectId { get; set; }

The project ID of the routine.

Property Value
Type Description
string

RoutineId

public string RoutineId { get; set; }

The routine ID of the routine.

Property Value
Type Description
string