The resource for the time series values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu", "gce-tpu" and "gce-vm".
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Point](#Point)\n - [JSON representation](#Point.SCHEMA_REPRESENTATION)\n\nA collection of data points that describes the time-varying values of a resource. A time series is identified by its ID. Next : 12\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"locationType\": enum (/capacity-planner/docs/reference/rest/v1beta/LocationType), \"location\": string, \"isSpot\": boolean, \"machineFamily\": string, \"diskType\": string, \"gpuType\": string, \"tpuType\": string, \"machineShape\": { object (/capacity-planner/docs/reference/rest/v1beta/MachineShape) }, \"cloudResourceType\": string, \"points\": [ { object (/capacity-planner/docs/reference/rest/v1beta/TimeSeries#Point) } ], \"unit\": string } ``` |\n\n| Fields ||\n|---------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `locationType` | `enum (`[LocationType](/capacity-planner/docs/reference/rest/v1beta/LocationType)`)` Required. The type of location that the time series is summarizing. |\n| `location` | `string` Optional. The location of the usage data in time series. |\n| `isSpot` | `boolean` Optional. The location of the usage data in time series. |\n| `machineFamily` | `string` The machine family for the time series values to return. Possible values include \"n1\" and \"n2d\". |\n| `diskType` | `string` The disk type for the time series values to return. |\n| `gpuType` | `string` The GPU type of the time series. |\n| `tpuType` | `string` The TPU type of the time series. |\n| `machineShape` | `object (`[MachineShape](/capacity-planner/docs/reference/rest/v1beta/MachineShape)`)` The machine shape of the time series. |\n| `cloudResourceType` | `string` The resource for the time series values to return. Possible values include \"gce-vcpus\", \"gce-ram\", \"gce-local-ssd\", \"gce-persistent-disk\", \"gce-gpu\", \"gce-tpu\" and \"gce-vm\". |\n| `points[]` | `object (`[Point](/capacity-planner/docs/reference/rest/v1beta/TimeSeries#Point)`)` The data points of this time series. When listing time series, points are returned in chronological order. |\n| `unit` | `string` The units in which the values are reported. |\n\nPoint A single data point in a time series.\n\n| JSON representation |\n|--------------------------------------------------|\n| ``` { \"eventTime\": string, \"value\": number } ``` |\n\n| Fields ||\n|-------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `eventTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The time which the data point applies. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `value` | `number` The value of the data point. |"]]