public static final class IntelligenceFinding.ThrottledRequestSpike.Builder extends GeneratedMessage.Builder<IntelligenceFinding.ThrottledRequestSpike.Builder> implements IntelligenceFinding.ThrottledRequestSpikeOrBuilder Represents a finding about a spike in throttled requests (429 errors)
within a project.
This corresponds to the THROTTLED_REQUEST_SPIKE finding type.
Protobuf type google.storage.control.v2.IntelligenceFinding.ThrottledRequestSpike
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IntelligenceFinding.ThrottledRequestSpike.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllTopBuckets(Iterable<? extends IntelligenceFinding.ThrottledRequestSpike.BucketContribution> values)
public IntelligenceFinding.ThrottledRequestSpike.Builder addAllTopBuckets(Iterable<? extends IntelligenceFinding.ThrottledRequestSpike.BucketContribution> values)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 |
values |
Iterable<? extends com.google.storage.control.v2.IntelligenceFinding.ThrottledRequestSpike.BucketContribution> |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
addTopBuckets(IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)
public IntelligenceFinding.ThrottledRequestSpike.Builder addTopBuckets(IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)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 |
value |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
addTopBuckets(IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)
public IntelligenceFinding.ThrottledRequestSpike.Builder addTopBuckets(IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)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 |
builderForValue |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
addTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)
public IntelligenceFinding.ThrottledRequestSpike.Builder addTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
addTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)
public IntelligenceFinding.ThrottledRequestSpike.Builder addTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
addTopBucketsBuilder()
public IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder addTopBucketsBuilder()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 |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder |
|
addTopBucketsBuilder(int index)
public IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder addTopBucketsBuilder(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.Builder |
|
build()
public IntelligenceFinding.ThrottledRequestSpike build()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike |
|
buildPartial()
public IntelligenceFinding.ThrottledRequestSpike buildPartial()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike |
|
clear()
public IntelligenceFinding.ThrottledRequestSpike.Builder clear()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
clearPercentageIncrease()
public IntelligenceFinding.ThrottledRequestSpike.Builder clearPercentageIncrease()Output only. The percentage increase in throttled requests across the project.
double percentage_increase = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
This builder for chaining. |
clearThrottledRequests()
public IntelligenceFinding.ThrottledRequestSpike.Builder clearThrottledRequests()Output only. The count of throttled requests across the project.
int64 throttled_requests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
This builder for chaining. |
clearTopBuckets()
public IntelligenceFinding.ThrottledRequestSpike.Builder clearTopBuckets()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 |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
getDefaultInstanceForType()
public IntelligenceFinding.ThrottledRequestSpike getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPercentageIncrease()
public 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 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 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 |
|
getTopBucketsBuilder(int index)
public IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder getTopBucketsBuilder(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.Builder |
|
getTopBucketsBuilderList()
public List<IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder> getTopBucketsBuilderList()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<Builder> |
|
getTopBucketsCount()
public 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 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IntelligenceFinding.ThrottledRequestSpike.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IntelligenceFinding.ThrottledRequestSpike.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
mergeFrom(IntelligenceFinding.ThrottledRequestSpike other)
public IntelligenceFinding.ThrottledRequestSpike.Builder mergeFrom(IntelligenceFinding.ThrottledRequestSpike other)| Parameter | |
|---|---|
| Name | Description |
other |
IntelligenceFinding.ThrottledRequestSpike |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
removeTopBuckets(int index)
public IntelligenceFinding.ThrottledRequestSpike.Builder removeTopBuckets(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.Builder |
|
setPercentageIncrease(double value)
public IntelligenceFinding.ThrottledRequestSpike.Builder setPercentageIncrease(double value)Output only. The percentage increase in throttled requests across the project.
double percentage_increase = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
doubleThe percentageIncrease to set. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
This builder for chaining. |
setThrottledRequests(long value)
public IntelligenceFinding.ThrottledRequestSpike.Builder setThrottledRequests(long value)Output only. The count of throttled requests across the project.
int64 throttled_requests = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe throttledRequests to set. |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
This builder for chaining. |
setTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)
public IntelligenceFinding.ThrottledRequestSpike.Builder setTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution value)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|
setTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)
public IntelligenceFinding.ThrottledRequestSpike.Builder setTopBuckets(int index, IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder builderForValue)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];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Builder |
| Returns | |
|---|---|
| Type | Description |
IntelligenceFinding.ThrottledRequestSpike.Builder |
|