Skip to content

Commit 56e9ca3

Browse files
Regenerate storagebatchoperations client
1 parent c9fa9d7 commit 56e9ca3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/StorageBatchOperations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <p>
2929
* For more information about this service, see the API
30-
* <a href="https://cloud.google.com/storage/docs/metadata" target="_blank">Documentation</a>
30+
* <a href="https://cloud.google.com/storage/docs/batch-operations/overview" target="_blank">Documentation</a>
3131
* </p>
3232
*
3333
* @author Google, Inc.

src/StorageBatchOperations/Resource/ProjectsLocationsJobs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function cancel($name, CancelJobRequest $postBody, $optParams = [])
6363
* RFC-1123.
6464
* @opt_param string requestId Optional. An optional request ID to identify
6565
* requests. Specify a unique request ID in case you need to retry your request.
66-
* Requests with same `request_id` will ignored for at least 60 minutes since
66+
* Requests with same `request_id` will be ignored for at least 60 minutes since
6767
* the first request. The request ID must be a valid UUID with the exception
6868
* that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
6969
* @return Operation
@@ -84,7 +84,7 @@ public function create($parent, Job $postBody, $optParams = [])
8484
*
8585
* @opt_param string requestId Optional. An optional request ID to identify
8686
* requests. Specify a unique request ID in case you need to retry your request.
87-
* Requests with same `request_id` will ignored for at least 60 minutes since
87+
* Requests with same `request_id` will be ignored for at least 60 minutes since
8888
* the first request. The request ID must be a valid UUID with the exception
8989
* that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
9090
* @return StoragebatchoperationsEmpty

0 commit comments

Comments
 (0)