MutateAccountLinkRequest
Fields |
customer_id
|
string
Required. The ID of the customer being modified.
|
operation
|
AccountLinkOperation
Required. The operation to perform on the link.
|
partial_failure
|
bool
If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This request message is for the `AccountLinkService.MutateAccountLink` method used to modify account links."],["It requires the customer ID, the operation to perform, and allows for partial failure handling and validation-only requests."],["The `operation` field specifies the action to take on the account link using the `AccountLinkOperation` message."],["`partial_failure` dictates how the request handles invalid operations, while `validate_only` allows for request validation without execution."]]],[]]