Interface IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder (2.69.0)

public static interface IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Output only. The name of the bucket.

string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Output only. The name of the bucket.

string bucket = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for bucket.

getDetailsCase()

public abstract IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution.DetailsCase getDetailsCase()
Returns
Type Description
IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution.DetailsCase

getError()

public abstract Status getError()

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

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

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

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getPercentageIncrease()

public abstract double getPercentageIncrease()

Output only. The percentage increase in storage growth for the bucket.

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

Returns
Type Description
double

The percentageIncrease.

getTotalStorageGrowthBytes()

public abstract long getTotalStorageGrowthBytes()

Output only. The total storage growth in bytes for the bucket.

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

Returns
Type Description
long

The totalStorageGrowthBytes.

hasError()

public abstract boolean hasError()

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

.google.rpc.Status error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the error field is set.