Skip to content

Commit 1d1263b

Browse files
feat: Automated regeneration of cloudchannel v1 client (googleapis#22584)
Auto-created at 2025-04-27 10:30:50 +0000 using the toys pull request generator.
1 parent 31c6477 commit 1d1263b

File tree

5 files changed

+32
-18
lines changed

5 files changed

+32
-18
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65994,6 +65994,7 @@
6599465994
"/cloudchannel:v1/GoogleCloudChannelV1Customer/cloudIdentityInfo": cloud_identity_info
6599565995
"/cloudchannel:v1/GoogleCloudChannelV1Customer/correlationId": correlation_id
6599665996
"/cloudchannel:v1/GoogleCloudChannelV1Customer/createTime": create_time
65997+
"/cloudchannel:v1/GoogleCloudChannelV1Customer/customerAttestationState": customer_attestation_state
6599765998
"/cloudchannel:v1/GoogleCloudChannelV1Customer/domain": domain
6599865999
"/cloudchannel:v1/GoogleCloudChannelV1Customer/languageCode": language_code
6599966000
"/cloudchannel:v1/GoogleCloudChannelV1Customer/name": name

generated/google-apis-cloudchannel_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-cloudchannel_v1
22

3+
### v0.61.0 (2025-04-27)
4+
5+
* Regenerated from discovery document revision 20250419
6+
37
### v0.60.0 (2025-04-20)
48

59
* Regenerated from discovery document revision 20250412

generated/google-apis-cloudchannel_v1/lib/google/apis/cloudchannel_v1/classes.rb

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ class GoogleCloudChannelV1ChangeOfferRequest
249249
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
250250
attr_accessor :parameters
251251

252-
# Optional. Price reference ID for the offer. Optional field only for offers
253-
# that require additional price information. Used to guarantee that the pricing
254-
# is consistent between quoting the offer and placing the order.
252+
# Optional. Price reference ID for the offer. Only for offers that require
253+
# additional price information. Used to guarantee that the pricing is consistent
254+
# between quoting the offer and placing the order.
255255
# Corresponds to the JSON property `priceReferenceId`
256256
# @return [String]
257257
attr_accessor :price_reference_id
@@ -870,6 +870,12 @@ class GoogleCloudChannelV1Customer
870870
# @return [String]
871871
attr_accessor :create_time
872872

873+
# Optional. Indicate if a customer is attesting about the correctness of
874+
# provided information. Only required if creating a GCP Entitlement.
875+
# Corresponds to the JSON property `customerAttestationState`
876+
# @return [String]
877+
attr_accessor :customer_attestation_state
878+
873879
# Required. The customer's primary domain. Must match the primary contact email'
874880
# s domain.
875881
# Corresponds to the JSON property `domain`
@@ -930,6 +936,7 @@ def update!(**args)
930936
@cloud_identity_info = args[:cloud_identity_info] if args.key?(:cloud_identity_info)
931937
@correlation_id = args[:correlation_id] if args.key?(:correlation_id)
932938
@create_time = args[:create_time] if args.key?(:create_time)
939+
@customer_attestation_state = args[:customer_attestation_state] if args.key?(:customer_attestation_state)
933940
@domain = args[:domain] if args.key?(:domain)
934941
@language_code = args[:language_code] if args.key?(:language_code)
935942
@name = args[:name] if args.key?(:name)
@@ -1189,9 +1196,9 @@ class GoogleCloudChannelV1Entitlement
11891196
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Parameter>]
11901197
attr_accessor :parameters
11911198

1192-
# Optional. Price reference ID for the offer. Optional field only for offers
1193-
# that require additional price information. Used to guarantee that the pricing
1194-
# is consistent between quoting the offer and placing the order.
1199+
# Optional. Price reference ID for the offer. Only for offers that require
1200+
# additional price information. Used to guarantee that the pricing is consistent
1201+
# between quoting the offer and placing the order.
11951202
# Corresponds to the JSON property `priceReferenceId`
11961203
# @return [String]
11971204
attr_accessor :price_reference_id
@@ -1669,7 +1676,8 @@ class GoogleCloudChannelV1ListOffersResponse
16691676
# @return [String]
16701677
attr_accessor :next_page_token
16711678

1672-
# The list of Offers requested.
1679+
# The list of Offers requested. The pricing information for each Offer only
1680+
# includes the base price. Effective prices and discounts aren't populated.
16731681
# Corresponds to the JSON property `offers`
16741682
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer>]
16751683
attr_accessor :offers
@@ -2662,9 +2670,9 @@ class GoogleCloudChannelV1PurchasableOffer
26622670
# @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer]
26632671
attr_accessor :offer
26642672

2665-
# Optional. Price reference ID for the offer. Optional field only for offers
2666-
# that require additional price information. Used to guarantee that the pricing
2667-
# is consistent between quoting the offer and placing the order.
2673+
# Optional. Price reference ID for the offer. Only for offers that require
2674+
# additional price information. Used to guarantee that the pricing is consistent
2675+
# between quoting the offer and placing the order.
26682676
# Corresponds to the JSON property `priceReferenceId`
26692677
# @return [String]
26702678
attr_accessor :price_reference_id
@@ -3577,9 +3585,9 @@ class GoogleCloudChannelV1TransferableOffer
35773585
# @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer]
35783586
attr_accessor :offer
35793587

3580-
# Optional. Price reference ID for the offer. Optional field only for offers
3581-
# that require additional price information. Used to guarantee that the pricing
3582-
# is consistent between quoting the offer and placing the order.
3588+
# Optional. Price reference ID for the offer. Only for offers that require
3589+
# additional price information. Used to guarantee that the pricing is consistent
3590+
# between quoting the offer and placing the order.
35833591
# Corresponds to the JSON property `priceReferenceId`
35843592
# @return [String]
35853593
attr_accessor :price_reference_id
@@ -4080,9 +4088,9 @@ class GoogleCloudChannelV1alpha1Entitlement
40804088
# @return [Array<Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1Parameter>]
40814089
attr_accessor :parameters
40824090

4083-
# Optional. Price reference ID for the offer. Optional field only for offers
4084-
# that require additional price information. Used to guarantee that the pricing
4085-
# is consistent between quoting the offer and placing the order.
4091+
# Optional. Price reference ID for the offer. Only for offers that require
4092+
# additional price information. Used to guarantee that the pricing is consistent
4093+
# between quoting the offer and placing the order.
40864094
# Corresponds to the JSON property `priceReferenceId`
40874095
# @return [String]
40884096
attr_accessor :price_reference_id

generated/google-apis-cloudchannel_v1/lib/google/apis/cloudchannel_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudchannelV1
1818
# Version of the google-apis-cloudchannel_v1 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250412"
25+
REVISION = "20250419"
2626
end
2727
end
2828
end

generated/google-apis-cloudchannel_v1/lib/google/apis/cloudchannel_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10901090

10911091
property :correlation_id, as: 'correlationId'
10921092
property :create_time, as: 'createTime'
1093+
property :customer_attestation_state, as: 'customerAttestationState'
10931094
property :domain, as: 'domain'
10941095
property :language_code, as: 'languageCode'
10951096
property :name, as: 'name'

0 commit comments

Comments
 (0)