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