Skip to content

Commit de4ac5f

Browse files
feat: Automated regeneration of storagetransfer v1 client (googleapis#23905)
Auto-created at 2025-08-10 10:21:30 +0000 using the toys pull request generator.
1 parent 70f5e01 commit de4ac5f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-storagetransfer_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-storagetransfer_v1
22

3+
### v0.59.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250801
6+
37
### v0.58.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250523

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,13 +404,13 @@ def update!(**args)
404404
class ErrorLogEntry
405405
include Google::Apis::Core::Hashable
406406

407-
# A list of messages that carry the error details.
407+
# Optional. A list of messages that carry the error details.
408408
# Corresponds to the JSON property `errorDetails`
409409
# @return [Array<String>]
410410
attr_accessor :error_details
411411

412-
# Required. A URL that refers to the target (a data source, a data sink, or an
413-
# object) with which the error is associated.
412+
# Output only. A URL that refers to the target (a data source, a data sink, or
413+
# an object) with which the error is associated.
414414
# Corresponds to the JSON property `url`
415415
# @return [String]
416416
attr_accessor :url

generated/google-apis-storagetransfer_v1/lib/google/apis/storagetransfer_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 StoragetransferV1
1818
# Version of the google-apis-storagetransfer_v1 gem
19-
GEM_VERSION = "0.58.0"
19+
GEM_VERSION = "0.59.0"
2020

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

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

0 commit comments

Comments
 (0)