Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateTimeSeriesError.
DEPRECATED. Used to hold per-time-series error status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#status
def status() -> ::Google::Rpc::Status
Returns
-
(::Google::Rpc::Status) — DEPRECATED. The status of the requested write operation for
time_series
.
#status=
def status=(value) -> ::Google::Rpc::Status
Parameter
-
value (::Google::Rpc::Status) — DEPRECATED. The status of the requested write operation for
time_series
.
Returns
-
(::Google::Rpc::Status) — DEPRECATED. The status of the requested write operation for
time_series
.
#time_series
def time_series() -> ::Google::Cloud::Monitoring::V3::TimeSeries
Returns
-
(::Google::Cloud::Monitoring::V3::TimeSeries) — DEPRECATED. Time series ID that resulted in the
status
error.
#time_series=
def time_series=(value) -> ::Google::Cloud::Monitoring::V3::TimeSeries
Parameter
-
value (::Google::Cloud::Monitoring::V3::TimeSeries) — DEPRECATED. Time series ID that resulted in the
status
error.
Returns
-
(::Google::Cloud::Monitoring::V3::TimeSeries) — DEPRECATED. Time series ID that resulted in the
status
error.