Skip to content

Commit

Permalink
feat: Automated regeneration of cloudchannel v1 client (googleapis#14419
Browse files Browse the repository at this point in the history
)

Auto-created at 2023-04-02 10:06:18 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Apr 2, 2023
1 parent 4e6b168 commit 27f4433
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37540,6 +37540,7 @@
"/cloudchannel:v1/GoogleCloudChannelV1alpha1RenewalSettings/paymentOption": payment_option
"/cloudchannel:v1/GoogleCloudChannelV1alpha1RenewalSettings/paymentPlan": payment_plan
"/cloudchannel:v1/GoogleCloudChannelV1alpha1RenewalSettings/resizeUnitCount": resize_unit_count
"/cloudchannel:v1/GoogleCloudChannelV1alpha1RenewalSettings/scheduledRenewalOffer": scheduled_renewal_offer
"/cloudchannel:v1/GoogleCloudChannelV1alpha1Report": google_cloud_channel_v1alpha1_report
"/cloudchannel:v1/GoogleCloudChannelV1alpha1Report/columns": columns
"/cloudchannel:v1/GoogleCloudChannelV1alpha1Report/columns/column": column
Expand Down
4 changes: 4 additions & 0 deletions generated/google-apis-cloudchannel_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudchannel_v1

### v0.36.0 (2023-04-02)

* Regenerated from discovery document revision 20230326

### v0.35.0 (2023-03-19)

* Regenerated from discovery document revision 20230314
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3953,6 +3953,12 @@ class GoogleCloudChannelV1alpha1RenewalSettings
attr_accessor :resize_unit_count
alias_method :resize_unit_count?, :resize_unit_count

# Output only. The offer resource name that the entitlement will renew on at the
# end date. Takes the form: accounts/`account_id`/offers/`offer_id`.
# Corresponds to the JSON property `scheduledRenewalOffer`
# @return [String]
attr_accessor :scheduled_renewal_offer

def initialize(**args)
update!(**args)
end
Expand All @@ -3965,6 +3971,7 @@ def update!(**args)
@payment_option = args[:payment_option] if args.key?(:payment_option)
@payment_plan = args[:payment_plan] if args.key?(:payment_plan)
@resize_unit_count = args[:resize_unit_count] if args.key?(:resize_unit_count)
@scheduled_renewal_offer = args[:scheduled_renewal_offer] if args.key?(:scheduled_renewal_offer)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudchannelV1
# Version of the google-apis-cloudchannel_v1 gem
GEM_VERSION = "0.35.0"
GEM_VERSION = "0.36.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.12.0"

# Revision of the discovery document this client was generated from
REVISION = "20230314"
REVISION = "20230326"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :payment_option, as: 'paymentOption'
property :payment_plan, as: 'paymentPlan'
property :resize_unit_count, as: 'resizeUnitCount'
property :scheduled_renewal_offer, as: 'scheduledRenewalOffer'
end
end

Expand Down

0 comments on commit 27f4433

Please sign in to comment.