public interface TableOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The human readable title of the table.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |