Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult

The validation status of each import config. Status is set to an error if there are no documents to import in the import_config, or OK if the operation will try to proceed with at least one document.

Inheritance
object
GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult
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.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ImportDocumentsMetadataImportConfigValidationResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputGcsSource

The source Cloud Storage URI specified in the import config.

Declaration
[JsonProperty("inputGcsSource")]
public virtual string InputGcsSource { get; set; }
Property Value
Type Description
string

Status

The validation status of import config.

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX