File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-storagetransfer_v1
lib/google/apis/storagetransfer_v1 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-storagetransfer_v1
2
2
3
+ ### v0.59.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250801
6
+
3
7
### v0.58.0 (2025-06-01)
4
8
5
9
* Regenerated from discovery document revision 20250523
Original file line number Diff line number Diff line change @@ -404,13 +404,13 @@ def update!(**args)
404
404
class ErrorLogEntry
405
405
include Google ::Apis ::Core ::Hashable
406
406
407
- # A list of messages that carry the error details.
407
+ # Optional. A list of messages that carry the error details.
408
408
# Corresponds to the JSON property `errorDetails`
409
409
# @return [Array<String>]
410
410
attr_accessor :error_details
411
411
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.
414
414
# Corresponds to the JSON property `url`
415
415
# @return [String]
416
416
attr_accessor :url
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module StoragetransferV1
18
18
# Version of the google-apis-storagetransfer_v1 gem
19
- GEM_VERSION = "0.58 .0"
19
+ GEM_VERSION = "0.59 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250523 "
25
+ REVISION = "20250801 "
26
26
end
27
27
end
28
28
end
You can’t perform that action at this time.
0 commit comments