@@ -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
0 commit comments