Reference documentation and code samples for the Cloud AutoML V1beta1 Client class ListColumnSpecsRequest.
Request message for AutoMl.ListColumnSpecs .
Generated from protobuf message google.cloud.automl.v1beta1.ListColumnSpecsRequest
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the table spec to list column 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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.
getParent
Required. The resource name of the table spec to list column specs from.
string
setParent
Required. The resource name of the table spec to list column 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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.
string
setPageToken
A token identifying a page of results for the server to return.
Typically obtained from the ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.
var
string
$this