Reference documentation and code samples for the Google Cloud Storage Control V2 Client class ColdlineAndArchivalStorageOperationsSpike.
Represents a finding about a spike in Class A/B operations on Coldline or Archive Cloud Storage objects.
This corresponds to the COLD_AND_ARCHIVAL_STORAGE_OPERATIONS_SPIKE
finding type.
Generated from protobuf message google.storage.control.v2.IntelligenceFinding.ColdlineAndArchivalStorageOperationsSpike
Namespace
Google \ Cloud \ Storage \ Control \ V2 \ IntelligenceFindingMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ percentage_increase |
float
Output only. The percentage increase in operations across the project. |
↳ total_operations_count |
int|string
Output only. The total count of operations across the project. |
↳ top_buckets |
array<ColdlineAndArchivalStorageOperationsSpike\BucketContribution>
Output only. A list of the top buckets driving the increase in operations. |
getPercentageIncrease
Output only. The percentage increase in operations across the project.
| Returns | |
|---|---|
| Type | Description |
float |
|
setPercentageIncrease
Output only. The percentage increase in operations across the project.
| Parameter | |
|---|---|
| Name | Description |
var |
float
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalOperationsCount
Output only. The total count of operations across the project.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setTotalOperationsCount
Output only. The total count of operations across the project.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTopBuckets
Output only. A list of the top buckets driving the increase in operations.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<ColdlineAndArchivalStorageOperationsSpike\BucketContribution> |
|
setTopBuckets
Output only. A list of the top buckets driving the increase in operations.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ColdlineAndArchivalStorageOperationsSpike\BucketContribution>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|