google-apis-cloudchannel_v1 0.34.0 → 0.36.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: 103f9a0f8896c2d4d7ce6c833a9101e59e2dcb8d0a85a73b6bbb1d740a6c69d1
4
- data.tar.gz: baa44290f8f8c9bb373e8304dff9c8c167d72dbfe7adf92f6e3ae6376d2a0ec1
3
+ metadata.gz: e669947f4278ac58c1aadd93ab15990949977cb1eb568f3b8561f8864c7887d4
4
+ data.tar.gz: 3002e1dc1e08cc211e8f8547e5a3f312cae4ed45a7838a6593307c5e99969374
5
5
  SHA512:
6
- metadata.gz: 2864a0aa27f2d73d558b487fc1eba493966379702183faa35212c731ec2dae763505b87d1f6de33d697d3d9e9f9086b6202b185097972c7b98ad6559b4948a17
7
- data.tar.gz: f756a6d92dcb5cf04cc23cd9ecf7611b212b8de490fa3901a770c1c7025d84b6d125efc65bda9a0fca769958076581dab5cd29a56bba779e1a0ab8a695fad6b8
6
+ metadata.gz: d347c16dded7403a3714ab44f642cb80b222319a1936670f7eb4b63cd8b66cbbabb2f3f447e1cf8bbe6fc55a9f09fda3037daf5761c14e2ad085ac36cd9d57b7
7
+ data.tar.gz: b8d6043e131fce7636c7bf69569a437472e0e41deec8044b6d8df6e9c6cdc6c874deb000806b13c1e3f696d6440af65b00a17c79ab40f93a0710d7c3976c600a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.35.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230314
10
+
3
11
  ### v0.34.0 (2023-03-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230309
@@ -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.34.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 = "20230309"
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
 
@@ -632,8 +632,8 @@ module Google
632
632
  # associated with the given account. * INTERNAL: Any non-user error related to
633
633
  # technical issues in the backend. In this case, contact Cloud Channel support.
634
634
  # Return Value: If successful, the ChannelPartnerRepricingConfig resources. The
635
- # data for each resource is displayed in the ascending order of: * channel
636
- # partner ID * RepricingConfig.effective_invoice_month *
635
+ # data for each resource is displayed in the ascending order of: * Channel
636
+ # Partner ID * RepricingConfig.effective_invoice_month *
637
637
  # ChannelPartnerRepricingConfig.update_time If unsuccessful, returns an error.
638
638
  # @param [String] parent
639
639
  # Required. The resource name of the account's ChannelPartnerLink. Parent uses
@@ -1626,7 +1626,7 @@ module Google
1626
1626
  # the given account. * INTERNAL: Any non-user error related to technical issues
1627
1627
  # in the backend. In this case, contact Cloud Channel support. Return Value: If
1628
1628
  # successful, the CustomerRepricingConfig resources. The data for each resource
1629
- # is displayed in the ascending order of: * customer ID * RepricingConfig.
1629
+ # is displayed in the ascending order of: * Customer ID * RepricingConfig.
1630
1630
  # EntitlementGranularity.entitlement * RepricingConfig.effective_invoice_month *
1631
1631
  # CustomerRepricingConfig.update_time If unsuccessful, returns an error.
1632
1632
  # @param [String] parent
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.34.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-12 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.34.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: []