Interface protos.google.api.IMetricDescriptor (9.5.7)

Properties of a MetricDescriptor.

Package

@google-cloud/logging!

Properties

description

description?: (string|null);

MetricDescriptor description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

MetricDescriptor displayName

Property Value
TypeDescription
(string|null)

labels

labels?: (google.api.ILabelDescriptor[]|null);

MetricDescriptor labels

Property Value
TypeDescription
(google.api.ILabelDescriptor[]|null)

launchStage

launchStage?: (google.api.LaunchStage|keyof typeof google.api.LaunchStage|null);

MetricDescriptor launchStage

Property Value
TypeDescription
(google.api.LaunchStage|keyof typeof google.api.LaunchStage|null)

metadata

metadata?: (google.api.MetricDescriptor.IMetricDescriptorMetadata|null);

MetricDescriptor metadata

Property Value
TypeDescription
(google.api.MetricDescriptor.IMetricDescriptorMetadata|null)

metricKind

metricKind?: (google.api.MetricDescriptor.MetricKind|keyof typeof google.api.MetricDescriptor.MetricKind|null);

MetricDescriptor metricKind

Property Value
TypeDescription
(google.api.MetricDescriptor.MetricKind|keyof typeof google.api.MetricDescriptor.MetricKind|null)

monitoredResourceTypes

monitoredResourceTypes?: (string[]|null);

MetricDescriptor monitoredResourceTypes

Property Value
TypeDescription
(string[]|null)

name

name?: (string|null);

MetricDescriptor name

Property Value
TypeDescription
(string|null)

type

type?: (string|null);

MetricDescriptor type

Property Value
TypeDescription
(string|null)

unit

unit?: (string|null);

MetricDescriptor unit

Property Value
TypeDescription
(string|null)

valueType

valueType?: (google.api.MetricDescriptor.ValueType|keyof typeof google.api.MetricDescriptor.ValueType|null);

MetricDescriptor valueType

Property Value
TypeDescription
(google.api.MetricDescriptor.ValueType|keyof typeof google.api.MetricDescriptor.ValueType|null)