google-apis-cloudchannel_v1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e669947f4278ac58c1aadd93ab15990949977cb1eb568f3b8561f8864c7887d4
|
4
|
+
data.tar.gz: 3002e1dc1e08cc211e8f8547e5a3f312cae4ed45a7838a6593307c5e99969374
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d347c16dded7403a3714ab44f642cb80b222319a1936670f7eb4b63cd8b66cbbabb2f3f447e1cf8bbe6fc55a9f09fda3037daf5761c14e2ad085ac36cd9d57b7
|
7
|
+
data.tar.gz: b8d6043e131fce7636c7bf69569a437472e0e41deec8044b6d8df6e9c6cdc6c874deb000806b13c1e3f696d6440af65b00a17c79ab40f93a0710d7c3976c600a
|
data/CHANGELOG.md
CHANGED
@@ -3953,6 +3953,12 @@ module Google
|
|
3953
3953
|
attr_accessor :resize_unit_count
|
3954
3954
|
alias_method :resize_unit_count?, :resize_unit_count
|
3955
3955
|
|
3956
|
+
# Output only. The offer resource name that the entitlement will renew on at the
|
3957
|
+
# end date. Takes the form: accounts/`account_id`/offers/`offer_id`.
|
3958
|
+
# Corresponds to the JSON property `scheduledRenewalOffer`
|
3959
|
+
# @return [String]
|
3960
|
+
attr_accessor :scheduled_renewal_offer
|
3961
|
+
|
3956
3962
|
def initialize(**args)
|
3957
3963
|
update!(**args)
|
3958
3964
|
end
|
@@ -3965,6 +3971,7 @@ module Google
|
|
3965
3971
|
@payment_option = args[:payment_option] if args.key?(:payment_option)
|
3966
3972
|
@payment_plan = args[:payment_plan] if args.key?(:payment_plan)
|
3967
3973
|
@resize_unit_count = args[:resize_unit_count] if args.key?(:resize_unit_count)
|
3974
|
+
@scheduled_renewal_offer = args[:scheduled_renewal_offer] if args.key?(:scheduled_renewal_offer)
|
3968
3975
|
end
|
3969
3976
|
end
|
3970
3977
|
|
@@ -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.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230326"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1930,6 +1930,7 @@ module Google
|
|
1930
1930
|
property :payment_option, as: 'paymentOption'
|
1931
1931
|
property :payment_plan, as: 'paymentPlan'
|
1932
1932
|
property :resize_unit_count, as: 'resizeUnitCount'
|
1933
|
+
property :scheduled_renewal_offer, as: 'scheduledRenewalOffer'
|
1933
1934
|
end
|
1934
1935
|
end
|
1935
1936
|
|
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.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: 2023-
|
11
|
+
date: 2023-04-02 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.36.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: []
|