Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ExportReservationsUsageResponse.
A response message for [UsageService.ExportReservationsUsage].
Generated from protobuf message google.cloud.capacityplanner.v1beta.ExportReservationsUsageResponse
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ response |
string
The response message for the reservations usage export. In case of bigquery, it will also contain job id. |
getResponse
The response message for the reservations usage export. In case of bigquery, it will also contain job id.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResponse
The response message for the reservations usage export. In case of bigquery, it will also contain job id.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|