Struct google_cloudmonitoring2_beta2::MetricDescriptor [] [src]

pub struct MetricDescriptor {
    pub project: Option<String>,
    pub labels: Option<Vec<MetricDescriptorLabelDescriptor>>,
    pub description: Option<String>,
    pub name: Option<String>,
    pub type_descriptor: Option<MetricDescriptorTypeDescriptor>,
}

A metricDescriptor defines the name, label keys, and data type of a particular metric.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The project ID to which the metric belongs.

Labels defined for this metric.

Description of this metric.

The name of this metric.

Type description for this metric.

Trait Implementations

impl Debug for MetricDescriptor
[src]

Formats the value using the given formatter.

impl Clone for MetricDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MetricDescriptor
[src]

Returns the "default value" for a type. Read more

impl RequestValue for MetricDescriptor
[src]

impl Resource for MetricDescriptor
[src]

impl ResponseResult for MetricDescriptor
[src]