Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateTimeSeriesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
The CreateTimeSeries
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#time_series ⇒ ::Array<::Google::Cloud::Monitoring::V3::TimeSeries>
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The project on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER].
281 282 283 284 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 281 class CreateTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series ⇒ ::Array<::Google::Cloud::Monitoring::V3::TimeSeries>
Returns Required. The new data to be added to a list of time series.
Adds at most one data point to each of several time series. The new data
point must be more recent than any other point in its time series. Each
TimeSeries
value must fully specify a unique time series by supplying
all label values for the metric and the monitored resource.
The maximum number of TimeSeries
objects per Create
request is 200.
281 282 283 284 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 281 class CreateTimeSeriesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |