Cloud Speech V2 Client - Class UpdateCustomClassRequest (1.12.0)

Reference documentation and code samples for the Cloud Speech V2 Client class UpdateCustomClassRequest.

Request message for the UpdateCustomClass method.

Generated from protobuf message google.cloud.speech.v2.UpdateCustomClassRequest

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ custom_classGoogle\Cloud\Speech\V2\CustomClass

Required. The CustomClass to update. The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

↳ update_maskGoogle\Protobuf\FieldMask

The list of fields to be updated. If empty, all fields are considered for update.

↳ validate_onlybool

If set, validate the request and preview the updated CustomClass, but do not actually update it.

getCustomClass

Required. The CustomClass to update.

The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

Returns
TypeDescription
Google\Cloud\Speech\V2\CustomClass|null

hasCustomClass

clearCustomClass

setCustomClass

Required. The CustomClass to update.

The CustomClass's name field is used to identify the CustomClass to update. Format: projects/{project}/locations/{location}/customClasses/{custom_class}.

Parameter
NameDescription
varGoogle\Cloud\Speech\V2\CustomClass
Returns
TypeDescription
$this

getUpdateMask

The list of fields to be updated. If empty, all fields are considered for update.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated. If empty, all fields are considered for update.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

getValidateOnly

If set, validate the request and preview the updated CustomClass, but do not actually update it.

Returns
TypeDescription
bool

setValidateOnly

If set, validate the request and preview the updated CustomClass, but do not actually update it.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this