google-apis-cloudchannel_v1 0.22.0 → 0.23.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: b11b014d2e3bc9573aef7e92f4b928759bb22a83f18ba23f17918235d1f8c85c
|
|
4
|
+
data.tar.gz: 7e16d9f13ff85cbb373ad7320066c0ddb0b091d27be6bbda76d33327dfc10e85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11e4eab0630c5738dd016fbea11bcc9d0f7b60da69cc83463436075125d90b0c2e3969c37c5fe54a467b56c2df2bf0319c6eefd7827899aca2ac2c30405329df
|
|
7
|
+
data.tar.gz: 4d170df78bb0ec8d1a4a791fb3d72262153f0519179301d44c3ac6e0eb8b2ea921cb068f272d093bae18f64a3002c2a3679684c97981580381ca2ff680f375e3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
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
|
+
|
|
3
8
|
### v0.22.0 (2022-06-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
|
@@ -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)
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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.
|
|
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-07-
|
|
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
|
|
@@ -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.
|
|
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: []
|