public interface ListTableSpecsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results. Pass to ListTableSpecsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to ListTableSpecsRequest.page_token to obtain that page.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTableSpecs(int index)
public abstract TableSpec getTableSpecs(int index)The table specs read.
repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;
| Name | Description |
| index | int |
| Type | Description |
| TableSpec |
getTableSpecsCount()
public abstract int getTableSpecsCount()The table specs read.
repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;
| Type | Description |
| int |
getTableSpecsList()
public abstract List<TableSpec> getTableSpecsList()The table specs read.
repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;
| Type | Description |
| List<TableSpec> |
getTableSpecsOrBuilder(int index)
public abstract TableSpecOrBuilder getTableSpecsOrBuilder(int index)The table specs read.
repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;
| Name | Description |
| index | int |
| Type | Description |
| TableSpecOrBuilder |
getTableSpecsOrBuilderList()
public abstract List<? extends TableSpecOrBuilder> getTableSpecsOrBuilderList()The table specs read.
repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;
| Type | Description |
| List<? extends com.google.cloud.automl.v1beta1.TableSpecOrBuilder> |