Class TableReferenceProto.TableReference (3.5.1)

public static final class TableReferenceProto.TableReference extends GeneratedMessageV3 implements TableReferenceProto.TableReferenceOrBuilder

Table reference that includes just the 3 strings needed to identify a table.

Protobuf type google.cloud.bigquery.storage.v1beta1.TableReference

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TableReferenceProto.TableReference

Static 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

TABLE_ID_FIELD_NUMBER

public static final int TABLE_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TableReferenceProto.TableReference getDefaultInstance()
Returns
Type Description
TableReferenceProto.TableReference

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TableReferenceProto.TableReference.Builder newBuilder()
Returns
Type Description
TableReferenceProto.TableReference.Builder

newBuilder(TableReferenceProto.TableReference prototype)

public static TableReferenceProto.TableReference.Builder newBuilder(TableReferenceProto.TableReference prototype)
Parameter
Name Description
prototype TableReferenceProto.TableReference
Returns
Type Description
TableReferenceProto.TableReference.Builder

parseDelimitedFrom(InputStream input)

public static TableReferenceProto.TableReference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TableReferenceProto.TableReference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TableReferenceProto.TableReference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TableReferenceProto.TableReference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TableReferenceProto.TableReference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TableReferenceProto.TableReference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TableReferenceProto.TableReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TableReferenceProto.TableReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TableReferenceProto.TableReference> parser()
Returns
Type Description
Parser<TableReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDatasetId()

public String getDatasetId()

The ID of the dataset in the above project.

string dataset_id = 2;

Returns
Type Description
String

The datasetId.

getDatasetIdBytes()

public ByteString getDatasetIdBytes()

The ID of the dataset in the above project.

string dataset_id = 2;

Returns
Type Description
ByteString

The bytes for datasetId.

getDefaultInstanceForType()

public TableReferenceProto.TableReference getDefaultInstanceForType()
Returns
Type Description
TableReferenceProto.TableReference

getParserForType()

public Parser<TableReferenceProto.TableReference> getParserForType()
Returns
Type Description
Parser<TableReference>
Overrides

getProjectId()

public String getProjectId()

The assigned project ID of the project.

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

The assigned project ID of the project.

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableId()

public String getTableId()

The ID of the table in the above dataset.

string table_id = 3;

Returns
Type Description
String

The tableId.

getTableIdBytes()

public ByteString getTableIdBytes()

The ID of the table in the above dataset.

string table_id = 3;

Returns
Type Description
ByteString

The bytes for tableId.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TableReferenceProto.TableReference.Builder newBuilderForType()
Returns
Type Description
TableReferenceProto.TableReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TableReferenceProto.TableReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TableReferenceProto.TableReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TableReferenceProto.TableReference.Builder toBuilder()
Returns
Type Description
TableReferenceProto.TableReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException