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

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

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

Represents the cross-region egress spike details for a bucket.

Inheritance

object > IntelligenceFinding.Types.CrossRegionEgressSpike.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.CrossRegionEgressSpike.Types.BucketContribution other)
Parameter
Name Description
other IntelligenceFindingTypesCrossRegionEgressSpikeTypesBucketContribution

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.CrossRegionEgressSpike.Types.BucketContribution.Types.Contribution Contribution { get; set; }

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

Property Value
Type Description
IntelligenceFindingTypesCrossRegionEgressSpikeTypesBucketContributionTypesContribution

DetailsCase

public IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution.DetailsOneofCase DetailsCase { get; }
Property Value
Type Description
IntelligenceFindingTypesCrossRegionEgressSpikeTypesBucketContributionDetailsOneofCase

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 cross-region egress for the bucket.

Property Value
Type Description
double

TotalEgressBytes

public long TotalEgressBytes { get; set; }

Output only. The total cross-region egress volume in bytes for the bucket.

Property Value
Type Description
long