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
def label_descriptors() -> ::Array<::Google::Api::LabelDescriptor>
Returns
- (::Array<::Google::Api::LabelDescriptor>) — Descriptors for the labels.
#label_descriptors=
def label_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
def point_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=
def point_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.