Class GoogleCloudContentwarehouseV1UpdateDocumentRequest
Request message for DocumentService.UpdateDocument.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1UpdateDocumentRequest : IDirectResponseSchema
Properties
CloudAiDocumentOption
Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
Declaration
[JsonProperty("cloudAiDocumentOption")]
public virtual GoogleCloudContentwarehouseV1CloudAIDocumentOption CloudAiDocumentOption { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1CloudAIDocumentOption |
Document
Required. The document to update.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudContentwarehouseV1Document Document { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1Document |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestMetadata
The meta information collected about the end user, used to enforce access control for the service.
Declaration
[JsonProperty("requestMetadata")]
public virtual GoogleCloudContentwarehouseV1RequestMetadata RequestMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1RequestMetadata |
UpdateOptions
Options for the update operation.
Declaration
[JsonProperty("updateOptions")]
public virtual GoogleCloudContentwarehouseV1UpdateOptions UpdateOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContentwarehouseV1UpdateOptions |