Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of cloudchannel v1 client #20644

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.56.0 (2024-11-24)

* Regenerated from discovery document revision 20241116

### v0.55.0 (2024-11-17)

* Regenerated from discovery document revision 20241109
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,8 @@ class GoogleCloudChannelV1ChangeOfferRequest

# Optional. Price reference ID for the offer. Optional field only for offers
# that require additional price information. Used to guarantee that the pricing
# is consistent between quoting the offer and placing the order. Yet to be
# implemented: this field is currently not evaluated in the API if populated in
# a request.
# is consistent between quoting the offer and placing the order. Not yet
# implemented: if populated in a request, this field isn't evaluated in the API.
# Corresponds to the JSON property `priceReferenceId`
# @return [String]
attr_accessor :price_reference_id
Expand Down Expand Up @@ -1193,9 +1192,9 @@ class GoogleCloudChannelV1Entitlement

# Optional. Price reference ID for the offer. Optional field only for offers
# that require additional price information. Used to guarantee that the pricing
# is consistent between quoting the offer and placing the order. Yet to be
# implemented: this field is currently not evaluated in the API if populated in
# a request.
# is consistent between quoting the offer and placing the order. Not yet
# implemented: if this field is populated in a request, it isn't evaluated in
# the API.
# Corresponds to the JSON property `priceReferenceId`
# @return [String]
attr_accessor :price_reference_id
Expand Down Expand Up @@ -4086,9 +4085,9 @@ class GoogleCloudChannelV1alpha1Entitlement

# Optional. Price reference ID for the offer. Optional field only for offers
# that require additional price information. Used to guarantee that the pricing
# is consistent between quoting the offer and placing the order. Yet to be
# implemented: this field is currently not evaluated in the API if populated in
# a request.
# is consistent between quoting the offer and placing the order. Not yet
# implemented: if this field is populated in a request, it isn't evaluated in
# the API.
# Corresponds to the JSON property `priceReferenceId`
# @return [String]
attr_accessor :price_reference_id
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.55.0"
GEM_VERSION = "0.56.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20241109"
REVISION = "20241116"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2790,8 +2790,8 @@ def unregister_integrator_subscriber(integrator, google_cloud_channel_v1_unregis
# Clients can use Operations.GetOperation or other methods to check whether the
# cancellation succeeded or whether the operation completed despite cancellation.
# On successful cancellation, the operation is not deleted; instead, it becomes
# an operation with an Operation.error value with a google.rpc.Status.code of 1,
# corresponding to `Code.CANCELLED`.
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
# , corresponding to `Code.CANCELLED`.
# @param [String] name
# The name of the operation resource to be cancelled.
# @param [Google::Apis::CloudchannelV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
Expand Down
Loading