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 \ V1beta1Methods
__construct
Constructor.
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
↳ 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.
string
setParent
Required. The resource name of the dataset to list table specs from.
var
string
$this
getFieldMask
Mask specifying which fields to read.
hasFieldMask
clearFieldMask
setFieldMask
Mask specifying which fields to read.
$this
getFilter
Filter expression, see go/filtering.
string
setFilter
Filter expression, see go/filtering.
var
string
$this
getPageSize
Requested page size. The server can return fewer results than requested.
If unspecified, the server will pick a default size.
int
setPageSize
Requested page size. The server can return fewer results than requested.
If unspecified, the server will pick a default size.
var
int
$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.
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.
var
string
$this