public sealed class BigQueryRoutineReference : IMessage<BigQueryRoutineReference>, IEquatable<BigQueryRoutineReference>, IDeepCloneable<BigQueryRoutineReference>, IBufferMessage, IMessageReference documentation and code samples for the Data Analytics API with Gemini v1 API class BigQueryRoutineReference.
A reference to a BigQuery routine.
Implements
IMessageBigQueryRoutineReference, IEquatableBigQueryRoutineReference, IDeepCloneableBigQueryRoutineReference, IBufferMessage, IMessageNamespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
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 |
|