ListTimeSeriesResponse
The timeSeries.list
response.
JSON representation |
{
"timeSeries": [
{
object (TimeSeries )
}
],
"nextPageToken": string,
"executionErrors": [
{
object (Status )
}
],
"unit": string,
"unreachable": [
string
]
} |
Fields |
timeSeries[] |
object (TimeSeries )
One or more time series that match the filter included in the request.
|
nextPageToken |
string
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as pageToken in the next call to this method.
|
executionErrors[] |
object (Status )
Query execution errors that may have caused the time series data returned to be incomplete.
|
unit |
string
The unit in which all timeSeries point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If different timeSeries have different units (for example, because they come from different metric types, or a unit is absent), then unit will be "{not_a_unit}".
|
unreachable[] |
string
Cloud regions that were unreachable which may have caused incomplete data to be returned.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],[]]