Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::TimeSeriesDescriptor (v1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::TimeSeriesDescriptor.
A descriptor for the labels and points in a time series.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#label_descriptors
deflabel_descriptors()->::Array<::Google::Api::LabelDescriptor>
Returns
- (::Array<::Google::Api::LabelDescriptor>) — Descriptors for the labels.
#label_descriptors=
deflabel_descriptors=(value)->::Array<::Google::Api::LabelDescriptor>
Parameter
- value (::Array<::Google::Api::LabelDescriptor>) — Descriptors for the labels.
Returns
- (::Array<::Google::Api::LabelDescriptor>) — Descriptors for the labels.
#point_descriptors
defpoint_descriptors()->::Array<::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor>) — Descriptors for the point data value columns.
#point_descriptors=
defpoint_descriptors=(value)->::Array<::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor>) — Descriptors for the point data value columns.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor::ValueDescriptor>) — Descriptors for the point data value columns.