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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
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 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.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the table spec to list column 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 ListColumnSpecsResponse.next_page_token field of the previous AutoMl.ListColumnSpecs call.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |