google-apis-cloudchannel_v1 0.20.0 → 0.23.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: a4984ee47257d8ef8cbe6e262d07e09e9a9d72e399afc20521a30966b8f4d022
4
- data.tar.gz: 4c73d3b725e70aec92166c7e8dd239b44e055618df1b3f62b3239cd957c13c0b
3
+ metadata.gz: b11b014d2e3bc9573aef7e92f4b928759bb22a83f18ba23f17918235d1f8c85c
4
+ data.tar.gz: 7e16d9f13ff85cbb373ad7320066c0ddb0b091d27be6bbda76d33327dfc10e85
5
5
  SHA512:
6
- metadata.gz: 8066ab49732544c39a57b8148ccac757576e2e87924861f973401c54b704f364286d95b0aece034cef8e7b05e18d45d95428ff90d4f9f997a4215fdb911c1d37
7
- data.tar.gz: 9616b6ccf991e1e78c3f468c3d49ac52293daf746b85fe1b699553ace1be392badc86f796bb78ac86d3abe47f258be8ba4561b9cad9b70e625bae13520cb3662
6
+ metadata.gz: 11e4eab0630c5738dd016fbea11bcc9d0f7b60da69cc83463436075125d90b0c2e3969c37c5fe54a467b56c2df2bf0319c6eefd7827899aca2ac2c30405329df
7
+ data.tar.gz: 4d170df78bb0ec8d1a4a791fb3d72262153f0519179301d44c3ac6e0eb8b2ea921cb068f272d093bae18f64a3002c2a3679684c97981580381ca2ff680f375e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.23.0 (2022-07-22)
4
+
5
+ * Regenerated from discovery document revision 20220720
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-06-30)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+ * Regenerated from discovery document revision 20220625
12
+
13
+ ### v0.21.0 (2022-06-20)
14
+
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.20.0 (2022-06-07)
4
18
 
5
19
  * Regenerated from discovery document revision 20220604
@@ -685,11 +685,11 @@ module Google
685
685
  # Box or similar. It is not intended to model geographical locations (roads,
686
686
  # towns, mountains). In typical usage an address would be created via user input
687
687
  # or from importing existing data, depending on the type of process. Advice on
688
- # address input / editing: - Use an i18n-ready address widget such as https://
689
- # github.com/google/libaddressinput) - Users should not be presented with UI
690
- # elements for input or editing of fields outside countries where that field is
691
- # used. For more guidance on how to use this schema, please see: https://support.
692
- # google.com/business/answer/6397478
688
+ # address input / editing: - Use an internationalization-ready address widget
689
+ # such as https://github.com/google/libaddressinput) - Users should not be
690
+ # presented with UI elements for input or editing of fields outside countries
691
+ # where that field is used. For more guidance on how to use this schema, please
692
+ # see: https://support.google.com/business/answer/6397478
693
693
  # Corresponds to the JSON property `orgPostalAddress`
694
694
  # @return [Google::Apis::CloudchannelV1::GoogleTypePostalAddress]
695
695
  attr_accessor :org_postal_address
@@ -1553,6 +1553,11 @@ module Google
1553
1553
  # @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints]
1554
1554
  attr_accessor :constraints
1555
1555
 
1556
+ # The deal code of the offer to get a special promotion or discount.
1557
+ # Corresponds to the JSON property `dealCode`
1558
+ # @return [String]
1559
+ attr_accessor :deal_code
1560
+
1556
1561
  # Output only. End of the Offer validity time.
1557
1562
  # Corresponds to the JSON property `endTime`
1558
1563
  # @return [String]
@@ -1603,6 +1608,7 @@ module Google
1603
1608
  # Update properties of this object
1604
1609
  def update!(**args)
1605
1610
  @constraints = args[:constraints] if args.key?(:constraints)
1611
+ @deal_code = args[:deal_code] if args.key?(:deal_code)
1606
1612
  @end_time = args[:end_time] if args.key?(:end_time)
1607
1613
  @marketing_info = args[:marketing_info] if args.key?(:marketing_info)
1608
1614
  @name = args[:name] if args.key?(:name)
@@ -3560,11 +3566,11 @@ module Google
3560
3566
  # Box or similar. It is not intended to model geographical locations (roads,
3561
3567
  # towns, mountains). In typical usage an address would be created via user input
3562
3568
  # or from importing existing data, depending on the type of process. Advice on
3563
- # address input / editing: - Use an i18n-ready address widget such as https://
3564
- # github.com/google/libaddressinput) - Users should not be presented with UI
3565
- # elements for input or editing of fields outside countries where that field is
3566
- # used. For more guidance on how to use this schema, please see: https://support.
3567
- # google.com/business/answer/6397478
3569
+ # address input / editing: - Use an internationalization-ready address widget
3570
+ # such as https://github.com/google/libaddressinput) - Users should not be
3571
+ # presented with UI elements for input or editing of fields outside countries
3572
+ # where that field is used. For more guidance on how to use this schema, please
3573
+ # see: https://support.google.com/business/answer/6397478
3568
3574
  class GoogleTypePostalAddress
3569
3575
  include Google::Apis::Core::Hashable
3570
3576
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudchannelV1
18
18
  # Version of the google-apis-cloudchannel_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220604"
25
+ REVISION = "20220720"
26
26
  end
27
27
  end
28
28
  end
@@ -1075,6 +1075,7 @@ module Google
1075
1075
  class Representation < Google::Apis::Core::JsonRepresentation
1076
1076
  property :constraints, as: 'constraints', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1Constraints::Representation
1077
1077
 
1078
+ property :deal_code, as: 'dealCode'
1078
1079
  property :end_time, as: 'endTime'
1079
1080
  property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
1080
1081
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudchannel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.23.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudchannel_v1
63
63
  post_install_message:
64
64
  rdoc_options: []