Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
summer-ji-eng committed Dec 23, 2020
1 parent 485eb22 commit ff2f044
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/integration/goldens/logging/MetricsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public final ListLogMetricsPagedResponse listLogMetrics(ListLogMetricsRequest re
* }
* }</pre>
*
* @param metric_name Required. The resource name of the desired metric:
* @param metricName Required. The resource name of the desired metric:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -248,7 +248,7 @@ public final LogMetric getLogMetric(LogMetricName metricName) {
* }
* }</pre>
*
* @param metric_name Required. The resource name of the desired metric:
* @param metricName Required. The resource name of the desired metric:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -371,7 +371,7 @@ public final UnaryCallable<CreateLogMetricRequest, LogMetric> createLogMetricCal
* }
* }</pre>
*
* @param metric_name Required. The resource name of the metric to update:
* @param metricName Required. The resource name of the metric to update:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* <p>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
Expand Down Expand Up @@ -402,7 +402,7 @@ public final LogMetric updateLogMetric(LogMetricName metricName, LogMetric metri
* }
* }</pre>
*
* @param metric_name Required. The resource name of the metric to update:
* @param metricName Required. The resource name of the metric to update:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* <p>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
Expand Down Expand Up @@ -450,7 +450,7 @@ public final UnaryCallable<UpdateLogMetricRequest, LogMetric> updateLogMetricCal
* }
* }</pre>
*
* @param metric_name Required. The resource name of the metric to delete:
* @param metricName Required. The resource name of the metric to delete:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand All @@ -475,7 +475,7 @@ public final void deleteLogMetric(LogMetricName metricName) {
* }
* }</pre>
*
* @param metric_name Required. The resource name of the metric to delete:
* @param metricName Required. The resource name of the metric to delete:
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down

0 comments on commit ff2f044

Please sign in to comment.