Class TableIdentifier (0.62.0)

public final class TableIdentifier extends GeneratedMessageV3 implements TableIdentifierOrBuilder

The table identifier.

Protobuf type google.cloud.biglake.v1.TableIdentifier

Static Fields

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TableIdentifier getDefaultInstance()
Returns
Type Description
TableIdentifier

getDescriptor()

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

newBuilder()

public static TableIdentifier.Builder newBuilder()
Returns
Type Description
TableIdentifier.Builder

newBuilder(TableIdentifier prototype)

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

parseDelimitedFrom(InputStream input)

public static TableIdentifier parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableIdentifier
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static TableIdentifier parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TableIdentifier
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static TableIdentifier parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TableIdentifier
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static TableIdentifier parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TableIdentifier
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static TableIdentifier parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TableIdentifier
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<TableIdentifier> parser()
Returns
Type Description
Parser<TableIdentifier>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public TableIdentifier getDefaultInstanceForType()
Returns
Type Description
TableIdentifier

getName()

public String getName()

The table name.

string name = 2;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The table name.

string name = 2;

Returns
Type Description
ByteString

The bytes for name.

getNamespace(int index)

public String getNamespace(int index)

The namespace of the table. This is always 1 element, since we don't support nested namespaces.

repeated string namespace = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The namespace at the given index.

getNamespaceBytes(int index)

public ByteString getNamespaceBytes(int index)

The namespace of the table. This is always 1 element, since we don't support nested namespaces.

repeated string namespace = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the namespace at the given index.

getNamespaceCount()

public int getNamespaceCount()

The namespace of the table. This is always 1 element, since we don't support nested namespaces.

repeated string namespace = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
int

The count of namespace.

getNamespaceList()

public ProtocolStringList getNamespaceList()

The namespace of the table. This is always 1 element, since we don't support nested namespaces.

repeated string namespace = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ProtocolStringList

A list containing the namespace.

getParserForType()

public Parser<TableIdentifier> getParserForType()
Returns
Type Description
Parser<TableIdentifier>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 TableIdentifier.Builder newBuilderForType()
Returns
Type Description
TableIdentifier.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public TableIdentifier.Builder toBuilder()
Returns
Type Description
TableIdentifier.Builder

writeTo(CodedOutputStream output)

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