Interface ListTableSpecsResponseOrBuilder (2.3.0)

public interface ListTableSpecsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableSpec

getTableSpecsCount()

public abstract int getTableSpecsCount()

The table specs read.

repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;

Returns
TypeDescription
int

getTableSpecsList()

public abstract List<TableSpec> getTableSpecsList()

The table specs read.

repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;

Returns
TypeDescription
List<TableSpec>

getTableSpecsOrBuilder(int index)

public abstract TableSpecOrBuilder getTableSpecsOrBuilder(int index)

The table specs read.

repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableSpecOrBuilder

getTableSpecsOrBuilderList()

public abstract List<? extends TableSpecOrBuilder> getTableSpecsOrBuilderList()

The table specs read.

repeated .google.cloud.automl.v1beta1.TableSpec table_specs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.automl.v1beta1.TableSpecOrBuilder>