public sealed class IntelligenceFinding.Types.ThrottledRequestSpike : IMessage<IntelligenceFinding.Types.ThrottledRequestSpike>, IEquatable<IntelligenceFinding.Types.ThrottledRequestSpike>, IDeepCloneable<IntelligenceFinding.Types.ThrottledRequestSpike>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class IntelligenceFinding.Types.ThrottledRequestSpike.
Represents a finding about a spike in throttled requests (429 errors)
within a project.
This corresponds to the THROTTLED_REQUEST_SPIKE finding type.
Implements
IMessageIntelligenceFindingTypesThrottledRequestSpike, IEquatableIntelligenceFindingTypesThrottledRequestSpike, IDeepCloneableIntelligenceFindingTypesThrottledRequestSpike, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ThrottledRequestSpike()
public ThrottledRequestSpike()ThrottledRequestSpike(ThrottledRequestSpike)
public ThrottledRequestSpike(IntelligenceFinding.Types.ThrottledRequestSpike other)| Parameter | |
|---|---|
| Name | Description |
other |
IntelligenceFindingTypesThrottledRequestSpike |
Properties
PercentageIncrease
public double PercentageIncrease { get; set; }Output only. The percentage increase in throttled requests across the project.
| Property Value | |
|---|---|
| Type | Description |
double |
|
ThrottledRequests
public long ThrottledRequests { get; set; }Output only. The count of throttled requests across the project.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TopBuckets
public RepeatedField<IntelligenceFinding.Types.ThrottledRequestSpike.Types.BucketContribution> TopBuckets { get; }Output only. A list of top buckets driving the increase in throttled requests.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIntelligenceFindingTypesThrottledRequestSpikeTypesBucketContribution |
|