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

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

BoundaryLocationId

public string BoundaryLocationId { get; set; }

Optional. The location to restrict BigQuery operations to.

If unspecified, this value defaults to the location of the endpoint.

Examples: "us-central1", "europe-west1".

Property Value
Type Description
string

BoundaryLocationIdAsLocationName

public LocationName BoundaryLocationIdAsLocationName { get; set; }

LocationName-typed view over the BoundaryLocationId resource name property.

Property Value
Type Description
LocationName

DatasetId

public string DatasetId { get; set; }

The dataset ID of the routine.

Property Value
Type Description
string

HasBoundaryLocationId

public bool HasBoundaryLocationId { get; }

Gets whether the "boundary_location_id" field is set

Property Value
Type Description
bool

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