Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a714cbf

Browse files
committed
[samplecode][1/3]Implement Pure Unary RPC sample code (#573)
1 parent 897dcb8 commit a714cbf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/integration/goldens/logging/MetricsClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ public final ListLogMetricsPagedResponse listLogMetrics(ListLogMetricsRequest re
277277
* }
278278
* }</pre>
279279
*
280-
* @param metricName Required. The resource name of the desired metric:
280+
* @param metric_name Required. The resource name of the desired metric:
281281
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
282282
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
283283
*/
@@ -302,7 +302,7 @@ public final LogMetric getLogMetric(LogMetricName metricName) {
302302
* }
303303
* }</pre>
304304
*
305-
* @param metricName Required. The resource name of the desired metric:
305+
* @param metric_name Required. The resource name of the desired metric:
306306
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
307307
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
308308
*/
@@ -450,7 +450,7 @@ public final UnaryCallable<CreateLogMetricRequest, LogMetric> createLogMetricCal
450450
* }
451451
* }</pre>
452452
*
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:
454454
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
455455
* <p>The updated metric must be provided in the request and it's `name` field must be the
456456
* 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
481481
* }
482482
* }</pre>
483483
*
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:
485485
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
486486
* <p>The updated metric must be provided in the request and it's `name` field must be the
487487
* 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
542542
* }
543543
* }</pre>
544544
*
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:
546546
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
547547
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
548548
*/
@@ -567,7 +567,7 @@ public final void deleteLogMetric(LogMetricName metricName) {
567567
* }
568568
* }</pre>
569569
*
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:
571571
* <p>"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
572572
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
573573
*/

0 commit comments

Comments
 (0)