google.golang.org/genproto/googleapis/logging/v2.UpdateLogMetricRequest.GetMetricName (method)

2 uses

	google.golang.org/genproto/googleapis/logging/v2 (current package)
		logging_metrics.pb.go#L617: func (x *UpdateLogMetricRequest) GetMetricName() string {

	cloud.google.com/go/logging/apiv2
		metrics_client.go#L208: 	md := metadata.Pairs("x-goog-request-params", fmt.Sprintf("%s=%v", "metric_name", url.QueryEscape(req.GetMetricName())))