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-03-21 UTC."],[[["This webpage provides documentation for the `UpdateAccountRequest` class within the Google Analytics Admin API's Java client library, specifically for version 0.33.0."],["The `UpdateAccountRequest` class, which extends `GeneratedMessageV3`, is used to construct requests for updating accounts via the API."],["The latest version of the documentation is available under version 0.70.0, with a list of past versions dating down to version 0.14.0 provided for reference."],["The `UpdateAccountRequest` requires an `Account` object and a `FieldMask` to identify the account to update and the specific fields that should be changed."],["It contains the `getAccount` and `getUpdateMask` methods to get the required data for updating accounts, along with various static methods for parsing the message from different input sources, such as `parseFrom` and `parseDelimitedFrom`."]]],[]]