Required. The list of fields to be updated. Field names must be in snake case
(e.g., "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
(e.g., "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
(e.g., "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 page lists different versions of the `UpdateAccountRequest` class for the Google Analytics Admin API, spanning from version 0.14.0 to 0.70.0, with 0.70.0 being the latest."],["The `UpdateAccountRequest` class is a request message used in RPC (Remote Procedure Call) to update an account and it implements `UpdateAccountRequestOrBuilder`."],["It belongs to the `google.analytics.admin.v1beta` package within the Java API, and extends `GeneratedMessageV3` allowing it to inherit its attributes and methods."],["The class requires two fields to be updated, `account` which is used to identify which account and `update_mask` which is a list of fields being updated, while also having multiple methods and static methods for parsing and building the requests."],["`ACCOUNT_FIELD_NUMBER` and `UPDATE_MASK_FIELD_NUMBER` are static fields representing the numbers associated with these respective fields."]]],[]]