File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
generated/google-apis-walletobjects_v1
lib/google/apis/walletobjects_v1 Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments