google-apis-content_v2_1 0.35.0 → 0.36.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: 2d50441de3bbf25416119c315761fc1d56c1e8c704ade4023c0691a91878ae1c
4
- data.tar.gz: 87aeb013fc03d6bc3cf27f8ea386aa976921923dae229a46a90ac9d2e4d4dab7
3
+ metadata.gz: 38c95430028cde94462149e8d9231f2c534479e589abbc61cb50aa90613a04e4
4
+ data.tar.gz: 83ed4d45825aa3059b2db11b37c18251411932bd50eed1e1701506a64383d20a
5
5
  SHA512:
6
- metadata.gz: 03ac9f9b0e3c1612e0fa56ae971ca962f1a0866f3e1b4c834988c13f42f7bcf86b3c9165db9d46f360a1b4c68de8df1306eec96db00d59edd8bb73e3da49c2e3
7
- data.tar.gz: adb6ab861d80d539db173572b184fbce187fe1f2021a2c3e946f469bcf47fd31e9657982bcc198d50456b8740b5e23d1e4d7a396a79de7598fb944eb16714043
6
+ metadata.gz: 989c79e09d2a0b74b8e40fb010797486e4311e6506a2a59e1adb5bb54c22f45cfb742ad8039013fb9e599c1c92426518bd0a6c8720c2bc92ef997e7f81a2ecce
7
+ data.tar.gz: 8a37f4220a550c1fe087421937badbe70145ba29dfc09415b695c881e98e0a55165962727270de2c604359a4cc01f0a8d47eae7a7993433889ef0b6c3b51c560
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.36.0 (2024-11-24)
4
+
5
+ * Regenerated from discovery document revision 20241120
6
+
3
7
  ### v0.35.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241023
@@ -6754,6 +6754,14 @@ module Google
6754
6754
  # @return [String]
6755
6755
  attr_accessor :program_label
6756
6756
 
6757
+ # Optional. The shipping label for the loyalty program. You can use this label
6758
+ # to indicate whether this offer has the loyalty shipping benefit. If not
6759
+ # specified, the item is not eligible for loyalty shipping for the given loyalty
6760
+ # tier.
6761
+ # Corresponds to the JSON property `shippingLabel`
6762
+ # @return [String]
6763
+ attr_accessor :shipping_label
6764
+
6757
6765
  # Required. The label of the tier within the loyalty program. Must match one of
6758
6766
  # the labels within the program.
6759
6767
  # Corresponds to the JSON property `tierLabel`
@@ -6771,6 +6779,7 @@ module Google
6771
6779
  @member_price_effective_date = args[:member_price_effective_date] if args.key?(:member_price_effective_date)
6772
6780
  @price = args[:price] if args.key?(:price)
6773
6781
  @program_label = args[:program_label] if args.key?(:program_label)
6782
+ @shipping_label = args[:shipping_label] if args.key?(:shipping_label)
6774
6783
  @tier_label = args[:tier_label] if args.key?(:tier_label)
6775
6784
  end
6776
6785
  end
@@ -14041,12 +14050,12 @@ module Google
14041
14050
  class TimeZone
14042
14051
  include Google::Apis::Core::Hashable
14043
14052
 
14044
- # IANA Time Zone Database time zone, e.g. "America/New_York".
14053
+ # IANA Time Zone Database time zone. For example "America/New_York".
14045
14054
  # Corresponds to the JSON property `id`
14046
14055
  # @return [String]
14047
14056
  attr_accessor :id
14048
14057
 
14049
- # Optional. IANA Time Zone Database version number, e.g. "2019a".
14058
+ # Optional. IANA Time Zone Database version number. For example "2019a".
14050
14059
  # Corresponds to the JSON property `version`
14051
14060
  # @return [String]
14052
14061
  attr_accessor :version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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 = "20241023"
25
+ REVISION = "20241120"
26
26
  end
27
27
  end
28
28
  end
@@ -3828,6 +3828,7 @@ module Google
3828
3828
  property :price, as: 'price', class: Google::Apis::ContentV2_1::Price, decorator: Google::Apis::ContentV2_1::Price::Representation
3829
3829
 
3830
3830
  property :program_label, as: 'programLabel'
3831
+ property :shipping_label, as: 'shippingLabel'
3831
3832
  property :tier_label, as: 'tierLabel'
3832
3833
  end
3833
3834
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-10-27 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-content_v2_1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-content_v2_1
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.21
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Content API for Shopping V2_1