Send feedback
Class ChangeRenewalSettingsRequest (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.1.1 keyboard_arrow_down
ChangeRenewalSettingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for
CloudChannelService.ChangeRenewalSettings .
Attributes
Name Description name
str
Required. The name of the entitlement to update. Name uses
the format:
accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
renewal_settings
google.cloud.channel_v1.types.RenewalSettings
Required. New renewal settings.
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
ignore the request if it's complete.
For example, you make an initial request and the request
times out. If you make the request again with the same
request ID, the server can check if it received the original
operation with the same request ID. If it did, it will
ignore the second request.
The request ID must be a valid
`UUID
Inheritance
builtins.object
>
proto.message.Message
>
ChangeRenewalSettingsRequest
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-24 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?