Required. The list of fields to be updated. Field names must be in snake
case (for example, "field_to_update"). Omitted fields will not be updated.
To replace the entire entity, use one path with the string "*" to match all
fields.
Required. The list of fields to be updated. Field names must be in snake
case (for example, "field_to_update"). Omitted fields will not be updated.
To replace the entire entity, use one path with the string "*" to match all
fields.
Required. The list of fields to be updated. Field names must be in snake
case (for example, "field_to_update"). Omitted fields will not be updated.
To replace the entire entity, use one path with the string "*" to match all
fields.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `UpdateAccountRequest` class within the Google Analytics Admin API for Java, spanning versions from 0.14.0 up to the latest 0.70.0."],["The `UpdateAccountRequest` class is used to send a request to update an account, with the account's name field used for identification."],["This class inherits from `GeneratedMessageV3` and implements `UpdateAccountRequestOrBuilder`, offering various methods for parsing, serialization, and field access."],["Key fields in the `UpdateAccountRequest` include `account` (the account to update) and `update_mask` (specifying which fields should be modified)."],["The provided content lists various static methods like `parseFrom` and `newBuilder`, along with methods for field manipulation, such as `getAccount`, `getUpdateMask`, and `hasAccount`."]]],[]]