google-apis-walletobjects_v1 0.9.0 → 0.11.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: 8fd24e6e21616ecfd8429f4394c2854e00deb4dd88fee729687006703cc890a9
4
- data.tar.gz: 0bfb37f2d4cae6977180c0ea10126fb5413b9e835b8189a7ea2b2889905bb4b9
3
+ metadata.gz: 96a8e7d011e96d2535e10f56357568996daebea1f00b279bce4c3ab409a5d620
4
+ data.tar.gz: 64062903b2035ec2affd6c56946687455732e7c4cf79d1cdec3b233fc1220972
5
5
  SHA512:
6
- metadata.gz: abf362ed169025a502f49320da3a91a7caf43106467c6340e5a81f45fe20988e2ff9f28b5cea08f8f31527f59d4d99065f56f896d388147ae16cde2adbd0b1b9
7
- data.tar.gz: cd949aaba2e48659d2987090d82dc2f30ccb313e964da7f8348b597ca0d5d457c3bad3330b04e61f3e5d14a1898eb33d1505ac66c39e1a7580835bebceaee8b8
6
+ metadata.gz: 5f6a91acf6d3986d59e6f6f75814daee7f8f45012dcf9d70a1df2f452a78ab967478be0af4396b0c833d06ea695b468b868918d5e032380c77f217563e8f20fa
7
+ data.tar.gz: d3fdc77da99df85d4098e190966386fadcb3fbaa46ac0f39949ef6dc26b0c921596b1bb3a0134fa4001a72c69d013f785e7946978c0fb44246e19fd43bad9784
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-walletobjects_v1
2
2
 
3
+ ### v0.11.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240618
6
+
7
+ ### v0.10.0 (2024-06-09)
8
+
9
+ * Regenerated from discovery document revision 20240606
10
+
3
11
  ### v0.9.0 (2024-05-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20240517
@@ -5423,8 +5423,8 @@ module Google
5423
5423
  # Deprecated, use one of explicit hash type fields instead. These two hash
5424
5424
  # related fields will only be populated on Scotty based media uploads and will
5425
5425
  # contain the content of the hash group in the NotificationRequest: http://cs/#
5426
- # google3/uploader/service/proto/upload_listener.proto&q=class:Hash Hex encoded
5427
- # hash value of the uploaded media.
5426
+ # google3/blobstore2/api/scotty/service/proto/upload_listener.proto&q=class:Hash
5427
+ # Hex encoded hash value of the uploaded media.
5428
5428
  # Corresponds to the JSON property `hash`
5429
5429
  # @return [String]
5430
5430
  attr_accessor :hash_prop
@@ -6636,62 +6636,72 @@ module Google
6636
6636
  class Resources
6637
6637
  include Google::Apis::Core::Hashable
6638
6638
 
6639
- #
6639
+ # A list of event ticket classes.
6640
6640
  # Corresponds to the JSON property `eventTicketClasses`
6641
6641
  # @return [Array<Google::Apis::WalletobjectsV1::EventTicketClass>]
6642
6642
  attr_accessor :event_ticket_classes
6643
6643
 
6644
- #
6644
+ # A list of event ticket objects.
6645
6645
  # Corresponds to the JSON property `eventTicketObjects`
6646
6646
  # @return [Array<Google::Apis::WalletobjectsV1::EventTicketObject>]
6647
6647
  attr_accessor :event_ticket_objects
6648
6648
 
6649
- #
6649
+ # A list of flight classes.
6650
6650
  # Corresponds to the JSON property `flightClasses`
6651
6651
  # @return [Array<Google::Apis::WalletobjectsV1::FlightClass>]
6652
6652
  attr_accessor :flight_classes
6653
6653
 
6654
- #
6654
+ # A list of flight objects.
6655
6655
  # Corresponds to the JSON property `flightObjects`
6656
6656
  # @return [Array<Google::Apis::WalletobjectsV1::FlightObject>]
6657
6657
  attr_accessor :flight_objects
6658
6658
 
6659
- #
6659
+ # A list of generic classes.
6660
+ # Corresponds to the JSON property `genericClasses`
6661
+ # @return [Array<Google::Apis::WalletobjectsV1::GenericClass>]
6662
+ attr_accessor :generic_classes
6663
+
6664
+ # A list of generic objects.
6665
+ # Corresponds to the JSON property `genericObjects`
6666
+ # @return [Array<Google::Apis::WalletobjectsV1::GenericObject>]
6667
+ attr_accessor :generic_objects
6668
+
6669
+ # A list of gift card classes.
6660
6670
  # Corresponds to the JSON property `giftCardClasses`
