Google Cloud Capacity Planner V1beta Client - Class QueryUsageHistoriesResponse (0.1.2)

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

The QueryUsageHistories response.

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

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ usage_histories array<UsageHistory>

The usage histories that match the request.

getUsageHistories

The usage histories that match the request.

Returns
Type Description
Google\Protobuf\RepeatedField<UsageHistory>

setUsageHistories

The usage histories that match the request.

Parameter
Name Description
var array<UsageHistory>
Returns
Type Description
$this