Class: Google::Cloud::StorageInsights::V1::DatasetConfig::ValidationErrorsBeforeIngestion

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bucket_errors::Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors

Returns Optional. Provides a summary of the bucket level error stats.

Returns:



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.

Returns:



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