6661
6671
  # @return [Array<Google::Apis::WalletobjectsV1::GiftCardClass>]
6662
6672
  attr_accessor :gift_card_classes
6663
6673
 
6664
- #
6674
+ # A list of gift card objects.
6665
6675
  # Corresponds to the JSON property `giftCardObjects`
6666
6676
  # @return [Array<Google::Apis::WalletobjectsV1::GiftCardObject>]
6667
6677
  attr_accessor :gift_card_objects
6668
6678
 
6669
- #
6679
+ # A list of loyalty classes.
6670
6680
  # Corresponds to the JSON property `loyaltyClasses`
6671
6681
  # @return [Array<Google::Apis::WalletobjectsV1::LoyaltyClass>]
6672
6682
  attr_accessor :loyalty_classes
6673
6683
 
6674
- #
6684
+ # A list of loyalty objects.
6675
6685
  # Corresponds to the JSON property `loyaltyObjects`
6676
6686
  # @return [Array<Google::Apis::WalletobjectsV1::LoyaltyObject>]
6677
6687
  attr_accessor :loyalty_objects
6678
6688
 
6679
- #
6689
+ # A list of offer classes.
6680
6690
  # Corresponds to the JSON property `offerClasses`
6681
6691
  # @return [Array<Google::Apis::WalletobjectsV1::OfferClass>]
6682
6692
  attr_accessor :offer_classes
6683
6693
 
6684
- #
6694
+ # A list of offer objects.
6685
6695
  # Corresponds to the JSON property `offerObjects`
6686
6696
  # @return [Array<Google::Apis::WalletobjectsV1::OfferObject>]
6687
6697
  attr_accessor :offer_objects
6688
6698
 
6689
- #
6699
+ # A list of transit classes.
6690
6700
  # Corresponds to the JSON property `transitClasses`
6691
6701
  # @return [Array<Google::Apis::WalletobjectsV1::TransitClass>]
6692
6702
  attr_accessor :transit_classes
6693
6703
 
6694
- #
6704
+ # A list of transit objects.
6695
6705
  # Corresponds to the JSON property `transitObjects`
6696
6706
  # @return [Array<Google::Apis::WalletobjectsV1::TransitObject>]
6697
6707
  attr_accessor :transit_objects
@@ -6706,6 +6716,8 @@ module Google
6706
6716
  @event_ticket_objects = args[:event_ticket_objects] if args.key?(:event_ticket_objects)
6707
6717
  @flight_classes = args[:flight_classes] if args.key?(:flight_classes)
6708
6718
  @flight_objects = args[:flight_objects] if args.key?(:flight_objects)
6719
+ @generic_classes = args[:generic_classes] if args.key?(:generic_classes)
6720
+ @generic_objects = args[:generic_objects] if args.key?(:generic_objects)
6709
6721
  @gift_card_classes = args[:gift_card_classes] if args.key?(:gift_card_classes)
6710
6722
  @gift_card_objects = args[:gift_card_objects] if args.key?(:gift_card_objects)
6711
6723
  @loyalty_classes = args[:loyalty_classes] if args.key?(:loyalty_classes)
@@ -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.9.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240517"
25
+ REVISION = "20240618"
26
26
  end
27
27
  end
28
28
  end
@@ -2637,6 +2637,10 @@ module Google
2637
2637
 
2638
2638
  collection :flight_objects, as: 'flightObjects', class: Google::Apis::WalletobjectsV1::FlightObject, decorator: Google::Apis::WalletobjectsV1::FlightObject::Representation
2639
2639
 
2640
+ collection :generic_classes, as: 'genericClasses', class: Google::Apis::WalletobjectsV1::GenericClass, decorator: Google::Apis::WalletobjectsV1::GenericClass::Representation
2641
+
2642
+ collection :generic_objects, as: 'genericObjects', class: Google::Apis::WalletobjectsV1::GenericObject, decorator: Google::Apis::WalletobjectsV1::GenericObject::Representation
2643
+
2640
2644
  collection :gift_card_classes, as: 'giftCardClasses', class: Google::Apis::WalletobjectsV1::GiftCardClass, decorator: Google::Apis::WalletobjectsV1::GiftCardClass::Representation
2641
2645
 
2642
2646
  collection :gift_card_objects, as: 'giftCardObjects', class: Google::Apis::WalletobjectsV1::GiftCardObject, decorator: Google::Apis::WalletobjectsV1::GiftCardObject::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.9.0
4
+ version: 0.11.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-23 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-walletobjects_v1/v0.11.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: []