diff --git a/test/integration/goldens/logging/MetricsClient.java b/test/integration/goldens/logging/MetricsClient.java index 7ae9d336af..283f4d1d5b 100644 --- a/test/integration/goldens/logging/MetricsClient.java +++ b/test/integration/goldens/logging/MetricsClient.java @@ -223,7 +223,7 @@ public final ListLogMetricsPagedResponse listLogMetrics(ListLogMetricsRequest re * } * } * - * @param metric_name Required. The resource name of the desired metric: + * @param metricName Required. The resource name of the desired metric: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -248,7 +248,7 @@ public final LogMetric getLogMetric(LogMetricName metricName) { * } * } * - * @param metric_name Required. The resource name of the desired metric: + * @param metricName Required. The resource name of the desired metric: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -371,7 +371,7 @@ public final UnaryCallable createLogMetricCal * } * } * - * @param metric_name Required. The resource name of the metric to update: + * @param metricName Required. The resource name of the metric to update: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" *

The updated metric must be provided in the request and it's `name` field must be the * same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is @@ -402,7 +402,7 @@ public final LogMetric updateLogMetric(LogMetricName metricName, LogMetric metri * } * } * - * @param metric_name Required. The resource name of the metric to update: + * @param metricName Required. The resource name of the metric to update: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" *

The updated metric must be provided in the request and it's `name` field must be the * same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is @@ -450,7 +450,7 @@ public final UnaryCallable updateLogMetricCal * } * } * - * @param metric_name Required. The resource name of the metric to delete: + * @param metricName Required. The resource name of the metric to delete: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -475,7 +475,7 @@ public final void deleteLogMetric(LogMetricName metricName) { * } * } * - * @param metric_name Required. The resource name of the metric to delete: + * @param metricName Required. The resource name of the metric to delete: *

"projects/[PROJECT_ID]/metrics/[METRIC_ID]" * @throws com.google.api.gax.rpc.ApiException if the remote call fails */