Class: Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Provides a summary of the bucket level error statistics.
Instance Attribute Summary collapse
-
#internal_error_count ⇒ ::Integer
Optional.
-
#non_management_hub_entitled_count ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#non_storage_intelligence_entitled_bucket_ids ⇒ ::Array<::String>
Optional.
-
#non_storage_intelligence_entitled_count ⇒ ::Integer
Optional.
-
#permission_denied_bucket_ids ⇒ ::Array<::String>
Optional.
-
#permission_denied_count ⇒ ::Integer
Optional.
-
#validated_count ⇒ ::Integer
Optional.
Instance Attribute Details
#internal_error_count ⇒ ::Integer
Returns Optional. Number of buckets that encountered internal errors during the validation process. These buckets are automatically retried in subsequent validation attempts.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_management_hub_entitled_count ⇒ ::Integer
This field is deprecated and may be removed in the next major version update.
Returns Optional. Count of buckets that are not subscribed to Storage Intelligence.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_storage_intelligence_entitled_bucket_ids ⇒ ::Array<::String>
Returns Optional. Subset of bucket names that are not subscribed to Storage Intelligence.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#non_storage_intelligence_entitled_count ⇒ ::Integer
Returns Optional. Count of buckets that are not subscribed to Storage Intelligence.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permission_denied_bucket_ids ⇒ ::Array<::String>
Returns Optional. Subset of bucket names that have permission denied.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#permission_denied_count ⇒ ::Integer
Returns Optional. Count of buckets with permission denied errors.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validated_count ⇒ ::Integer
Returns Optional. Count of successfully validated buckets.
655 656 657 658 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 655 class BucketErrors include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |