# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
View and manage your data across Google Cloud Platform services.
View and write monitoring data for all of your Google and third-party Cloud and API projects.
# Structs
DeleteMetricDescriptorResponse: The response of cloudmonitoring.metricDescriptors.delete.
ListMetricDescriptorsRequest: The request of cloudmonitoring.metricDescriptors.list.
ListMetricDescriptorsResponse: The response of cloudmonitoring.metricDescriptors.list.
ListTimeseriesDescriptorsRequest: The request of cloudmonitoring.timeseriesDescriptors.list.
ListTimeseriesDescriptorsResponse: The response of cloudmonitoring.timeseriesDescriptors.list.
ListTimeseriesRequest: The request of cloudmonitoring.timeseries.list.
ListTimeseriesResponse: The response of cloudmonitoring.timeseries.list.
MetricDescriptor: A metricDescriptor defines the name, label keys, and data type of a particular metric.
MetricDescriptorLabelDescriptor: A label in a metric is a description of this metric, including the key of this description (what the description is), and the value for this description.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MetricDescriptorTypeDescriptor: A type in a metric contains information about how the metric is collected and what its data points look like.
Point: Point is a single point in a time series.
PointDistribution: Distribution data point value type.
PointDistributionBucket: The histogram's bucket.
PointDistributionOverflowBucket: The overflow bucket is a special bucket that does not have the upperBound field; it includes all of the events that are no less than its lower bound.
PointDistributionUnderflowBucket: The underflow bucket is a special bucket that does not have the lowerBound field; it includes all of the events that are less than its upper bound.
No description provided by the author
Timeseries: The monitoring data is organized as metrics and stored as data points that are recorded over time.
TimeseriesDescriptor: TimeseriesDescriptor identifies a single time series.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TimeseriesPoint: When writing time series, TimeseriesPoint should be used instead of Timeseries, to enforce single point for each time series in the timeseries.write request.
No description provided by the author
No description provided by the author
WriteTimeseriesRequest: The request of cloudmonitoring.timeseries.write.
WriteTimeseriesResponse: The response of cloudmonitoring.timeseries.write.