Class UpdateDocumentSchemaRequest (0.1.0)

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

Request message for DocumentSchemaService.UpdateDocumentSchema.

Attributes

NameDescription
name str
Required. The name of the document schema to update. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
document_schema google.cloud.contentwarehouse_v1.types.DocumentSchema
Required. The document schema to update with.

Inheritance

builtins.object > proto.message.Message > UpdateDocumentSchemaRequest