Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ReservationData.
Response entity for reservations data.
Generated from protobuf message google.cloud.capacityplanner.v1beta.ReservationData
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/reservations/{reservation_id}
or organizations/{organization_id}/locations/{location_id}/reservations/{reservation_id}
or folders/{folder_id}/locations/{location_id}/reservations/{reservation_id}
↳ time_series
TimeSeries
The collection of data points that represent the aggregated reserved value for reservations filtered by the criteria.
↳ used_reservation_values
TimeSeries
The collection of data points that represent the aggregated used value for reservations filtered by the criteria.
↳ future_reservations
↳ allocations
getName
Identifier. The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/reservations/{reservation_id}
or organizations/{organization_id}/locations/{location_id}/reservations/{reservation_id}
or folders/{folder_id}/locations/{location_id}/reservations/{reservation_id}
string
setName
Identifier. The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/reservations/{reservation_id}
or organizations/{organization_id}/locations/{location_id}/reservations/{reservation_id}
or folders/{folder_id}/locations/{location_id}/reservations/{reservation_id}
var
string
$this
getTimeSeries
The collection of data points that represent the aggregated reserved value for reservations filtered by the criteria.
hasTimeSeries
clearTimeSeries
setTimeSeries
The collection of data points that represent the aggregated reserved value for reservations filtered by the criteria.
$this
getUsedReservationValues
The collection of data points that represent the aggregated used value for reservations filtered by the criteria.
hasUsedReservationValues
clearUsedReservationValues
setUsedReservationValues
The collection of data points that represent the aggregated used value for reservations filtered by the criteria.
$this
getFutureReservations
Future reservations filtered by the criteria.
setFutureReservations
Future reservations filtered by the criteria.
$this
getAllocations
Allocations filtered by the criteria.
setAllocations
Allocations filtered by the criteria.
$this

