google-apis-walletobjects_v1 0.13.0 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3ba4b304b3495919f2a5f5e5d6230e541da79a500c2d57978497a0c4f5ffb646
4
- data.tar.gz: d6325b010d3b82521c1519e016a0c257716d81dabc38ba6c1ac52fcbd85b2a60
3
+ metadata.gz: 25b794b7620227fa754d449e92a808fe49f7a80972cc51a8331704693894ada8
4
+ data.tar.gz: ae7879c900e6dbd53082c2b1c9aae37f385ee543e196f7b0281573f814d36212
5
5
  SHA512:
6
- metadata.gz: 37ae31137bb121ce331b418e29a24fa529ad79d4839e227643bfa88121f0d131caf036eb4d5c86e1d48650a46755ebb9db742571586d9ca152087c559f6a18a4
7
- data.tar.gz: 2cfe52e6f4a857bf4550a34104227959829662cfb5ba60acf587985629e05e2a104cd04ad551c72847a8cebb53553b2e28e3f2ee2243b9596802b7f6691774a9
6
+ metadata.gz: dec8b245e74559088b1882f3442fa023345da3be77eca987bdd9d881d084a564bbccdd5a1fa690137d7cbaebeddb1e63fd0acb959df806bf99bf0a0f5e6a7052
7
+ data.tar.gz: b86fcd5a32c768b28daf9631b362f63b518eae5c0683c5d7ef821915a57e27e74e3669f8b11b86858f80b60eaedf311b2992bf0fdef052c51abd26668d27887a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.15.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240809
6
+
7
+ ### v0.14.0 (2024-08-04)
8
+
9
+ * Regenerated from discovery document revision 20240726
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.13.0 (2024-07-25)
4
13
 
5
14
  * Regenerated from discovery document revision 20240723
@@ -1977,6 +1977,22 @@ module Google
1977
1977
  # @return [String]
1978
1978
  attr_accessor :kind
1979
1979
 
1980
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
1981
+ # offer, generic, giftcard, transit and boarding pass that should be
1982
+ # automatically attached to this event ticket object. If a user had saved this
1983
+ # event ticket, then these linked_object_ids would be automatically pushed to
1984
+ # the user's wallet (unless they turned off the setting to receive such linked
1985
+ # passes). Make sure that objects present in linked_object_ids are already
1986
+ # inserted - if not, calls would fail. Once linked, the linked objects cannot be
1987
+ # unlinked. You cannot link objects belonging to another issuer. There is a
1988
+ # limit to the number of objects that can be linked to a single object. After
1989
+ # the limit is reached, new linked objects in the call will be ignored silently.
1990
+ # Object IDs should follow the format issuer ID. identifier where the former is
1991
+ # issued by Google and the latter is chosen by you.
1992
+ # Corresponds to the JSON property `linkedObjectIds`
1993
+ # @return [Array<String>]
1994
+ attr_accessor :linked_object_ids
1995
+
1980
1996
  # A list of offer objects linked to this event ticket. The offer objects must
1981
1997
  # already exist. Offer object IDs should follow the format issuer ID. identifier
1982
1998
  # where the former is issued by Google and latter is chosen by you.
@@ -2100,6 +2116,7 @@ module Google
2100
2116
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
2101
2117
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
2102
2118
  @kind = args[:kind] if args.key?(:kind)
2119
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
2103
2120
  @linked_offer_ids = args[:linked_offer_ids] if args.key?(:linked_offer_ids)
2104
2121
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
2105
2122
  @locations = args[:locations] if args.key?(:locations)
@@ -2898,6 +2915,22 @@ module Google
2898
2915
  # @return [String]
2899
2916
  attr_accessor :kind
2900
2917
 
2918
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
2919
+ # offer, generic, giftcard, transit and boarding pass that should be
2920
+ # automatically attached to this flight object. If a user had saved this
2921
+ # boarding pass, then these linked_object_ids would be automatically pushed to
2922
+ # the user's wallet (unless they turned off the setting to receive such linked
2923
+ # passes). Make sure that objects present in linked_object_ids are already
2924
+ # inserted - if not, calls would fail. Once linked, the linked objects cannot be
2925
+ # unlinked. You cannot link objects belonging to another issuer. There is a
2926
+ # limit to the number of objects that can be linked to a single object. After
2927
+ # the limit is reached, new linked objects in the call will be ignored silently.
2928
+ # Object IDs should follow the format issuer ID. identifier where the former is
2929
+ # issued by Google and the latter is chosen by you.
2930
+ # Corresponds to the JSON property `linkedObjectIds`
2931
+ # @return [Array<String>]
2932
+ attr_accessor :linked_object_ids
2933
+
2901
2934
  # Links module data. If links module data is also defined on the class, both
