package label
Import Path
google.golang.org/genproto/googleapis/api/label (on go.dev)
Dependency Relation
imports 5 packages, and imported by 4 packages
Involved Source Files
label.pb.go
Package-Level Type Names (total 2, both are exported)
A description of a label.
A human-readable description for the label.
The label key.
The type of data that can be assigned to the label.
sizeCache protoimpl.SizeCache
state protoimpl.MessageState
unknownFields protoimpl.UnknownFields
Deprecated: Use LabelDescriptor.ProtoReflect.Descriptor instead.
(*T) GetDescription() string
(*T) GetKey() string
(*T) GetValueType() LabelDescriptor_ValueType
(*T) ProtoMessage()
(*T) ProtoReflect() protoreflect.Message
(*T) Reset()
(*T) String() string
*T : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage
*T : google.golang.org/protobuf/runtime/protoiface.MessageV1
*T : expvar.Var
*T : fmt.Stringer
*T : google.golang.org/protobuf/internal/impl.messageV1
*T : context.stringer
*T : runtime.stringer
func google.golang.org/genproto/googleapis/api/metric.(*MetricDescriptor).GetLabels() []*LabelDescriptor
func google.golang.org/genproto/googleapis/api/monitoredres.(*MonitoredResourceDescriptor).GetLabels() []*LabelDescriptor
func google.golang.org/genproto/googleapis/monitoring/v3.(*NotificationChannelDescriptor).GetLabels() []*LabelDescriptor
func google.golang.org/genproto/googleapis/monitoring/v3.(*TimeSeriesDescriptor).GetLabelDescriptors() []*LabelDescriptor
func contrib.go.opencensus.io/exporter/stackdriver.labelDescriptorsFromProto(defaults map[string]stackdriver.labelValue, protoLabelKeys []*metricspb.LabelKey) []*LabelDescriptor
func contrib.go.opencensus.io/exporter/stackdriver.metricLableKeysToLabels(defaults map[string]stackdriver.labelValue, labelKeys []metricdata.LabelKey) []*LabelDescriptor
func contrib.go.opencensus.io/exporter/stackdriver.newLabelDescriptors(defaults map[string]stackdriver.labelValue, keys []tag.Key) []*LabelDescriptor
Value types that can be used as label values.
( T) Descriptor() protoreflect.EnumDescriptor
( T) Enum() *LabelDescriptor_ValueType
Deprecated: Use LabelDescriptor_ValueType.Descriptor instead.
( T) Number() protoreflect.EnumNumber
( T) String() string
( T) Type() protoreflect.EnumType
T : google.golang.org/protobuf/reflect/protoreflect.Enum
T : expvar.Var
T : fmt.Stringer
T : google.golang.org/protobuf/internal/impl.enumV1
T : context.stringer
T : runtime.stringer
func (*LabelDescriptor).GetValueType() LabelDescriptor_ValueType
func LabelDescriptor_ValueType.Enum() *LabelDescriptor_ValueType
const LabelDescriptor_BOOL
const LabelDescriptor_INT64
const LabelDescriptor_STRING
Package-Level Functions (total 3, none are exported)
Package-Level Variables (total 10, in which 3 are exported)
Enum value maps for LabelDescriptor_ValueType.
Enum value maps for LabelDescriptor_ValueType.
Package-Level Constants (total 3, all are exported)
Boolean; true or false.
A 64-bit signed integer.
A variable-length string. This is the default.
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |