Skip to content

Commit 464fecf

Browse files
feat: Automated regeneration of storagebatchoperations v1 client (googleapis#22508)
Auto-created at 2025-04-20 10:50:53 +0000 using the toys pull request generator.
1 parent 74bc4e8 commit 464fecf

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

generated/google-apis-storagebatchoperations_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-storagebatchoperations_v1
22

3+
### v0.2.0 (2025-04-20)
4+
5+
* Regenerated from discovery document revision 20250409
6+
37
### v0.1.0 (2025-04-13)
48

59
* Regenerated from discovery document revision 20250328

generated/google-apis-storagebatchoperations_v1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
7979

8080
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
8181

82-
The [product documentation](https://cloud.google.com/storage/docs/metadata) may provide guidance regarding the preferred client library to use.
82+
The [product documentation](https://cloud.google.com/storage/docs/batch-operations/overview) may provide guidance regarding the preferred client library to use.
8383

8484
## Supported Ruby versions
8585

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module Apis
2323
#
2424
#
2525
#
26-
# @see https://cloud.google.com/storage/docs/metadata
26+
# @see https://cloud.google.com/storage/docs/batch-operations/overview
2727
module StoragebatchoperationsV1
2828
# Version of the Storage Batch Operations API this client connects to.
2929
# This is NOT the gem version.

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/classes.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ class CancelJobRequest
8080

8181
# Optional. An optional request ID to identify requests. Specify a unique
8282
# request ID in case you need to retry your request. Requests with same `
83-
# request_id` will ignored for at least 60 minutes since the first request. The
84-
# request ID must be a valid UUID with the exception that zero UUID is not
83+
# request_id` will be ignored for at least 60 minutes since the first request.
84+
# The request ID must be a valid UUID with the exception that zero UUID is not
8585
# supported (00000000-0000-0000-0000-000000000000).
8686
# Corresponds to the JSON property `requestId`
8787
# @return [String]
@@ -518,9 +518,9 @@ class Manifest
518518
# the object details i.e. BucketId and Name. Generation may optionally be
519519
# specified. When it is not specified the live object is acted upon. `
520520
# manifest_location` should either be 1) An absolute path to the object in the
521-
# format of gs://bucket_name/path/file_name.csv. 2) An absolute path with a
522-
# single wildcard character in the file name, for example gs://bucket_name/path/
523-
# file_name*.csv. If manifest location is specified with a wildcard, objects in
521+
# format of `gs://bucket_name/path/file_name.csv`. 2) An absolute path with a
522+
# single wildcard character in the file name, for example `gs://bucket_name/path/
523+
# file_name*.csv`. If manifest location is specified with a wildcard, objects in
524524
# all manifest files matching the pattern will be acted upon.
525525
# Corresponds to the JSON property `manifestLocation`
526526
# @return [String]

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module StoragebatchoperationsV1
1818
# Version of the google-apis-storagebatchoperations_v1 gem
19-
GEM_VERSION = "0.1.0"
19+
GEM_VERSION = "0.2.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250328"
25+
REVISION = "20250409"
2626
end
2727
end
2828
end

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/service.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module StoragebatchoperationsV1
3030
# Storagebatchoperations = Google::Apis::StoragebatchoperationsV1 # Alias the module
3131
# service = Storagebatchoperations::StorageBatchOperationsService.new
3232
#
33-
# @see https://cloud.google.com/storage/docs/metadata
33+
# @see https://cloud.google.com/storage/docs/batch-operations/overview
3434
class StorageBatchOperationsService < Google::Apis::Core::BaseService
3535
DEFAULT_ENDPOINT_TEMPLATE = "https://storagebatchoperations.$UNIVERSE_DOMAIN$/"
3636

@@ -173,8 +173,8 @@ def cancel_job(name, cancel_job_request_object = nil, fields: nil, quota_user: n
173173
# @param [String] request_id
174174
# Optional. An optional request ID to identify requests. Specify a unique
175175
# request ID in case you need to retry your request. Requests with same `
176-
# request_id` will ignored for at least 60 minutes since the first request. The
177-
# request ID must be a valid UUID with the exception that zero UUID is not
176+
# request_id` will be ignored for at least 60 minutes since the first request.
177+
# The request ID must be a valid UUID with the exception that zero UUID is not
178178
# supported (00000000-0000-0000-0000-000000000000).
179179
# @param [String] fields
180180
# Selector specifying which fields to include in a partial response.
@@ -214,8 +214,8 @@ def create_project_location_job(parent, job_object = nil, job_id: nil, request_i
214214
# @param [String] request_id
215215
# Optional. An optional request ID to identify requests. Specify a unique
216216
# request ID in case you need to retry your request. Requests with same `
217-
# request_id` will ignored for at least 60 minutes since the first request. The
218-
# request ID must be a valid UUID with the exception that zero UUID is not
217+
# request_id` will be ignored for at least 60 minutes since the first request.
218+
# The request ID must be a valid UUID with the exception that zero UUID is not
219219
# supported (00000000-0000-0000-0000-000000000000).
220220
# @param [String] fields
221221
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)