Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution.
Represents the throttled requests details for a bucket.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket
def bucket() -> ::String- (::String) — Output only. The name of the bucket.
#contribution
def contribution() -> ::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution-
(::Google::Cloud::Storage::Control::V2::IntelligenceFinding::ThrottledRequestSpike::BucketContribution::Contribution) — Output only. The details about the contribution of the bucket.
Note: The following fields are mutually exclusive:
contribution,error. If a field in that set is populated, all other fields in the set will automatically be cleared.
#error
def error() -> ::Google::Rpc::Status-
(::Google::Rpc::Status) — Output only. The error related to accessing the details about the
contribution of the bucket.
Note: The following fields are mutually exclusive:
error,contribution. If a field in that set is populated, all other fields in the set will automatically be cleared.
#percentage_increase
def percentage_increase() -> ::Float- (::Float) — Output only. The percentage increase in throttled requests for the bucket.
#throttled_requests
def throttled_requests() -> ::Integer- (::Integer) — Output only. The count of throttled requests for the bucket.