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