Cloud AutoML V1beta1 Client - Class ListTableSpecsResponse (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ListTableSpecsResponse.

Response message for AutoMl.ListTableSpecs.

Generated from protobuf message google.cloud.automl.v1beta1.ListTableSpecsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table_specs array<Google\Cloud\AutoMl\V1beta1\TableSpec>

The table specs read.

↳ next_page_token string

A token to retrieve next page of results. Pass to ListTableSpecsRequest.page_token to obtain that page.

getTableSpecs

The table specs read.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTableSpecs

The table specs read.

Parameter
NameDescription
var array<Google\Cloud\AutoMl\V1beta1\TableSpec>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results.

Pass to ListTableSpecsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results.

Pass to ListTableSpecsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this