public interface TableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ColumnDescription |
getColumns(int index)
List of columns in this table.
|
int |
getColumnsCount()
List of columns in this table.
|
List<ColumnDescription> |
getColumnsList()
List of columns in this table.
|
ColumnDescriptionOrBuilder |
getColumnsOrBuilder(int index)
List of columns in this table.
|
List<? extends ColumnDescriptionOrBuilder> |
getColumnsOrBuilderList()
List of columns in this table.
|
String |
getDisplayName()
The human readable title of the table.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The human readable title of the table.
|
String |
getName()
The resource name of the table.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the table.
Table names have the form `tables/{table}`.
string name = 1;String getDisplayName()
The human readable title of the table.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The human readable title of the table.
string display_name = 2;List<ColumnDescription> getColumnsList()
List of columns in this table. Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;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;int getColumnsCount()
List of columns in this table. Order of columns matches the display order.
repeated .google.area120.tables.v1alpha1.ColumnDescription columns = 3;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;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;Copyright © 2024 Google LLC. All rights reserved.