Skip to content

Commit 2b5eb66

Browse files
feat: Automated regeneration of walletobjects v1 client (googleapis#24294)
Auto-created at 2025-09-14 10:33:08 +0000 using the toys pull request generator.
1 parent 4729132 commit 2b5eb66

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382205,6 +382205,7 @@
382205382205
"/walletobjects:v1/MediaRequestInfo/diffObjectVersion": diff_object_version
382206382206
"/walletobjects:v1/MediaRequestInfo/finalStatus": final_status
382207382207
"/walletobjects:v1/MediaRequestInfo/notificationType": notification_type
382208+
"/walletobjects:v1/MediaRequestInfo/physicalHeaders": physical_headers
382208382209
"/walletobjects:v1/MediaRequestInfo/requestId": request_id
382209382210
"/walletobjects:v1/MediaRequestInfo/requestReceivedParamsServingInfo": request_received_params_serving_info
382210382211
"/walletobjects:v1/MediaRequestInfo/totalBytes": total_bytes

generated/google-apis-walletobjects_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-walletobjects_v1
22

3+
### v0.25.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250909
6+
37
### v0.24.0 (2025-08-10)
48

59
* Regenerated from discovery document revision 20250804

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,6 +5973,13 @@ class MediaRequestInfo
59735973
# @return [String]
59745974
attr_accessor :notification_type
59755975

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+
59765983
# The Scotty request ID.
59775984
# Corresponds to the JSON property `requestId`
59785985
# @return [String]
@@ -6008,6 +6015,7 @@ def update!(**args)
60086015
@diff_object_version = args[:diff_object_version] if args.key?(:diff_object_version)
60096016
@final_status = args[:final_status] if args.key?(:final_status)
60106017
@notification_type = args[:notification_type] if args.key?(:notification_type)
6018+
@physical_headers = args[:physical_headers] if args.key?(:physical_headers)
60116019
@request_id = args[:request_id] if args.key?(:request_id)
60126020
@request_received_params_serving_info = args[:request_received_params_serving_info] if args.key?(:request_received_params_serving_info)
60136021
@total_bytes = args[:total_bytes] if args.key?(:total_bytes)

generated/google-apis-walletobjects_v1/lib/google/apis/walletobjects_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 WalletobjectsV1
1818
# Version of the google-apis-walletobjects_v1 gem
19-
GEM_VERSION = "0.24.0"
19+
GEM_VERSION = "0.25.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 = "20250804"
25+
REVISION = "20250909"
2626
end
2727
end
2828
end

generated/google-apis-walletobjects_v1/lib/google/apis/walletobjects_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
24682468
property :diff_object_version, as: 'diffObjectVersion'
24692469
property :final_status, as: 'finalStatus'
24702470
property :notification_type, as: 'notificationType'
2471+
property :physical_headers, :base64 => true, as: 'physicalHeaders'
24712472
property :request_id, as: 'requestId'
24722473
property :request_received_params_serving_info, :base64 => true, as: 'requestReceivedParamsServingInfo'
24732474
property :total_bytes, :numeric_string => true, as: 'totalBytes'

0 commit comments

Comments
 (0)