public static interface IntelligenceFinding.StorageGrowthAboveTrendOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPercentageIncrease()
public abstract double getPercentageIncrease()Output only. The percentage increase in storage growth.
double percentage_increase = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The percentageIncrease. |
getTopBuckets(int index)
public abstract IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution getTopBuckets(int index)Output only. A list of top buckets driving the increase in storage growth.
repeated .google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution top_buckets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution |
|
getTopBucketsCount()
public abstract int getTopBucketsCount()Output only. A list of top buckets driving the increase in storage growth.
repeated .google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution top_buckets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTopBucketsList()
public abstract List<IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution> getTopBucketsList()Output only. A list of top buckets driving the increase in storage growth.
repeated .google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution top_buckets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<BucketContribution> |
|
getTopBucketsOrBuilder(int index)
public abstract IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder getTopBucketsOrBuilder(int index)Output only. A list of top buckets driving the increase in storage growth.
repeated .google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution top_buckets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder |
|
getTopBucketsOrBuilderList()
public abstract List<? extends IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder> getTopBucketsOrBuilderList()Output only. A list of top buckets driving the increase in storage growth.
repeated .google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution top_buckets = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContributionOrBuilder> |
|
getTotalStorageGrowthBytes()
public abstract long getTotalStorageGrowthBytes()Output only. The total storage growth in bytes.
int64 total_storage_growth_bytes = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The totalStorageGrowthBytes. |