Class UpdateSynonymSetRequest (0.1.0)

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

Request message for SynonymSetService.UpdateSynonymSet. Removes the SynonymSet for the specified context and replaces it with the SynonymSet in this request.

Attributes

NameDescription
name str
Required. The name of the synonymSet to update Format: projects/{project_number}/locations/{location}/synonymSets/{context}.
synonym_set google.cloud.contentwarehouse_v1.types.SynonymSet
Required. The synonymSet to be updated for the customer

Inheritance

builtins.object > proto.message.Message > UpdateSynonymSetRequest