Interface IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder (2.69.0)

public static interface IntelligenceFinding.CrossRegionEgressSpike.BucketContribution.Contribution.PrefixContributionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPercentageIncrease()

public abstract double getPercentageIncrease()

Output only. The percentage increase in cross-region egress for the object prefix.

double percentage_increase = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The percentageIncrease.

getPrefix()

public abstract String getPrefix()

Output only. The object prefix. Format: a/b/c, 'a/b/d', etc.

string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The prefix.

getPrefixBytes()

public abstract ByteString getPrefixBytes()

Output only. The object prefix. Format: a/b/c, 'a/b/d', etc.

string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for prefix.

getTotalEgressBytes()

public abstract long getTotalEgressBytes()

Output only. The total cross-region egress volume in bytes from the object prefix.

int64 total_egress_bytes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The totalEgressBytes.