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
- (::Google::Rpc::Status) — The validation status of import config.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — The validation status of import config.
Returns
- (::Google::Rpc::Status) — The validation status of import config.