google-apis-walletobjects_v1 0.24.0 → 0.25.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: 5146ffbb6162265d1ec7d772a3639daa1c287467912b138c1b809559fda45c71
|
4
|
+
data.tar.gz: 3be588bcfcc83ab815c0b06011b105fb572e5480c1aeab50ff1fe4c304f98695
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5872840f966dc1ad60750d94af7c4c724ef0ab210757ef80c6c5c3abe1fa96724e875f3c68481d71f1d69618cff06e5ee2dabac3255e0e2590cf2d789f7b0969
|
7
|
+
data.tar.gz: 0d0ddb6e67e20609a01a1dcad1ea80d8200da40e777d5850b362616819e5b07e68f36c76202fe8b516a897ebb76f9ffa244ced4a312f0267541b37a174f8fc4d
|
data/CHANGELOG.md
CHANGED
@@ -5973,6 +5973,13 @@ module Google
|
|
5973
5973
|
# @return [String]
|
5974
5974
|
attr_accessor :notification_type
|
5975
5975
|
|
5976
|
+
# The physical headers provided by RequestReceivedParameters in Scotty request.
|
5977
|
+
# type is uploader_service.KeyValuePairs.
|
5978
|
+
# Corresponds to the JSON property `physicalHeaders`
|
5979
|
+
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
5980
|
+
# @return [String]
|
5981
|
+
attr_accessor :physical_headers
|
5982
|
+
|
5976
5983
|
# The Scotty request ID.
|
5977
5984
|
# Corresponds to the JSON property `requestId`
|
5978
5985
|
# @return [String]
|
@@ -6008,6 +6015,7 @@ module Google
|
|
6008
6015
|
@diff_object_version = args[:diff_object_version] if args.key?(:diff_object_version)
|
6009
6016
|
@final_status = args[:final_status] if args.key?(:final_status)
|
6010
6017
|
@notification_type = args[:notification_type] if args.key?(:notification_type)
|
6018
|
+
@physical_headers = args[:physical_headers] if args.key?(:physical_headers)
|
6011
6019
|
@request_id = args[:request_id] if args.key?(:request_id)
|
6012
6020
|
@request_received_params_serving_info = args[:request_received_params_serving_info] if args.key?(:request_received_params_serving_info)
|
6013
6021
|
@total_bytes = args[:total_bytes] if args.key?(:total_bytes)
|
@@ -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.25.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 = "20250909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2468,6 +2468,7 @@ module Google
|
|
2468
2468
|
property :diff_object_version, as: 'diffObjectVersion'
|
2469
2469
|
property :final_status, as: 'finalStatus'
|
2470
2470
|
property :notification_type, as: 'notificationType'
|
2471
|
+
property :physical_headers, :base64 => true, as: 'physicalHeaders'
|
2471
2472
|
property :request_id, as: 'requestId'
|
2472
2473
|
property :request_received_params_serving_info, :base64 => true, as: 'requestReceivedParamsServingInfo'
|
2473
2474
|
property :total_bytes, :numeric_string => true, as: 'totalBytes'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.25.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-walletobjects_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.25.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-walletobjects_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|