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.



318
319
320
321
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 318

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.



318
319
320
321
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 318

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