google-apis-storagetransfer_v1 0.58.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b7996491f34de76e3f10dd3432100c4e19bb2d4c99fc7c0d86bc69934584df9
|
4
|
+
data.tar.gz: 4467fce40075de5207664096d724be30e715e33525f91be00e0366e2d96f5dd8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af48d145466eeb2f5405489d348062f4ea8c323216fcd1b149709d6305022e34ae7cdd5e92bbcd28f0303624ed6f2b777407e52782d9afb37d3ccce0f9c5b9c3
|
7
|
+
data.tar.gz: 3ce2919078c5efdeb3c73505e199cdbb88b6838b519394d49dc392b630b39df7c766c80837e01cd56fb1a0d566bb54889507bea2625305e125794b3d2bdbbe4a
|
data/CHANGELOG.md
CHANGED
@@ -404,13 +404,13 @@ module Google
|
|
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
|
-
#
|
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
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250801"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-storagetransfer_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.59.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.59.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|