Interface TableOrBuilder (0.45.0)

public interface TableOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns(int index)

public abstract ColumnDescription getColumns(int index)

List of columns in this table. Order of columns matches the display order.

repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ColumnDescription

getColumnsCount()

public abstract int getColumnsCount()

List of columns in this table. Order of columns matches the display order.

repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;

Returns
TypeDescription
int

getColumnsList()

public abstract List<ColumnDescription> getColumnsList()

List of columns in this table. Order of columns matches the display order.

repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;

Returns
TypeDescription
List<ColumnDescription>

getColumnsOrBuilder(int index)

public abstract ColumnDescriptionOrBuilder getColumnsOrBuilder(int index)

List of columns in this table. Order of columns matches the display order.

repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ColumnDescriptionOrBuilder

getColumnsOrBuilderList()

public abstract List<? extends ColumnDescriptionOrBuilder> getColumnsOrBuilderList()

List of columns in this table. Order of columns matches the display order.

repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;

Returns
TypeDescription
List<? extends com.google.area120.tables.v1alpha1.ColumnDescriptionOrBuilder>

getDisplayName()

public abstract String getDisplayName()

The human readable title of the table.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The human readable title of the table.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.

getName()

public abstract String getName()

The resource name of the table. Table names have the form tables/{table}.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The resource name of the table. Table names have the form tables/{table}.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.