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 webpage provides documentation for the `UpdatePropertyRequest` class within the Google Analytics Admin API's Java client library, specifically for version 0.63.0, with links to other versions."],["The `UpdatePropertyRequest` class is used to send a request to update a property in the Google Analytics Admin service."],["It extends `GeneratedMessageV3` and implements `UpdatePropertyRequestOrBuilder`, inheriting and providing methods for interacting with protocol buffers."],["The `UpdatePropertyRequest` class requires both a `Property` to be updated and a `FieldMask` to define which fields will be modified, as noted by the `REQUIRED` field behaviors."],["Static methods allow parsing of `UpdatePropertyRequest` from various input sources, including byte arrays, ByteString, and streams."]]],[]]