public static interface IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Contribution.PrefixContributionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPercentageIncrease()
public abstract double getPercentageIncrease()Output only. The percentage increase in throttled requests for the object prefix.
double percentage_increase = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
double |
The percentageIncrease. |
getPrefix()
public abstract String getPrefix() Output only. The object prefix.
Format: a/b/c, 'a/b/d', etc.
string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The prefix. |
getPrefixBytes()
public abstract ByteString getPrefixBytes() Output only. The object prefix.
Format: a/b/c, 'a/b/d', etc.
string prefix = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prefix. |
getThrottledRequests()
public abstract long getThrottledRequests()Output only. The count of throttled requests for the object prefix.
int64 throttled_requests = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The throttledRequests. |