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