Skip to content

Commit 38e18a8

Browse files
authored
cleanup: StorageBatchOperations comment changes introduced by googleapis (#15075)
1 parent 1d6fb4f commit 38e18a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google/cloud/storagebatchoperations/v1/storage_batch_operations_client.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ class StorageBatchOperationsClient {
9696

9797
// clang-format off
9898
///
99-
/// Lists Jobs in a given project.
99+
/// Lists Jobs in a given project and location.
100100
///
101-
/// @param parent Required. Format: projects/{project_id}/locations/global.
101+
/// @param parent Required. Format: projects/{project_id}/locations/{location_id} .
102102
/// @param opts Optional. Override the class-level options, such as retry and
103103
/// backoff policies.
104104
/// @return a [StreamRange](@ref google::cloud::StreamRange)
@@ -130,7 +130,7 @@ class StorageBatchOperationsClient {
130130

131131
// clang-format off
132132
///
133-
/// Lists Jobs in a given project.
133+
/// Lists Jobs in a given project and location.
134134
///
135135
/// @param request Unary RPCs, such as the one wrapped by this
136136
/// function, receive a single `request` proto message which includes all
@@ -173,7 +173,7 @@ class StorageBatchOperationsClient {
173173
/// Gets a batch job.
174174
///
175175
/// @param name Required. `name` of the job to retrieve.
176-
/// Format: projects/{project_id}/locations/global/jobs/{job_id} .
176+
/// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
177177
/// @param opts Optional. Override the class-level options, such as retry and
178178
/// backoff policies.
179179
/// @return the result of the RPC. The response message type
@@ -353,7 +353,7 @@ class StorageBatchOperationsClient {
353353
/// Deletes a batch job.
354354
///
355355
/// @param name Required. The `name` of the job to delete.
356-
/// Format: projects/{project_id}/locations/global/jobs/{job_id} .
356+
/// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
357357
/// @param opts Optional. Override the class-level options, such as retry and
358358
/// backoff policies.
359359
/// @return a [`Status`] object. If the request failed, the
@@ -404,7 +404,7 @@ class StorageBatchOperationsClient {
404404
/// Cancels a batch job.
405405
///
406406
/// @param name Required. The `name` of the job to cancel.
407-
/// Format: projects/{project_id}/locations/global/jobs/{job_id}.
407+
/// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id}.
408408
/// @param opts Optional. Override the class-level options, such as retry and
409409
/// backoff policies.
410410
/// @return the result of the RPC. The response message type

0 commit comments

Comments
 (0)