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

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

The QueryReservations response.

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

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ reservations array<ReservationData>

The reservations data that match the request.

getReservations

The reservations data that match the request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setReservations

The reservations data that match the request.

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