google-apis-walletobjects_v1 0.16.0 → 0.17.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: 24ebeb4effe136c1b6f4a8b9b80ed116a9c65c56616ebc9d708d101f62da23cf
|
|
4
|
+
data.tar.gz: 9daa798a7b307aaced886e766b0afe05ccb5e60c17fb9f4ac8155849d88b2f0c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a72105e23abbb76b8639e767cae93e4308cdece7e5725beccd3a1c9c66dbbd4fba03dc1558e403a75bbd2291ce5a17d58818eedd4c58478e3ebbed4667ee0ff
|
|
7
|
+
data.tar.gz: 1b3498beec7b298e79c9861f9cc64248281486250d848c39d7f2852eb7acc7f9895397c21c479a895d2853666b00157d900cbe0fe2844701560ac7981219128a
|
data/CHANGELOG.md
CHANGED
|
@@ -1680,6 +1680,16 @@ module Google
|
|
|
1680
1680
|
# @return [String]
|
|
1681
1681
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
1682
1682
|
|
|
1683
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
1684
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
1685
|
+
# These notifications will only be sent to users if the field is part of an
|
|
1686
|
+
# allowlist. If not specified, no notification will be triggered. This setting
|
|
1687
|
+
# is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise
|
|
1688
|
+
# a notification will not be triggered.
|
|
1689
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
1690
|
+
# @return [String]
|
|
1691
|
+
attr_accessor :notify_preference
|
|
1692
|
+
|
|
1683
1693
|
# Identifies which redemption issuers can redeem the pass over Smart Tap.
|
|
1684
1694
|
# Redemption issuers are identified by their issuer ID. Redemption issuers must
|
|
1685
1695
|
# have at least one Smart Tap key configured. The `enableSmartTap` and object
|
|
@@ -1818,6 +1828,7 @@ module Google
|
|
|
1818
1828
|
@logo = args[:logo] if args.key?(:logo)
|
|
1819
1829
|
@messages = args[:messages] if args.key?(:messages)
|
|
1820
1830
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
1831
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
1821
1832
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
1822
1833
|
@review = args[:review] if args.key?(:review)
|
|
1823
1834
|
@review_status = args[:review_status] if args.key?(:review_status)
|
|
@@ -2024,6 +2035,17 @@ module Google
|
|
|
2024
2035
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
2025
2036
|
attr_accessor :messages
|
|
2026
2037
|
|
|
2038
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
2039
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
2040
|
+
# These notifications will only be sent to users if the field is part of an
|
|
2041
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
2042
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
2043
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
2044
|
+
# triggered.
|
|
2045
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
2046
|
+
# @return [String]
|
|
2047
|
+
attr_accessor :notify_preference
|
|
2048
|
+
|
|
2027
2049
|
# Container for any constraints that may be placed on passes.
|
|
2028
2050
|
# Corresponds to the JSON property `passConstraints`
|
|
2029
2051
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -2133,6 +2155,7 @@ module Google
|
|
|
2133
2155
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
2134
2156
|
@locations = args[:locations] if args.key?(:locations)
|
|
2135
2157
|
@messages = args[:messages] if args.key?(:messages)
|
|
2158
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
2136
2159
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
2137
2160
|
@reservation_info = args[:reservation_info] if args.key?(:reservation_info)
|
|
2138
2161
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
@@ -2615,6 +2638,16 @@ module Google
|
|
|
2615
2638
|
# @return [String]
|
|
2616
2639
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
2617
2640
|
|
|
2641
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
2642
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
2643
|
+
# These notifications will only be sent to users if the field is part of an
|
|
2644
|
+
# allowlist. If not specified, no notification will be triggered. This setting
|
|
2645
|
+
# is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise
|
|
2646
|
+
# a notification will not be triggered.
|
|
2647
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
2648
|
+
# @return [String]
|
|
2649
|
+
attr_accessor :notify_preference
|
|
2650
|
+
|
|
2618
2651
|
# Required. Origin airport.
|
|
2619
2652
|
# Corresponds to the JSON property `origin`
|
|
2620
2653
|
# @return [Google::Apis::WalletobjectsV1::AirportInfo]
|
|
@@ -2718,6 +2751,7 @@ module Google
|
|
|
2718
2751
|
@locations = args[:locations] if args.key?(:locations)
|
|
2719
2752
|
@messages = args[:messages] if args.key?(:messages)
|
|
2720
2753
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
2754
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
2721
2755
|
@origin = args[:origin] if args.key?(:origin)
|
|
2722
2756
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
2723
2757
|
@review = args[:review] if args.key?(:review)
|
|
@@ -2968,6 +3002,17 @@ module Google
|
|
|
2968
3002
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
2969
3003
|
attr_accessor :messages
|
|
2970
3004
|
|
|
3005
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
3006
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
3007
|
+
# These notifications will only be sent to users if the field is part of an
|
|
3008
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
3009
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
3010
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
3011
|
+
# triggered.
|
|
3012
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
3013
|
+
# @return [String]
|
|
3014
|
+
attr_accessor :notify_preference
|
|
3015
|
+
|
|
2971
3016
|
# Container for any constraints that may be placed on passes.
|
|
2972
3017
|
# Corresponds to the JSON property `passConstraints`
|
|
2973
3018
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -3063,6 +3108,7 @@ module Google
|
|
|
3063
3108
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
3064
3109
|
@locations = args[:locations] if args.key?(:locations)
|
|
3065
3110
|
@messages = args[:messages] if args.key?(:messages)
|
|
3111
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
3066
3112
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
3067
3113
|
@passenger_name = args[:passenger_name] if args.key?(:passenger_name)
|
|
3068
3114
|
@reservation_info = args[:reservation_info] if args.key?(:reservation_info)
|
|
@@ -3764,6 +3810,16 @@ module Google
|
|
|
3764
3810
|
# @return [String]
|
|
3765
3811
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
3766
3812
|
|
|
3813
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
3814
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
3815
|
+
# These notifications will only be sent to users if the field is part of an
|
|
3816
|
+
# allowlist. If not specified, no notification will be triggered. This setting
|
|
3817
|
+
# is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise
|
|
3818
|
+
# a notification will not be triggered.
|
|
3819
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
3820
|
+
# @return [String]
|
|
3821
|
+
attr_accessor :notify_preference
|
|
3822
|
+
|
|
3767
3823
|
# The label to display for the PIN, such as "4-digit PIN".
|
|
3768
3824
|
# Corresponds to the JSON property `pinLabel`
|
|
3769
3825
|
# @return [String]
|
|
@@ -3874,6 +3930,7 @@ module Google
|
|
|
3874
3930
|
@merchant_name = args[:merchant_name] if args.key?(:merchant_name)
|
|
3875
3931
|
@messages = args[:messages] if args.key?(:messages)
|
|
3876
3932
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
3933
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
3877
3934
|
@pin_label = args[:pin_label] if args.key?(:pin_label)
|
|
3878
3935
|
@program_logo = args[:program_logo] if args.key?(:program_logo)
|
|
3879
3936
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
@@ -4078,6 +4135,17 @@ module Google
|
|
|
4078
4135
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
4079
4136
|
attr_accessor :messages
|
|
4080
4137
|
|
|
4138
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
4139
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
4140
|
+
# These notifications will only be sent to users if the field is part of an
|
|
4141
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
4142
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
4143
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
4144
|
+
# triggered.
|
|
4145
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
4146
|
+
# @return [String]
|
|
4147
|
+
attr_accessor :notify_preference
|
|
4148
|
+
|
|
4081
4149
|
# Container for any constraints that may be placed on passes.
|
|
4082
4150
|
# Corresponds to the JSON property `passConstraints`
|
|
4083
4151
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -4164,6 +4232,7 @@ module Google
|
|
|
4164
4232
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
4165
4233
|
@locations = args[:locations] if args.key?(:locations)
|
|
4166
4234
|
@messages = args[:messages] if args.key?(:messages)
|
|
4235
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
4167
4236
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
4168
4237
|
@pin = args[:pin] if args.key?(:pin)
|
|
4169
4238
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
@@ -4928,6 +4997,16 @@ module Google
|
|
|
4928
4997
|
# @return [String]
|
|
4929
4998
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
4930
4999
|
|
|
5000
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
5001
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
5002
|
+
# These notifications will only be sent to users if the field is part of an
|
|
5003
|
+
# allowlist. If not specified, no notification will be triggered. This setting
|
|
5004
|
+
# is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise
|
|
5005
|
+
# a notification will not be triggered.
|
|
5006
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
5007
|
+
# @return [String]
|
|
5008
|
+
attr_accessor :notify_preference
|
|
5009
|
+
|
|
4931
5010
|
# Wrapping type for Google hosted images. Next ID: 7
|
|
4932
5011
|
# Corresponds to the JSON property `programLogo`
|
|
4933
5012
|
# @return [Google::Apis::WalletobjectsV1::Image]
|
|
@@ -5064,6 +5143,7 @@ module Google
|
|
|
5064
5143
|
@locations = args[:locations] if args.key?(:locations)
|
|
5065
5144
|
@messages = args[:messages] if args.key?(:messages)
|
|
5066
5145
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
5146
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
5067
5147
|
@program_logo = args[:program_logo] if args.key?(:program_logo)
|
|
5068
5148
|
@program_name = args[:program_name] if args.key?(:program_name)
|
|
5069
5149
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
@@ -5273,6 +5353,17 @@ module Google
|
|
|
5273
5353
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
5274
5354
|
attr_accessor :messages
|
|
5275
5355
|
|
|
5356
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
5357
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
5358
|
+
# These notifications will only be sent to users if the field is part of an
|
|
5359
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
5360
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
5361
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
5362
|
+
# triggered.
|
|
5363
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
5364
|
+
# @return [String]
|
|
5365
|
+
attr_accessor :notify_preference
|
|
5366
|
+
|
|
5276
5367
|
# Container for any constraints that may be placed on passes.
|
|
5277
5368
|
# Corresponds to the JSON property `passConstraints`
|
|
5278
5369
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -5363,6 +5454,7 @@ module Google
|
|
|
5363
5454
|
@locations = args[:locations] if args.key?(:locations)
|
|
5364
5455
|
@loyalty_points = args[:loyalty_points] if args.key?(:loyalty_points)
|
|
5365
5456
|
@messages = args[:messages] if args.key?(:messages)
|
|
5457
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
5366
5458
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
5367
5459
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
5368
5460
|
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
@@ -6224,6 +6316,16 @@ module Google
|
|
|
6224
6316
|
# @return [String]
|
|
6225
6317
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
6226
6318
|
|
|
6319
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
6320
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
6321
|
+
# These notifications will only be sent to users if the field is part of an
|
|
6322
|
+
# allowlist. If not specified, no notification will be triggered. This setting
|
|
6323
|
+
# is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise
|
|
6324
|
+
# a notification will not be triggered.
|
|
6325
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
6326
|
+
# @return [String]
|
|
6327
|
+
attr_accessor :notify_preference
|
|
6328
|
+
|
|
6227
6329
|
# Required. The offer provider (either the aggregator name or merchant name).
|
|
6228
6330
|
# Recommended maximum length is 12 characters to ensure full string is displayed
|
|
6229
6331
|
# on smaller screens.
|
|
@@ -6356,6 +6458,7 @@ module Google
|
|
|
6356
6458
|
@locations = args[:locations] if args.key?(:locations)
|
|
6357
6459
|
@messages = args[:messages] if args.key?(:messages)
|
|
6358
6460
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
6461
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
6359
6462
|
@provider = args[:provider] if args.key?(:provider)
|
|
6360
6463
|
@redemption_channel = args[:redemption_channel] if args.key?(:redemption_channel)
|
|
6361
6464
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
@@ -6541,6 +6644,17 @@ module Google
|
|
|
6541
6644
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
6542
6645
|
attr_accessor :messages
|
|
6543
6646
|
|
|
6647
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
6648
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
6649
|
+
# These notifications will only be sent to users if the field is part of an
|
|
6650
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
6651
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
6652
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
6653
|
+
# triggered.
|
|
6654
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
6655
|
+
# @return [String]
|
|
6656
|
+
attr_accessor :notify_preference
|
|
6657
|
+
|
|
6544
6658
|
# Container for any constraints that may be placed on passes.
|
|
6545
6659
|
# Corresponds to the JSON property `passConstraints`
|
|
6546
6660
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -6618,6 +6732,7 @@ module Google
|
|
|
6618
6732
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
6619
6733
|
@locations = args[:locations] if args.key?(:locations)
|
|
6620
6734
|
@messages = args[:messages] if args.key?(:messages)
|
|
6735
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
6621
6736
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
6622
6737
|
@rotating_barcode = args[:rotating_barcode] if args.key?(:rotating_barcode)
|
|
6623
6738
|
@save_restrictions = args[:save_restrictions] if args.key?(:save_restrictions)
|
|
@@ -7936,6 +8051,17 @@ module Google
|
|
|
7936
8051
|
# @return [String]
|
|
7937
8052
|
attr_accessor :multiple_devices_and_holders_allowed_status
|
|
7938
8053
|
|
|
8054
|
+
# Whether or not field updates to this class should trigger notifications. When
|
|
8055
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
8056
|
+
# These notifications will only be sent to users if the field is part of an
|
|
8057
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
8058
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
8059
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
8060
|
+
# triggered.
|
|
8061
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
8062
|
+
# @return [String]
|
|
8063
|
+
attr_accessor :notify_preference
|
|
8064
|
+
|
|
7939
8065
|
# Identifies which redemption issuers can redeem the pass over Smart Tap.
|
|
7940
8066
|
# Redemption issuers are identified by their issuer ID. Redemption issuers must
|
|
7941
8067
|
# have at least one Smart Tap key configured. The `enableSmartTap` and object
|
|
@@ -8065,6 +8191,7 @@ module Google
|
|
|
8065
8191
|
@logo = args[:logo] if args.key?(:logo)
|
|
8066
8192
|
@messages = args[:messages] if args.key?(:messages)
|
|
8067
8193
|
@multiple_devices_and_holders_allowed_status = args[:multiple_devices_and_holders_allowed_status] if args.key?(:multiple_devices_and_holders_allowed_status)
|
|
8194
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
8068
8195
|
@redemption_issuers = args[:redemption_issuers] if args.key?(:redemption_issuers)
|
|
8069
8196
|
@review = args[:review] if args.key?(:review)
|
|
8070
8197
|
@review_status = args[:review_status] if args.key?(:review_status)
|
|
@@ -8281,6 +8408,17 @@ module Google
|
|
|
8281
8408
|
# @return [Array<Google::Apis::WalletobjectsV1::Message>]
|
|
8282
8409
|
attr_accessor :messages
|
|
8283
8410
|
|
|
8411
|
+
# Whether or not field updates to this object should trigger notifications. When
|
|
8412
|
+
# set to NOTIFY, we will attempt to trigger a field update notification to users.
|
|
8413
|
+
# These notifications will only be sent to users if the field is part of an
|
|
8414
|
+
# allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no
|
|
8415
|
+
# notification will be triggered. This setting is ephemeral and needs to be set
|
|
8416
|
+
# with each PATCH or UPDATE request, otherwise a notification will not be
|
|
8417
|
+
# triggered.
|
|
8418
|
+
# Corresponds to the JSON property `notifyPreference`
|
|
8419
|
+
# @return [String]
|
|
8420
|
+
attr_accessor :notify_preference
|
|
8421
|
+
|
|
8284
8422
|
# Container for any constraints that may be placed on passes.
|
|
8285
8423
|
# Corresponds to the JSON property `passConstraints`
|
|
8286
8424
|
# @return [Google::Apis::WalletobjectsV1::PassConstraints]
|
|
@@ -8426,6 +8564,7 @@ module Google
|
|
|
8426
8564
|
@links_module_data = args[:links_module_data] if args.key?(:links_module_data)
|
|
8427
8565
|
@locations = args[:locations] if args.key?(:locations)
|
|
8428
8566
|
@messages = args[:messages] if args.key?(:messages)
|
|
8567
|
+
@notify_preference = args[:notify_preference] if args.key?(:notify_preference)
|
|
8429
8568
|
@pass_constraints = args[:pass_constraints] if args.key?(:pass_constraints)
|
|
8430
8569
|
@passenger_names = args[:passenger_names] if args.key?(:passenger_names)
|
|
8431
8570
|
@passenger_type = args[:passenger_type] if args.key?(:passenger_type)
|
|
@@ -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.17.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241017"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1359,6 +1359,7 @@ module Google
|
|
|
1359
1359
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1360
1360
|
|
|
1361
1361
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
1362
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1362
1363
|
collection :redemption_issuers, as: 'redemptionIssuers'
|
|
1363
1364
|
property :review, as: 'review', class: Google::Apis::WalletobjectsV1::Review, decorator: Google::Apis::WalletobjectsV1::Review::Representation
|
|
1364
1365
|
|
|
@@ -1435,6 +1436,7 @@ module Google
|
|
|
1435
1436
|
|
|
1436
1437
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1437
1438
|
|
|
1439
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1438
1440
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
1439
1441
|
|
|
1440
1442
|
property :reservation_info, as: 'reservationInfo', class: Google::Apis::WalletobjectsV1::EventReservationInfo, decorator: Google::Apis::WalletobjectsV1::EventReservationInfo::Representation
|
|
@@ -1586,6 +1588,7 @@ module Google
|
|
|
1586
1588
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1587
1589
|
|
|
1588
1590
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
1591
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1589
1592
|
property :origin, as: 'origin', class: Google::Apis::WalletobjectsV1::AirportInfo, decorator: Google::Apis::WalletobjectsV1::AirportInfo::Representation
|
|
1590
1593
|
|
|
1591
1594
|
collection :redemption_issuers, as: 'redemptionIssuers'
|
|
@@ -1670,6 +1673,7 @@ module Google
|
|
|
1670
1673
|
|
|
1671
1674
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1672
1675
|
|
|
1676
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1673
1677
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
1674
1678
|
|
|
1675
1679
|
property :passenger_name, as: 'passengerName'
|
|
@@ -1883,6 +1887,7 @@ module Google
|
|
|
1883
1887
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1884
1888
|
|
|
1885
1889
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
1890
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1886
1891
|
property :pin_label, as: 'pinLabel'
|
|
1887
1892
|
property :program_logo, as: 'programLogo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
|
|
1888
1893
|
|
|
@@ -1959,6 +1964,7 @@ module Google
|
|
|
1959
1964
|
|
|
1960
1965
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
1961
1966
|
|
|
1967
|
+
property :notify_preference, as: 'notifyPreference'
|
|
1962
1968
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
1963
1969
|
|
|
1964
1970
|
property :pin, as: 'pin'
|
|
@@ -2214,6 +2220,7 @@ module Google
|
|
|
2214
2220
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
2215
2221
|
|
|
2216
2222
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
2223
|
+
property :notify_preference, as: 'notifyPreference'
|
|
2217
2224
|
property :program_logo, as: 'programLogo', class: Google::Apis::WalletobjectsV1::Image, decorator: Google::Apis::WalletobjectsV1::Image::Representation
|
|
2218
2225
|
|
|
2219
2226
|
property :program_name, as: 'programName'
|
|
@@ -2293,6 +2300,7 @@ module Google
|
|
|
2293
2300
|
|
|
2294
2301
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
2295
2302
|
|
|
2303
|
+
property :notify_preference, as: 'notifyPreference'
|
|
2296
2304
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
2297
2305
|
|
|
2298
2306
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
@@ -2530,6 +2538,7 @@ module Google
|
|
|
2530
2538
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
2531
2539
|
|
|
2532
2540
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
2541
|
+
property :notify_preference, as: 'notifyPreference'
|
|
2533
2542
|
property :provider, as: 'provider'
|
|
2534
2543
|
property :redemption_channel, as: 'redemptionChannel'
|
|
2535
2544
|
collection :redemption_issuers, as: 'redemptionIssuers'
|
|
@@ -2603,6 +2612,7 @@ module Google
|
|
|
2603
2612
|
|
|
2604
2613
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
2605
2614
|
|
|
2615
|
+
property :notify_preference, as: 'notifyPreference'
|
|
2606
2616
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
2607
2617
|
|
|
2608
2618
|
property :rotating_barcode, as: 'rotatingBarcode', class: Google::Apis::WalletobjectsV1::RotatingBarcode, decorator: Google::Apis::WalletobjectsV1::RotatingBarcode::Representation
|
|
@@ -2998,6 +3008,7 @@ module Google
|
|
|
2998
3008
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
2999
3009
|
|
|
3000
3010
|
property :multiple_devices_and_holders_allowed_status, as: 'multipleDevicesAndHoldersAllowedStatus'
|
|
3011
|
+
property :notify_preference, as: 'notifyPreference'
|
|
3001
3012
|
collection :redemption_issuers, as: 'redemptionIssuers'
|
|
3002
3013
|
property :review, as: 'review', class: Google::Apis::WalletobjectsV1::Review, decorator: Google::Apis::WalletobjectsV1::Review::Representation
|
|
3003
3014
|
|
|
@@ -3079,6 +3090,7 @@ module Google
|
|
|
3079
3090
|
|
|
3080
3091
|
collection :messages, as: 'messages', class: Google::Apis::WalletobjectsV1::Message, decorator: Google::Apis::WalletobjectsV1::Message::Representation
|
|
3081
3092
|
|
|
3093
|
+
property :notify_preference, as: 'notifyPreference'
|
|
3082
3094
|
property :pass_constraints, as: 'passConstraints', class: Google::Apis::WalletobjectsV1::PassConstraints, decorator: Google::Apis::WalletobjectsV1::PassConstraints::Representation
|
|
3083
3095
|
|
|
3084
3096
|
property :passenger_names, as: 'passengerNames'
|
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.17.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-10-27 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.17.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Google Wallet API V1
|