Reference documentation and code samples for the Google Cloud Storage Control V2 Client class Contribution.
Represents the contribution of the bucket towards the
IntelligenceFinding.
Generated from protobuf message google.storage.control.v2.IntelligenceFinding.ThrottledRequestSpike.BucketContribution.Contribution
Namespace
Google \ Cloud \ Storage \ Control \ V2 \ IntelligenceFinding \ ThrottledRequestSpike \ BucketContributionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ top_prefixes |
array<Contribution\PrefixContribution>
Output only. A list of top object prefixes driving the increase in throttled requests. |
getTopPrefixes
Output only. A list of top object prefixes driving the increase in throttled requests.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Contribution\PrefixContribution> |
|
setTopPrefixes
Output only. A list of top object prefixes driving the increase in throttled requests.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Contribution\PrefixContribution>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|