2902
2935
  # will be displayed.
2903
2936
  # Corresponds to the JSON property `linksModuleData`
@@ -3001,6 +3034,7 @@ module Google
3001
3034
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
3002
3035
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
3003
3036
  @kind = args[:kind] if args.key?(:kind)
3037
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
3004
3038
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
3005
3039
  @locations = args[:locations] if args.key?(:locations)
3006
3040
  @messages = args[:messages] if args.key?(:messages)
@@ -3337,6 +3371,22 @@ module Google
3337
3371
  # @return [Array<Google::Apis::WalletobjectsV1::ImageModuleData>]
3338
3372
  attr_accessor :image_modules_data
3339
3373
 
3374
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
3375
+ # offer, generic, giftcard, transit and boarding pass that should be
3376
+ # automatically attached to this generic object. If a user had saved this
3377
+ # generic card, then these linked_object_ids would be automatically pushed to
3378
+ # the user's wallet (unless they turned off the setting to receive such linked
3379
+ # passes). Make sure that objects present in linked_object_ids are already
3380
+ # inserted - if not, calls would fail. Once linked, the linked objects cannot be
3381
+ # unlinked. You cannot link objects belonging to another issuer. There is a
3382
+ # limit to the number of objects that can be linked to a single object. After
3383
+ # the limit is reached, new linked objects in the call will be ignored silently.
3384
+ # Object IDs should follow the format issuer ID. identifier where the former is
3385
+ # issued by Google and the latter is chosen by you.
3386
+ # Corresponds to the JSON property `linkedObjectIds`
3387
+ # @return [Array<String>]
3388
+ attr_accessor :linked_object_ids
3389
+
3340
3390
  # Links module data. If `linksModuleData` is also defined on the class, both
3341
3391
  # will be displayed. The maximum number of these fields displayed is 10 from
3342
3392
  # class and 10 from object.
@@ -3349,6 +3399,12 @@ module Google
3349
3399
  # @return [Google::Apis::WalletobjectsV1::Image]
3350
3400
  attr_accessor :logo
3351
3401
 
3402
+ # An array of messages displayed in the app. All users of this object will
3403
+ # receive its associated messages. The maximum number of these fields is 10.
3404
+ # Corresponds to the JSON property `messages`
3405
+ # @return [Array<Google::Apis::WalletobjectsV1::Message>]
3406
+ attr_accessor :messages
3407
+
3352
3408
  # Indicates if the object needs to have notification enabled. We support only
3353
3409
  # one of ExpiryNotification/UpcomingNotification. `expiryNotification` takes
3354
3410
  # precedence over `upcomingNotification`. In other words if `expiryNotification`
@@ -3432,8 +3488,10 @@ module Google
3432
3488
  @hex_background_color = args[:hex_background_color] if args.key?(:hex_background_color)
3433
3489
  @id = args[:id] if args.key?(:id)
3434
3490
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
3491
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
3435
3492
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
3436
3493
  @logo = args[:logo] if args.key?(:logo)
3494
+ @messages = args[:messages] if args.key?(:messages)
3437
3495
  @notifications = args[:notifications] if args.key?(:notifications)
3438
3496
  @pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
3439
3497
  @rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
@@ -3941,6 +3999,22 @@ module Google
3941
3999
  # @return [String]
3942
4000
  attr_accessor :kind
3943
4001
 
4002
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
4003
+ # offer, generic, giftcard, transit and boarding pass that should be
4004
+ # automatically attached to this giftcard object. If a user had saved this gift
4005
+ # card, then these linked_object_ids would be automatically pushed to the user's
4006
+ # wallet (unless they turned off the setting to receive such linked passes).
4007
+ # Make sure that objects present in linked_object_ids are already inserted - if
4008
+ # not, calls would fail. Once linked, the linked objects cannot be unlinked. You
4009
+ # cannot link objects belonging to another issuer. There is a limit to the
4010
+ # number of objects that can be linked to a single object. After the limit is
4011
+ # reached, new linked objects in the call will be ignored silently. Object IDs
4012
+ # should follow the format issuer ID. identifier where the former is issued by
4013
+ # Google and the latter is chosen by you.
4014
+ # Corresponds to the JSON property `linkedObjectIds`
4015
+ # @return [Array<String>]
4016
+ attr_accessor :linked_object_ids
4017
+
3944
4018
  # Links module data. If links module data is also defined on the class, both
3945
4019
  # will be displayed.
3946
4020
  # Corresponds to the JSON property `linksModuleData`
@@ -4035,6 +4109,7 @@ module Google
4035
4109
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
4036
4110
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
4037
4111
  @kind = args[:kind] if args.key?(:kind)
4112
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
4038
4113
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
4039
4114
  @locations = args[:locations] if args.key?(:locations)
4040
4115
  @messages = args[:messages] if args.key?(:messages)
@@ -5094,6 +5169,22 @@ module Google
5094
5169
  # @return [String]
5095
5170
  attr_accessor :kind
5096
5171
 
5172
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
5173
+ # offer, generic, giftcard, transit and boarding pass that should be
5174
+ # automatically attached to this loyalty object. If a user had saved this
5175
+ # loyalty card, then these linked_object_ids would be automatically pushed to
5176
+ # the user's wallet (unless they turned off the setting to receive such linked
5177
+ # passes). Make sure that objects present in linked_object_ids are already
5178
+ # inserted - if not, calls would fail. Once linked, the linked objects cannot be
5179
+ # unlinked. You cannot link objects belonging to another issuer. There is a
5180
+ # limit to the number of objects that can be linked to a single object. After
5181
+ # the limit is reached, new linked objects in the call will be ignored silently.
5182
+ # Object IDs should follow the format issuer ID. identifier where the former is
5183
+ # issued by Google and the latter is chosen by you.
5184
+ # Corresponds to the JSON property `linkedObjectIds`
5185
+ # @return [Array<String>]
5186
+ attr_accessor :linked_object_ids
5187
+
5097
5188
  # A list of offer objects linked to this loyalty card. The offer objects must
5098
5189
  # already exist. Offer object IDs should follow the format issuer ID. identifier
5099
5190
  # where the former is issued by Google and latter is chosen by you.
@@ -5202,6 +5293,7 @@ module Google
5202
5293
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
5203
5294
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
5204
5295
  @kind = args[:kind] if args.key?(:kind)
5296
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
5205
5297
  @linked_offer_ids = args[:linked_offer_ids] if args.key?(:linked_offer_ids)
5206
5298
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
5207
5299
  @locations = args[:locations] if args.key?(:locations)
@@ -6322,6 +6414,22 @@ module Google
6322
6414
  # @return [String]
6323
6415
  attr_accessor :kind
6324
6416
 
6417
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
6418
+ # offer, generic, giftcard, transit and boarding pass that should be
6419
+ # automatically attached to this offer object. If a user had saved this offer,
6420
+ # then these linked_object_ids would be automatically pushed to the user's
6421
+ # wallet (unless they turned off the setting to receive such linked passes).
6422
+ # Make sure that objects present in linked_object_ids are already inserted - if
6423
+ # not, calls would fail. Once linked, the linked objects cannot be unlinked. You
6424
+ # cannot link objects belonging to another issuer. There is a limit to the
6425
+ # number of objects that can be linked to a single object. After the limit is
6426
+ # reached, new linked objects in the call will be ignored silently. Object IDs
6427
+ # should follow the format issuer ID.identifier where the former is issued by
6428
+ # Google and the latter is chosen by you.
6429
+ # Corresponds to the JSON property `linkedObjectIds`
6430
+ # @return [Array<String>]
6431
+ attr_accessor :linked_object_ids
6432
+
6325
6433
  # Links module data. If links module data is also defined on the class, both
6326
6434
  # will be displayed.
6327
6435
  # Corresponds to the JSON property `linksModuleData`
@@ -6407,6 +6515,7 @@ module Google
6407
6515
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
6408
6516
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
6409
6517
  @kind = args[:kind] if args.key?(:kind)
6518
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
6410
6519
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
6411
6520
  @locations = args[:locations] if args.key?(:locations)
6412
6521
  @messages = args[:messages] if args.key?(:messages)
@@ -8032,6 +8141,22 @@ module Google
8032
8141
  # @return [Google::Apis::WalletobjectsV1::InfoModuleData]
8033
8142
  attr_accessor :info_module_data
8034
8143
 
8144
+ # linked_object_ids are a list of other objects such as event ticket, loyalty,
8145
+ # offer, generic, giftcard, transit and boarding pass that should be
8146
+ # automatically attached to this transit object. If a user had saved this
8147
+ # transit card, then these linked_object_ids would be automatically pushed to
8148
+ # the user's wallet (unless they turned off the setting to receive such linked
8149
+ # passes). Make sure that objects present in linked_object_ids are already
8150
+ # inserted - if not, calls would fail. Once linked, the linked objects cannot be
8151
+ # unlinked. You cannot link objects belonging to another issuer. There is a
8152
+ # limit to the number of objects that can be linked to a single object. After
8153
+ # the limit is reached, new linked objects in the call will be ignored silently.
8154
+ # Object IDs should follow the format issuer ID. identifier where the former is
8155
+ # issued by Google and the latter is chosen by you.
8156
+ # Corresponds to the JSON property `linkedObjectIds`
8157
+ # @return [Array<String>]
8158
+ attr_accessor :linked_object_ids
8159
+
8035
8160
  # Links module data. If links module data is also defined on the class, both
8036
8161
  # will be displayed.
8037
8162
  # Corresponds to the JSON property `linksModuleData`
@@ -8185,6 +8310,7 @@ module Google
8185
8310
  @id = args[:id] if args.key?(:id)
8186
8311
  @image_modules_data = args[:image_modules_data] if args.key?(:image_modules_data)
8187
8312
  @info_module_data = args[:info_module_data] if args.key?(:info_module_data)
8313
+ @linked_object_ids = args[:linked_object_ids] if args.key?(:linked_object_ids)
8188
8314
  @links_module_data = args[:links_module_data] if args.key?(:links_module_data)
8189
8315
  @locations = args[:locations] if args.key?(:locations)
8190
8316
  @messages = args[:messages] if args.key?(:messages)
@@ -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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240723"
25
+ REVISION = "20240809"
26
26
  end
27
27
  end
28
28
  end
@@ -1413,6 +1413,7 @@ module Google
1413
1413
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
1414
1414
 
1415
1415
  property :kind, as: 'kind'
1416
+ collection :linked_object_ids, as: 'linkedObjectIds'
1416
1417
  collection :linked_offer_ids, as: 'linkedOfferIds'
1417
1418
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
1418
1419
 
@@ -1644,6 +1645,7 @@ module Google
1644
1645
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
1645
1646
 
1646
1647
  property :kind, as: 'kind'
1648
+ collection :linked_object_ids, as: 'linkedObjectIds'
1647
1649
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
1648
1650
 
1649
1651
  collection :locations, as: 'locations', class: Google::Apis::WalletobjectsV1::LatLongPoint, decorator: Google::Apis::WalletobjectsV1::LatLongPoint::Representation
@@ -1766,10 +1768,13 @@ module Google
1766
1768
  property :id, as: 'id'
1767
1769
  collection :image_modules_data, as: 'imageModulesData', class: Google::Apis::WalletobjectsV1::ImageModuleData, decorator: Google::Apis::WalletobjectsV1::ImageModuleData::Representation
1768
1770
 
1771
+ collection :linked_object_ids, as: 'linkedObjectIds'
1769
1772
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
1770
1773
 
1771
1774
  property :logo, as: 'logo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
1772
1775
 
1776
+ collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
1777
+
1773
1778
  property :notifications, as: 'notifications', class: Google::Apis::WalletobjectsV1::Notifications, decorator: Google::Apis::WalletobjectsV1::Notifications::Representation
1774
1779
 
1775
1780
  property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
@@ -1921,6 +1926,7 @@ module Google
1921
1926
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
1922
1927
 
1923
1928
  property :kind, as: 'kind'
1929
+ collection :linked_object_ids, as: 'linkedObjectIds'
1924
1930
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
1925
1931
 
1926
1932
  collection :locations, as: 'locations', class: Google::Apis::WalletobjectsV1::LatLongPoint, decorator: Google::Apis::WalletobjectsV1::LatLongPoint::Representation
@@ -2247,6 +2253,7 @@ module Google
2247
2253
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
2248
2254
 
2249
2255
  property :kind, as: 'kind'
2256
+ collection :linked_object_ids, as: 'linkedObjectIds'
2250
2257
  collection :linked_offer_ids, as: 'linkedOfferIds'
2251
2258
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
2252
2259
 
@@ -2547,6 +2554,7 @@ module Google
2547
2554
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
2548
2555
 
2549
2556
  property :kind, as: 'kind'
2557
+ collection :linked_object_ids, as: 'linkedObjectIds'
2550
2558
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
2551
2559
 
2552
2560
  collection :locations, as: 'locations', class: Google::Apis::WalletobjectsV1::LatLongPoint, decorator: Google::Apis::WalletobjectsV1::LatLongPoint::Representation
@@ -3018,6 +3026,7 @@ module Google
3018
3026
 
3019
3027
  property :info_module_data, as: 'infoModuleData', class: Google::Apis::WalletobjectsV1::InfoModuleData, decorator: Google::Apis::WalletobjectsV1::InfoModuleData::Representation
3020
3028
 
3029
+ collection :linked_object_ids, as: 'linkedObjectIds'
3021
3030
  property :links_module_data, as: 'linksModuleData', class: Google::Apis::WalletobjectsV1::LinksModuleData, decorator: Google::Apis::WalletobjectsV1::LinksModuleData::Representation
3022
3031
 
3023
3032
  collection :locations, as: 'locations', class: Google::Apis::WalletobjectsV1::LatLongPoint, decorator: Google::Apis::WalletobjectsV1::LatLongPoint::Representation
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.13.0
4
+ version: 0.15.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-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-11 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.15.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: []