Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1UpdateDocumentRequest

Request message for DocumentService.UpdateDocument.

Inheritance
object
GoogleCloudContentwarehouseV1UpdateDocumentRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX