Class: Google::Cloud::Monitoring::V3::CreateTimeSeriesError

Inherits:
Object
  • Object
show all
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

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.



295
296
297
298
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 295

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.



295
296
297
298
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 295

class CreateTimeSeriesError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end