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-04-09 UTC."],[[["This document details various versions of the `UpdatePropertyRequest` class within the Google Analytics Admin API for Java, ranging from version 0.14.0 to the latest version 0.70.0."],["The `UpdatePropertyRequest` class is a request message used for updating properties via the Google Analytics Admin API."],["The class `UpdatePropertyRequest` implements `UpdatePropertyRequestOrBuilder` and extends `GeneratedMessageV3`, providing functionalities for property updates and other operations."],["The document lists static methods such as `parseFrom()` and `newBuilder()` for creating and parsing `UpdatePropertyRequest` instances, alongside instance methods like `getProperty()` and `getUpdateMask()`."],["This class is used to update properties, where the property's name is used to identify which one will be updated, and the update_mask is used to identify the fields that will be changed."]]],[]]