Class BigQueryRoutineReference.Builder (0.21.0)

public static final class BigQueryRoutineReference.Builder extends GeneratedMessage.Builder<BigQueryRoutineReference.Builder> implements BigQueryRoutineReferenceOrBuilder

A reference to a BigQuery routine.

Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public BigQueryRoutineReference build()
Returns
Type Description
BigQueryRoutineReference

buildPartial()

public BigQueryRoutineReference buildPartial()
Returns
Type Description
BigQueryRoutineReference

clear()

public BigQueryRoutineReference.Builder clear()
Returns
Type Description
BigQueryRoutineReference.Builder
Overrides

clearDatasetId()

public BigQueryRoutineReference.Builder clearDatasetId()

The dataset ID of the routine.

string dataset_id = 2;

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

clearProjectId()

public BigQueryRoutineReference.Builder clearProjectId()

The project ID of the routine.

string project_id = 1;

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

clearRoutineId()

public BigQueryRoutineReference.Builder clearRoutineId()

The routine ID of the routine.

string routine_id = 3;

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

getDatasetId()

public String getDatasetId()

The dataset ID of the routine.

string dataset_id = 2;

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public ByteString getDatasetIdBytes()

The dataset ID of the routine.

string dataset_id = 2;

Returns
Type Description
ByteString

The bytes for datasetId.

getDefaultInstanceForType()

public BigQueryRoutineReference getDefaultInstanceForType()
Returns
Type Description
BigQueryRoutineReference

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProjectId()

public String getProjectId()

The project ID of the routine.

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The project ID of the routine.

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getRoutineId()

public String getRoutineId()

The routine ID of the routine.

string routine_id = 3;

Returns
Type Description
String

The routineId.

getRoutineIdBytes()

public ByteString getRoutineIdBytes()

The routine ID of the routine.

string routine_id = 3;

Returns
Type Description
ByteString

The bytes for routineId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BigQueryRoutineReference other)

public BigQueryRoutineReference.Builder mergeFrom(BigQueryRoutineReference other)
Parameter
Name Description
other BigQueryRoutineReference
Returns
Type Description
BigQueryRoutineReference.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BigQueryRoutineReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryRoutineReference.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BigQueryRoutineReference.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BigQueryRoutineReference.Builder
Overrides

setDatasetId(String value)

public BigQueryRoutineReference.Builder setDatasetId(String value)

The dataset ID of the routine.

string dataset_id = 2;

Parameter
Name Description
value String

The datasetId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

setDatasetIdBytes(ByteString value)

public BigQueryRoutineReference.Builder setDatasetIdBytes(ByteString value)

The dataset ID of the routine.

string dataset_id = 2;

Parameter
Name Description
value ByteString

The bytes for datasetId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

setProjectId(String value)

public BigQueryRoutineReference.Builder setProjectId(String value)

The project ID of the routine.

string project_id = 1;

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public BigQueryRoutineReference.Builder setProjectIdBytes(ByteString value)

The project ID of the routine.

string project_id = 1;

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

setRoutineId(String value)

public BigQueryRoutineReference.Builder setRoutineId(String value)

The routine ID of the routine.

string routine_id = 3;

Parameter
Name Description
value String

The routineId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.

setRoutineIdBytes(ByteString value)

public BigQueryRoutineReference.Builder setRoutineIdBytes(ByteString value)

The routine ID of the routine.

string routine_id = 3;

Parameter
Name Description
value ByteString

The bytes for routineId to set.

Returns
Type Description
BigQueryRoutineReference.Builder

This builder for chaining.