@@ -277,7 +277,7 @@ public final ListLogMetricsPagedResponse listLogMetrics(ListLogMetricsRequest re
277
277
* }
278
278
* }</pre>
279
279
*
280
- * @param metricName Required. The resource name of the desired metric:
280
+ * @param metric_name Required. The resource name of the desired metric:
281
281
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
282
282
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
283
283
*/
@@ -302,7 +302,7 @@ public final LogMetric getLogMetric(LogMetricName metricName) {
302
302
* }
303
303
* }</pre>
304
304
*
305
- * @param metricName Required. The resource name of the desired metric:
305
+ * @param metric_name Required. The resource name of the desired metric:
306
306
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
307
307
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
308
308
*/
@@ -450,7 +450,7 @@ public final UnaryCallable<CreateLogMetricRequest, LogMetric> createLogMetricCal
450
450
* }
451
451
* }</pre>
452
452
*
453
- * @param metricName Required. The resource name of the metric to update:
453
+ * @param metric_name Required. The resource name of the metric to update:
454
454
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
455
455
* <p>The updated metric must be provided in the request and it's `name` field must be the
456
456
* same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is
@@ -481,7 +481,7 @@ public final LogMetric updateLogMetric(LogMetricName metricName, LogMetric metri
481
481
* }
482
482
* }</pre>
483
483
*
484
- * @param metricName Required. The resource name of the metric to update:
484
+ * @param metric_name Required. The resource name of the metric to update:
485
485
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
486
486
* <p>The updated metric must be provided in the request and it's `name` field must be the
487
487
* same as `[METRIC_ID]` If the metric does not exist in `[PROJECT_ID]`, then a new metric is
@@ -542,7 +542,7 @@ public final UnaryCallable<UpdateLogMetricRequest, LogMetric> updateLogMetricCal
542
542
* }
543
543
* }</pre>
544
544
*
545
- * @param metricName Required. The resource name of the metric to delete:
545
+ * @param metric_name Required. The resource name of the metric to delete:
546
546
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
547
547
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
548
548
*/
@@ -567,7 +567,7 @@ public final void deleteLogMetric(LogMetricName metricName) {
567
567
* }
568
568
* }</pre>
569
569
*
570
- * @param metricName Required. The resource name of the metric to delete:
570
+ * @param metric_name Required. The resource name of the metric to delete:
571
571
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
572
572
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
573
573
*/
0 commit comments