Interface protos.google.dataflow.v1beta3.IMetricStructuredName

Properties of a MetricStructuredName.

Package

@google-cloud/dataflow!

Properties

context

context?: ({ [k: string]: string }|null);

MetricStructuredName context

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

MetricStructuredName name

Property Value
TypeDescription
(string|null)

origin

origin?: (string|null);

MetricStructuredName origin

Property Value
TypeDescription
(string|null)