Class UpdateSchemaRequest (0.11.11)

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

Request message for SchemaService.UpdateSchema method.

Attributes

NameDescription
schema google.cloud.discoveryengine_v1alpha.types.Schema
Required. The Schema to update.
allow_missing bool
If set to true, and the Schema is not found, a new Schema will be created. In this situation, update_mask is ignored.