google-apis-cloudchannel_v1 0.23.0 → 0.24.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: b11b014d2e3bc9573aef7e92f4b928759bb22a83f18ba23f17918235d1f8c85c
4
- data.tar.gz: 7e16d9f13ff85cbb373ad7320066c0ddb0b091d27be6bbda76d33327dfc10e85
3
+ metadata.gz: 07ad83a67c6bdb19b0d3da91f23cc1bf667f724fc3777de80d03f0441d9870b2
4
+ data.tar.gz: 97cb3ad9311dc01705d30c890f203b265af26a73f3b347eafa1cfcfe38c58946
5
5
  SHA512:
6
- metadata.gz: 11e4eab0630c5738dd016fbea11bcc9d0f7b60da69cc83463436075125d90b0c2e3969c37c5fe54a467b56c2df2bf0319c6eefd7827899aca2ac2c30405329df
7
- data.tar.gz: 4d170df78bb0ec8d1a4a791fb3d72262153f0519179301d44c3ac6e0eb8b2ea921cb068f272d093bae18f64a3002c2a3679684c97981580381ca2ff680f375e3
6
+ metadata.gz: 94cecebfdcbad579b86bcd03648628cda771ff5e728295fe82e08a9856eb034abcae4f4ce0c85f7ce04a715d2a006b085b5c01fbb28549ef77ded6101de194dd
7
+ data.tar.gz: 3418482efb8107604941628bb8c5a9189b562e23f2d853c53a79f630bd9f4ccd5f5b843063c146961f76a575256fb7ae7ff861d6d1a758254d1e7f945c15fab7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.24.0 (2022-07-29)
4
+
5
+ * Regenerated from discovery document revision 20220728
6
+
3
7
  ### v0.23.0 (2022-07-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220720
@@ -1553,11 +1553,6 @@ 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
-
1561
1556
  # Output only. End of the Offer validity time.
1562
1557
  # Corresponds to the JSON property `endTime`
1563
1558
  # @return [String]
@@ -1608,7 +1603,6 @@ module Google
1608
1603
  # Update properties of this object
1609
1604
  def update!(**args)
1610
1605
  @constraints = args[:constraints] if args.key?(:constraints)
1611
- @deal_code = args[:deal_code] if args.key?(:deal_code)
1612
1606
  @end_time = args[:end_time] if args.key?(:end_time)
1613
1607
  @marketing_info = args[:marketing_info] if args.key?(:marketing_info)
1614
1608
  @name = args[:name] if args.key?(:name)
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220720"
25
+ REVISION = "20220728"
26
26
  end
27
27
  end
28
28
  end
@@ -1075,7 +1075,6 @@ 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'
1079
1078
  property :end_time, as: 'endTime'
1080
1079
  property :marketing_info, as: 'marketingInfo', class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo, decorator: Google::Apis::CloudchannelV1::GoogleCloudChannelV1MarketingInfo::Representation
1081
1080
 
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.23.0
4
+ version: 0.24.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-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-01 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-cloudchannel_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudchannel_v1/v0.24.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: []