Google Cloud Capacity Planner V1beta Client - Class UsageHistory (0.1.0)

Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class UsageHistory.

A collection of data points that describes the historical time-varying values of a resource.

Generated from protobuf message google.cloud.capacityplanner.v1beta.UsageHistory

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ time_series TimeSeries

The collection of data points that represent the historical values.

↳ aggregation_method int

Method used to convert sampled usage data to time series values.

getTimeSeries

The collection of data points that represent the historical values.

Returns
Type Description
TimeSeries|null

hasTimeSeries

clearTimeSeries

setTimeSeries

The collection of data points that represent the historical values.

Parameter
Name Description
var TimeSeries
Returns
Type Description
$this

getAggregationMethod

Method used to convert sampled usage data to time series values.

Returns
Type Description
int Enum of type AggregationMethod.

setAggregationMethod

Method used to convert sampled usage data to time series values.

Parameter
Name Description
var int

Enum of type AggregationMethod.

Returns
Type Description
$this