Cloud AutoML V1beta1 Client - Class GetColumnSpecRequest (1.6.0)

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

Request message for AutoMl.GetColumnSpec.

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

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ field_mask Google\Protobuf\FieldMask

Mask specifying which fields to read.

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFieldMask

Mask specifying which fields to read.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasFieldMask

clearFieldMask

setFieldMask

Mask specifying which fields to read.

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