Document AI V1beta3 API - Class Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::ImportConfigValidationResult (v0.35.0)

Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::ImportConfigValidationResult.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input_gcs_source

def input_gcs_source() -> ::String
Returns
  • (::String) — The source Cloud Storage URI specified in the import config.

#input_gcs_source=

def input_gcs_source=(value) -> ::String
Parameter
  • value (::String) — The source Cloud Storage URI specified in the import config.
Returns
  • (::String) — The source Cloud Storage URI specified in the import config.

#status

def status() -> ::Google::Rpc::Status
Returns

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
Returns