public final class BigQueryRoutineReference extends GeneratedMessage implements BigQueryRoutineReferenceOrBuilderA reference to a BigQuery routine.
Protobuf type google.cloud.geminidataanalytics.v1.BigQueryRoutineReference
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BigQueryRoutineReferenceImplements
BigQueryRoutineReferenceOrBuilderStatic Fields
DATASET_ID_FIELD_NUMBER
public static final int DATASET_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ROUTINE_ID_FIELD_NUMBER
public static final int ROUTINE_ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BigQueryRoutineReference getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BigQueryRoutineReference.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
newBuilder(BigQueryRoutineReference prototype)
public static BigQueryRoutineReference.Builder newBuilder(BigQueryRoutineReference prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BigQueryRoutineReference |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
parseDelimitedFrom(InputStream input)
public static BigQueryRoutineReference parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BigQueryRoutineReference parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BigQueryRoutineReference parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BigQueryRoutineReference parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BigQueryRoutineReference parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BigQueryRoutineReference parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryRoutineReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BigQueryRoutineReference> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryRoutineReference> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
getParserForType()
public Parser<BigQueryRoutineReference> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BigQueryRoutineReference> |
|
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. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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 BigQueryRoutineReference.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryRoutineReference.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
toBuilder()
public BigQueryRoutineReference.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BigQueryRoutineReference.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|