Class UpdatePhraseSetRequest (2.26.0)

UpdatePhraseSetRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the UpdatePhraseSet method.

Attributes

NameDescription
phrase_set google.cloud.speech_v2.types.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.field_mask_pb2.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.