Skip to content

Regenerate storagebatchoperations client #6531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/StorageBatchOperations.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* <p>
* For more information about this service, see the API
* <a href="https://cloud.google.com/storage/docs/metadata" target="_blank">Documentation</a>
* <a href="https://cloud.google.com/storage/docs/batch-operations/overview" target="_blank">Documentation</a>
* </p>
*
* @author Google, Inc.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function cancel($name, CancelJobRequest $postBody, $optParams = [])
* RFC-1123.
* @opt_param string requestId Optional. An optional request ID to identify
* requests. Specify a unique request ID in case you need to retry your request.
* Requests with same `request_id` will ignored for at least 60 minutes since
* Requests with same `request_id` will be ignored for at least 60 minutes since
* the first request. The request ID must be a valid UUID with the exception
* that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
* @return Operation
Expand All @@ -84,7 +84,7 @@ public function create($parent, Job $postBody, $optParams = [])
*
* @opt_param string requestId Optional. An optional request ID to identify
* requests. Specify a unique request ID in case you need to retry your request.
* Requests with same `request_id` will ignored for at least 60 minutes since
* Requests with same `request_id` will be ignored for at least 60 minutes since
* the first request. The request ID must be a valid UUID with the exception
* that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
* @return StoragebatchoperationsEmpty
Expand Down