google-apis-cloudchannel_v1 0.23.0 → 0.24.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: 07ad83a67c6bdb19b0d3da91f23cc1bf667f724fc3777de80d03f0441d9870b2
|
|
4
|
+
data.tar.gz: 97cb3ad9311dc01705d30c890f203b265af26a73f3b347eafa1cfcfe38c58946
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94cecebfdcbad579b86bcd03648628cda771ff5e728295fe82e08a9856eb034abcae4f4ce0c85f7ce04a715d2a006b085b5c01fbb28549ef77ded6101de194dd
|
|
7
|
+
data.tar.gz: 3418482efb8107604941628bb8c5a9189b562e23f2d853c53a79f630bd9f4ccd5f5b843063c146961f76a575256fb7ae7ff861d6d1a758254d1e7f945c15fab7
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|