Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesError
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateTimeSeriesError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
Overview
DEPRECATED. Used to hold per-time-series error status.
Instance Attribute Summary collapse
-
#status ⇒ ::Google::Rpc::Status
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#time_series ⇒ ::Google::Cloud::Monitoring::V3::TimeSeries
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#status ⇒ ::Google::Rpc::Status
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns DEPRECATED. The status of the requested write operation for time_series
.
306 307 308 309 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 306 class CreateTimeSeriesError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_series ⇒ ::Google::Cloud::Monitoring::V3::TimeSeries
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns DEPRECATED. Time series ID that resulted in the status
error.
306 307 308 309 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 306 class CreateTimeSeriesError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |