public final class BigQueryRoutine extends GeneratedMessage implements BigQueryRoutineOrBuilderA reference to a BigQuery routine.
Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryRoutine
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BigQueryRoutineImplements
BigQueryRoutineOrBuilderStatic Fields
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ROUTINE_REFERENCE_FIELD_NUMBER
public static final int ROUTINE_REFERENCE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryRoutine getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BigQueryRoutine.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
newBuilder(BigQueryRoutine prototype)
public static BigQueryRoutine.Builder newBuilder(BigQueryRoutine prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BigQueryRoutine |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
parseDelimitedFrom(InputStream input)
public static BigQueryRoutine parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BigQueryRoutine parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BigQueryRoutine parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BigQueryRoutine parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BigQueryRoutine parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BigQueryRoutine parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutine parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BigQueryRoutine> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryRoutine> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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. |
getParserForType()
public Parser<BigQueryRoutine> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryRoutine> |
|
getRoutineReference()
public BigQueryRoutineReference getRoutineReference()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
The routineReference. |
getRoutineReferenceOrBuilder()
public BigQueryRoutineReferenceOrBuilder getRoutineReferenceOrBuilder()The reference to the BigQuery routine.
.google.cloud.geminidataanalytics.v1beta.BigQueryRoutineReference routine_reference = 1;
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReferenceOrBuilder |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BigQueryRoutine.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryRoutine.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
toBuilder()
public BigQueryRoutine.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutine.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|