@@ -859,8 +859,12 @@ class ChangeParametersRequest(proto.Message):
859
859
the format:
860
860
accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
861
861
parameters (Sequence[google.cloud.channel_v1.types.Parameter]):
862
- Required. Entitlement parameters to update.
863
- You can only change editable parameters.
862
+ Required. Entitlement parameters to update. You can only
863
+ change editable parameters.
864
+
865
+ To view the available Parameters for a request, refer to the
866
+ [Offer.parameter_definitions][google.cloud.channel.v1.Offer.parameter_definitions]
867
+ from the desired offer.
864
868
request_id (str):
865
869
Optional. You can specify an optional unique request ID, and
866
870
if you need to retry your request, the server will know to
@@ -937,8 +941,10 @@ class ChangeOfferRequest(proto.Message):
937
941
Required. New Offer. Format:
938
942
accounts/{account_id}/offers/{offer_id}.
939
943
parameters (Sequence[google.cloud.channel_v1.types.Parameter]):
940
- Optional. Parameters needed to purchase the
941
- Offer.
944
+ Optional. Parameters needed to purchase the Offer. To view
945
+ the available Parameters refer to the
946
+ [Offer.parameter_definitions][google.cloud.channel.v1.Offer.parameter_definitions]
947
+ from the desired offer.
942
948
purchase_order_id (str):
943
949
Optional. Purchase order id provided by the
944
950
reseller.
0 commit comments