Class: Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::IndividualImportStatus
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ImportDocumentsMetadata::IndividualImportStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_service.rb
Overview
The status of each individual document in the import process.
Instance Attribute Summary collapse
-
#input_gcs_source ⇒ ::String
The source Cloud Storage URI of the document.
-
#output_document_id ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentId
The document id of imported document if it was successful, otherwise empty.
-
#status ⇒ ::Google::Rpc::Status
The status of the importing of the document.
Instance Attribute Details
#input_gcs_source ⇒ ::String
Returns The source Cloud Storage URI of the document.
118 119 120 121 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 118 class IndividualImportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_document_id ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentId
Returns The document id of imported document if it was successful, otherwise empty.
118 119 120 121 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 118 class IndividualImportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns The status of the importing of the document.
118 119 120 121 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_service.rb', line 118 class IndividualImportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |