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: ed7b57552a9a39924062e494e0b6678f734b516b81ffe696e47806a41a29cce9
4
- data.tar.gz: a742e49391660578a6718458312bededc30bffda9b08b32993739030e7bdd6db
3
+ metadata.gz: e669947f4278ac58c1aadd93ab15990949977cb1eb568f3b8561f8864c7887d4
4
+ data.tar.gz: 3002e1dc1e08cc211e8f8547e5a3f312cae4ed45a7838a6593307c5e99969374
5
5
  SHA512:
6
- metadata.gz: 8310795fc40a52be8b348b75e77d5245f2d0085fbc9816ac31d91169ddf5357ec4be3639d9730eb5487d8c87a6cb1948b873dfe7425972bd8c8360e2256ce756
7
- data.tar.gz: 42474660d59164fbdb66162144d3276a99108c172ce728da81c439a3b74a3ab16b7bc5ae46cb1e611a9b24b08a5f81e2a60c436ab136dc31fb25741586b8fea0
6
+ metadata.gz: d347c16dded7403a3714ab44f642cb80b222319a1936670f7eb4b63cd8b66cbbabb2f3f447e1cf8bbe6fc55a9f09fda3037daf5761c14e2ad085ac36cd9d57b7
7
+ data.tar.gz: b8d6043e131fce7636c7bf69569a437472e0e41deec8044b6d8df6e9c6cdc6c874deb000806b13c1e3f696d6440af65b00a17c79ab40f93a0710d7c3976c600a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudchannel_v1
2
2
 
3
+ ### v0.36.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230326
6
+
3
7
  ### v0.35.0 (2023-03-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20230314
@@ -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.35.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 = "20230314"
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.35.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-03-19 00:00:00.000000000 Z
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.35.0
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: []