Cloud AutoML V1beta1 Client - Class UpdateTableSpecRequest (1.4.17)

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

Request message for AutoMl.UpdateTableSpec

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ table_spec Google\Cloud\AutoMl\V1beta1\TableSpec

Required. The table spec which replaces the resource on the server.

↳ update_mask Google\Protobuf\FieldMask

The update mask applies to the resource.

getTableSpec

Required. The table spec which replaces the resource on the server.

Returns
TypeDescription
Google\Cloud\AutoMl\V1beta1\TableSpec|null

hasTableSpec

clearTableSpec

setTableSpec

Required. The table spec which replaces the resource on the server.

Parameter
NameDescription
var Google\Cloud\AutoMl\V1beta1\TableSpec
Returns
TypeDescription
$this

getUpdateMask

The update mask applies to the resource.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The update mask applies to the resource.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this