Class: Google::Cloud::StorageInsights::V1::DatasetConfig::BucketErrors

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

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.

Returns:

  • (::Integer)

    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

Deprecated.

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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