diff --git a/google/cloud/channel_v1/types/entitlements.py b/google/cloud/channel_v1/types/entitlements.py index a45944f..cf9dc73 100644 --- a/google/cloud/channel_v1/types/entitlements.py +++ b/google/cloud/channel_v1/types/entitlements.py @@ -80,10 +80,22 @@ class Entitlement(proto.Message): Association information to other entitlements. parameters (Sequence[google.cloud.channel_v1.types.Parameter]): - Extended entitlement parameters. When - creating an entitlement, valid parameters' names - and values are defined in the offer's parameter - definitions. + Extended entitlement parameters. When creating an + entitlement, valid parameter names and values are defined in + the + [Offer.parameter_definitions][google.cloud.channel.v1.Offer.parameter_definitions]. + + The response may include the following output-only + Parameters: + + - assigned_units: The number of licenses assigned to a + user. + + - max_units: The maximum assignable units for a flexible + offer. + + - num_units: The total commitment for commitment-based + offers. """ class ProvisioningState(proto.Enum): diff --git a/google/cloud/channel_v1/types/service.py b/google/cloud/channel_v1/types/service.py index 7ad319e..0493571 100644 --- a/google/cloud/channel_v1/types/service.py +++ b/google/cloud/channel_v1/types/service.py @@ -859,8 +859,12 @@ class ChangeParametersRequest(proto.Message): the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id} parameters (Sequence[google.cloud.channel_v1.types.Parameter]): - Required. Entitlement parameters to update. - You can only change editable parameters. + Required. Entitlement parameters to update. You can only + change editable parameters. + + To view the available Parameters for a request, refer to the + [Offer.parameter_definitions][google.cloud.channel.v1.Offer.parameter_definitions] + from the desired offer. request_id (str): Optional. You can specify an optional unique request ID, and if you need to retry your request, the server will know to @@ -937,8 +941,10 @@ class ChangeOfferRequest(proto.Message): Required. New Offer. Format: accounts/{account_id}/offers/{offer_id}. parameters (Sequence[google.cloud.channel_v1.types.Parameter]): - Optional. Parameters needed to purchase the - Offer. + Optional. Parameters needed to purchase the Offer. To view + the available Parameters refer to the + [Offer.parameter_definitions][google.cloud.channel.v1.Offer.parameter_definitions] + from the desired offer. purchase_order_id (str): Optional. Purchase order id provided by the reseller.