Class: Google::Cloud::StorageInsights::V1::DatasetConfig::ValidationErrorsBeforeIngestion
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DatasetConfig::ValidationErrorsBeforeIngestion
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Summary of validation errors that occurred during the verification phase.
Instance Attribute Summary collapse
-
#bucket_errors ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors
Optional.
-
#project_errors ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig::ProjectErrors
Optional.
Instance Attribute Details
#bucket_errors ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors
Returns Optional. Provides a summary of the bucket level error stats.
718 719 720 721 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 718 class ValidationErrorsBeforeIngestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_errors ⇒ ::Google::Cloud::StorageInsights::V1::DatasetConfig::ProjectErrors
Returns Optional. Provides a summary of the project level error stats.
718 719 720 721 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 718 class ValidationErrorsBeforeIngestion include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |