Google Cloud Storage Control V2 Client - Class BucketContribution (1.9.0)

Reference documentation and code samples for the Google Cloud Storage Control V2 Client class BucketContribution.

Represents the storage growth details for a bucket.

Generated from protobuf message google.storage.control.v2.IntelligenceFinding.StorageGrowthAboveTrend.BucketContribution

Namespace

Google \ Cloud \ Storage \ Control \ V2 \ IntelligenceFinding \ StorageGrowthAboveTrend

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ bucket string

Output only. The name of the bucket.

↳ total_storage_growth_bytes int|string

Output only. The total storage growth in bytes for the bucket.

↳ percentage_increase float

Output only. The percentage increase in storage growth for the bucket.

↳ error Google\Rpc\Status

Output only. The error related to accessing the details about the contribution of the bucket.

getBucket

Output only. The name of the bucket.

Returns
Type Description
string

setBucket

Output only. The name of the bucket.

Parameter
Name Description
var string
Returns
Type Description
$this

getTotalStorageGrowthBytes

Output only. The total storage growth in bytes for the bucket.

Returns
Type Description
int|string

setTotalStorageGrowthBytes

Output only. The total storage growth in bytes for the bucket.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getPercentageIncrease

Output only. The percentage increase in storage growth for the bucket.

Returns
Type Description
float

setPercentageIncrease

Output only. The percentage increase in storage growth for the bucket.

Parameter
Name Description
var float
Returns
Type Description
$this

getError

Output only. The error related to accessing the details about the contribution of the bucket.

Returns
Type Description
Google\Rpc\Status|null

hasError

setError

Output only. The error related to accessing the details about the contribution of the bucket.

Parameter
Name Description
var Google\Rpc\Status
Returns
Type Description
$this

getDetails

Returns
Type Description
string