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 details various versions of the `UpdateAttributionSettingsRequest` class within the Google Analytics Admin Java library, ranging from version 0.14.0 to the latest version, 0.70.0."],["The `UpdateAttributionSettingsRequest` class is used to manage requests for updating attribution settings, as indicated by its role as a request message for the UpdateAttributionSettings RPC."],["The class implements the `UpdateAttributionSettingsRequestOrBuilder` interface and inherits from `GeneratedMessageV3`, showcasing its structure as part of Google's protocol buffer system."],["Key static methods are provided for instantiating, parsing, and accessing descriptors for the `UpdateAttributionSettingsRequest`, allowing for varied usage, such as creating new instances and parsing from various input sources."],["The class includes methods for handling both `AttributionSettings` and `FieldMask`, indicating it manages which attribution settings are to be updated and how, through `getAttributionSettings` and `getUpdateMask` along with their respective 'OrBuilder' versions."]]],[]]