Cloud AutoML V1beta1 Client - Class ListColumnSpecsResponse (1.5.4)

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

Response message for AutoMl.ListColumnSpecs.

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

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ column_specs array<Google\Cloud\AutoMl\V1beta1\ColumnSpec>

The column specs read.

↳ next_page_token string

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

getColumnSpecs

The column specs read.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setColumnSpecs

The column specs read.

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

getNextPageToken

A token to retrieve next page of results.

Pass to ListColumnSpecsRequest.page_token to obtain that page.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results.

Pass to ListColumnSpecsRequest.page_token to obtain that page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this