Class ImportConfigValidationResult (2.27.0)

ImportConfigValidationResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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.

Attributes

NameDescription
input_gcs_source str
The source Cloud Storage URI specified in the import config.
status google.rpc.status_pb2.Status
The validation status of import config.