public interface BigQueryRoutineOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract 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 abstract 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. |
getRoutineReference()
public abstract BigQueryRoutineReference getRoutineReference()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
The routineReference. |
getRoutineReferenceOrBuilder()
public abstract BigQueryRoutineReferenceOrBuilder getRoutineReferenceOrBuilder()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReferenceOrBuilder |
|
hasRoutineReference()
public abstract 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. |