type google.golang.org/genproto/googleapis/monitoring/v3.LabelValue

15 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		metric.pb.go#L304: 	LabelValues []*LabelValue `protobuf:"bytes,1,rep,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
		metric.pb.go#L341: func (x *TimeSeriesData) GetLabelValues() []*LabelValue {
		metric.pb.go#L356: type LabelValue struct {
		metric.pb.go#L370: func (x *LabelValue) Reset() {
		metric.pb.go#L371: 	*x = LabelValue{}
		metric.pb.go#L379: func (x *LabelValue) String() string {
		metric.pb.go#L383: func (*LabelValue) ProtoMessage() {}
		metric.pb.go#L385: func (x *LabelValue) ProtoReflect() protoreflect.Message {
		metric.pb.go#L398: func (*LabelValue) Descriptor() ([]byte, []int) {
		metric.pb.go#L402: func (m *LabelValue) GetValue() isLabelValue_Value {
		metric.pb.go#L409: func (x *LabelValue) GetBoolValue() bool {
		metric.pb.go#L416: func (x *LabelValue) GetInt64Value() int64 {
		metric.pb.go#L423: func (x *LabelValue) GetStringValue() string {
		metric.pb.go#L983: 	(*LabelValue)(nil),                             // 4: google.monitoring.v3.LabelValue
		metric.pb.go#L1082: 			switch v := v.(*LabelValue); i {