google.golang.org/genproto/googleapis/monitoring/v3.LabelValue.GetValue (method)

4 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		metric.pb.go#L402: func (m *LabelValue) GetValue() isLabelValue_Value {
		metric.pb.go#L410: 	if x, ok := x.GetValue().(*LabelValue_BoolValue); ok {
		metric.pb.go#L417: 	if x, ok := x.GetValue().(*LabelValue_Int64Value); ok {
		metric.pb.go#L424: 	if x, ok := x.GetValue().(*LabelValue_StringValue); ok {