Class: Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::ImportConfigValidationResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_service.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#input_gcs_source::String

Returns The source Cloud Storage URI specified in the import config.

Returns:

  • (::String)

    The source Cloud Storage URI specified in the import config.



132
133
134
135
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 132

class ImportConfigValidationResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Rpc::Status

Returns The validation status of import config.

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 132

class ImportConfigValidationResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end