Cloud AutoML V1beta1 Client - Class ListTableSpecsRequest (1.6.3)

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

Request message for AutoMl.ListTableSpecs.

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

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the dataset to list table specs from.

↳ field_mask Google\Protobuf\FieldMask

Mask specifying which fields to read.

↳ filter string

Filter expression, see go/filtering.

↳ page_size int

Requested page size. The server can return fewer results than requested. If unspecified, the server will pick a default size.

↳ page_token string

A token identifying a page of results for the server to return. Typically obtained from the ListTableSpecsResponse.next_page_token field of the previous AutoMl.ListTableSpecs call.

getParent

Required. The resource name of the dataset to list table specs from.

Returns
Type Description
string

setParent

Required. The resource name of the dataset to list table specs from.

Parameter
Name Description
var string
Returns
Type Description
$this

getFieldMask

Mask specifying which fields to read.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasFieldMask

clearFieldMask

setFieldMask

Mask specifying which fields to read.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getFilter

Filter expression, see go/filtering.

Returns
Type Description
string

setFilter

Filter expression, see go/filtering.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Requested page size. The server can return fewer results than requested.

If unspecified, the server will pick a default size.

Returns
Type Description
int

setPageSize

Requested page size. The server can return fewer results than requested.

If unspecified, the server will pick a default size.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

A token identifying a page of results for the server to return.

Typically obtained from the ListTableSpecsResponse.next_page_token field of the previous AutoMl.ListTableSpecs call.

Returns
Type Description
string

setPageToken

A token identifying a page of results for the server to return.

Typically obtained from the ListTableSpecsResponse.next_page_token field of the previous AutoMl.ListTableSpecs call.

Parameter
Name Description
var string
Returns
Type Description
$this