public static final class BigQueryRoutine.Builder extends GeneratedMessage.Builder<BigQueryRoutine.Builder> implements BigQueryRoutineOrBuilderA reference to a BigQuery routine.
Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryRoutine
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BigQueryRoutine.BuilderImplements
BigQueryRoutineOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BigQueryRoutine build()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
buildPartial()
public BigQueryRoutine buildPartial()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
clear()
public BigQueryRoutine.Builder clear()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
clearDescription()
public BigQueryRoutine.Builder clearDescription()User override or addition to description, to tell the agent when to use the UDF.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
This builder for chaining. |
clearRoutineReference()
public BigQueryRoutine.Builder clearRoutineReference()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
getDefaultInstanceForType()
public BigQueryRoutine getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
getDescription()
public String getDescription()User override or addition to description, to tell the agent when to use the UDF.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()User override or addition to description, to tell the agent when to use the UDF.
string description = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getRoutineReference()
public BigQueryRoutineReference getRoutineReference()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
The routineReference. |
getRoutineReferenceBuilder()
public BigQueryRoutineReference.Builder getRoutineReferenceBuilder()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
getRoutineReferenceOrBuilder()
public BigQueryRoutineReferenceOrBuilder getRoutineReferenceOrBuilder()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReferenceOrBuilder |
|
hasRoutineReference()
public boolean hasRoutineReference()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the routineReference field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BigQueryRoutine other)
public BigQueryRoutine.Builder mergeFrom(BigQueryRoutine other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryRoutine |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryRoutine.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BigQueryRoutine.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
mergeRoutineReference(BigQueryRoutineReference value)
public BigQueryRoutine.Builder mergeRoutineReference(BigQueryRoutineReference value)The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryRoutineReference |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
setDescription(String value)
public BigQueryRoutine.Builder setDescription(String value)User override or addition to description, to tell the agent when to use the UDF.
string description = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe description to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public BigQueryRoutine.Builder setDescriptionBytes(ByteString value)User override or addition to description, to tell the agent when to use the UDF.
string description = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
This builder for chaining. |
setRoutineReference(BigQueryRoutineReference value)
public BigQueryRoutine.Builder setRoutineReference(BigQueryRoutineReference value)The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryRoutineReference |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
setRoutineReference(BigQueryRoutineReference.Builder builderForValue)
public BigQueryRoutine.Builder setRoutineReference(BigQueryRoutineReference.Builder builderForValue)The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryRoutineReference.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|