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."],[[["The document details various versions of the `UpdateAccountRequest` class within the Google Analytics Admin API, specifically within the `com.google.analytics.admin.v1beta` package, ranging from version 0.14.0 to 0.70.0, with 0.70.0 being the latest version."],["`UpdateAccountRequest` is a request message used in the UpdateAccount RPC, and it is a subclass of `GeneratedMessageV3`, implementing the `UpdateAccountRequestOrBuilder` interface."],["This class includes methods for parsing, building, and getting information about an account update request, along with static fields for `ACCOUNT_FIELD_NUMBER` and `UPDATE_MASK_FIELD_NUMBER`."],["The `UpdateAccountRequest` class requires both an `Account` object and a `FieldMask` object to identify which account to update and which fields should be updated, respectively."],["The class inherits numerous methods from parent classes, enabling operations such as serializing, deserializing, and managing unknown fields, as well as providing methods for working with Protocol Buffers."]]],[]]