public static final class BigQueryRoutineReference.Builder extends GeneratedMessage.Builder<BigQueryRoutineReference.Builder> implements BigQueryRoutineReferenceOrBuilderA reference to a BigQuery routine.
Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BigQueryRoutineReference.BuilderImplements
BigQueryRoutineReferenceOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BigQueryRoutineReference.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
setDatasetId(String value)
public BigQueryRoutineReference.Builder setDatasetId(String value)The dataset ID of the routine.
string dataset_id = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for routineId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
This builder for chaining. |