Google\Monitoring\V3
Classes
Describes how to combine multiple time series to provide different views of
the data. Aggregation consists of an alignment step on individual time
series (
per_series_aligner
) followed by an optional reduction of the data
across different time series (cross_series_reducer
). For more details, see
Aggregation.
The Aligner describes how to bring the data points in a single
time series into temporal alignment.
A Reducer describes how to aggregate data points from multiple
time series into a single time series.
The
CreateGroup
request.
The
CreateMetricDescriptor
request.
Describes the result of a failed request to write data to a time series.
The
CreateTimeSeries
request.
The
DeleteGroup
request. You can only delete a group if it has no children.
The
DeleteMetricDescriptor
request.
The
GetGroup
request.
The
GetMetricDescriptor
request.
The
GetMonitoredResourceDescriptor
request.
The description of a dynamic collection of monitored resources. Each group
has a filter that is matched against monitored resources and their associated
metadata. If a group's filter matches an available monitored resource, then
that resource is a member of that group. Groups can contain any number of
monitored resources, and each monitored resource can be a member of any
number of groups.
The Group API lets you inspect and manage your
groups.
The
ListGroupMembers
request.
The
ListGroupMembers
response.
The
ListGroup
request.
The
ListGroups
response.
The
ListMetricDescriptors
request.
The
ListMetricDescriptors
response.
The
ListMonitoredResourceDescriptors
request.
The
ListMonitoredResourcDescriptors
response.
The
ListTimeSeries
request.
Controls which fields are returned by
ListTimeSeries
.
The
ListTimeSeries
response.
Manages metric descriptors, monitored resource descriptors, and
time series data.
A single data point in a time series.
A time interval extending just after a start time through an end time.
A collection of data points that describes the time-varying values
of a metric. A time series is identified by a combination of a
fully-specified monitored resource and a fully-specified metric.
A single strongly-typed value.
The
UpdateGroup
request.