Cloud AutoML V1beta1 Client - Class GetTableSpecRequest (1.6.3)

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

Request message for AutoMl.GetTableSpec.

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

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the table spec to retrieve.

↳ field_mask Google\Protobuf\FieldMask

Mask specifying which fields to read.

getName

Required. The resource name of the table spec to retrieve.

Returns
Type Description
string

setName

Required. The resource name of the table spec to retrieve.

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