Cloud Storage v2 API - Class IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution (1.8.0)

public sealed class IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution : IMessage<IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution>, IEquatable<IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution>, IDeepCloneable<IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution.

Represents the throttled requests details for a bucket.

Inheritance

object > IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

BucketContribution()

public BucketContribution()

BucketContribution(BucketContribution)

public BucketContribution(IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution other)
Parameter
Name Description
other IntelligenceFindingTypesThrottledRequestSpikeTypesBucketContribution

Properties

Bucket

public string Bucket { get; set; }

Output only. The name of the bucket.

Property Value
Type Description
string

BucketAsBucketName

public BucketName BucketAsBucketName { get; set; }

BucketName-typed view over the Bucket resource name property.

Property Value
Type Description
BucketName

Contribution

public IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution.Types.Contribution Contribution { get; set; }

Output only. The details about the contribution of the bucket.

Property Value
Type Description
IntelligenceFindingTypesThrottledRequestSpikeTypesBucketContributionTypesContribution

DetailsCase

public IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution.DetailsOneofCase DetailsCase { get; }
Property Value
Type Description
IntelligenceFindingTypesThrottledRequestSpikeTypesBucketContributionDetailsOneofCase

Error

public Status Error { get; set; }

Output only. The error related to accessing the details about the contribution of the bucket.

Property Value
Type Description
Status

PercentageIncrease

public double PercentageIncrease { get; set; }

Output only. The percentage increase in throttled requests for the bucket.

Property Value
Type Description
double

ThrottledRequests

public long ThrottledRequests { get; set; }

Output only. The count of throttled requests for the bucket.

Property Value
Type Description
long