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

2 uses

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

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