Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1CreateDocumentRequest

Request message for DocumentService.CreateDocument.

Inheritance
object
GoogleCloudContentwarehouseV1CreateDocumentRequest
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 GoogleCloudContentwarehouseV1CreateDocumentRequest : 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

CreateMask

Field mask for creating Document fields. If mask path is empty, it means all fields are masked. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.

Declaration
[JsonProperty("createMask")]
public virtual object CreateMask { get; set; }
Property Value
Type Description
object

Document

Required. The document to create.

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

Policy

Default document policy during creation. This refers to an Identity and Access (IAM) policy, which specifies access controls for the Document. Conditions defined in the policy will be ignored.

Declaration
[JsonProperty("policy")]
public virtual GoogleIamV1Policy Policy { get; set; }
Property Value
Type Description
GoogleIamV1Policy

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX