google-apis-walletobjects_v1 0.9.0 → 0.10.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: ba156c8f794a2713b900f296aa448b757caf4baf1c58226f6e2e5f13eba401f6
|
|
4
|
+
data.tar.gz: d6b736eba023da0f7d8ce8721a81793fbdf7e6de8107440a8bc1cb7fb22f4ccd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c6b836296fd6c78d4cbf68ffd6e684e14b5c9e5308adf1f8b6d0cfc059e7a7a417f91f87b58261b02679b35b646c55a03cd93fbc662bc2bd2a7efbdd6c0885e
|
|
7
|
+
data.tar.gz: 7f56073aa9e0cd013f9ecf1b480bbe22f3346e503aae90e3091507af4bfe6e1057aff3b97344533da77726d7a26f65302a249fa9f610227256e7d975c9a573cd
|
data/CHANGELOG.md
CHANGED
|
@@ -5423,8 +5423,8 @@ module Google
|
|
|
5423
5423
|
# Deprecated, use one of explicit hash type fields instead. These two hash
|
|
5424
5424
|
# related fields will only be populated on Scotty based media uploads and will
|
|
5425
5425
|
# contain the content of the hash group in the NotificationRequest: http://cs/#
|
|
5426
|
-
# google3/
|
|
5427
|
-
# hash value of the uploaded media.
|
|
5426
|
+
# google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash
|
|
5427
|
+
# Hex encoded hash value of the uploaded media.
|
|
5428
5428
|
# Corresponds to the JSON property `hash`
|
|
5429
5429
|
# @return [String]
|
|
5430
5430
|
attr_accessor :hash_prop
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module WalletobjectsV1
|
|
18
18
|
# Version of the google-apis-walletobjects_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240606"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-walletobjects_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.10.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|