Cloud Speech V2 Client - Class UpdatePhraseSetRequest (1.8.0)

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

Request message for the UpdatePhraseSet method.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ phrase_set Google\Cloud\Speech\V2\PhraseSet

Required. The PhraseSet to update. The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire PhraseSet resource.

↳ validate_only bool

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

getPhraseSet

Required. The PhraseSet to update.

The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Generated from protobuf field .google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];

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

hasPhraseSet

clearPhraseSet

setPhraseSet

Required. The PhraseSet to update.

The PhraseSet's name field is used to identify the PhraseSet to update. Format: projects/{project}/locations/{location}/phraseSets/{phrase_set}.

Generated from protobuf field .google.cloud.speech.v2.PhraseSet phrase_set = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\Speech\V2\PhraseSet
Returns
TypeDescription
$this

getUpdateMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire PhraseSet resource.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update. If empty, all non-default valued fields are considered for update. Use * to update the entire PhraseSet resource.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

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

getValidateOnly

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

Generated from protobuf field bool validate_only = 4;

Returns
TypeDescription
bool

setValidateOnly

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

Generated from protobuf field bool validate_only = 4;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this