Identifier. The resource name of this log type setting. Format: projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type}/logTypeSetting
Optional. The list of fields to update. If not included, all fields with a non-empty value will be overwritten. To specify all fields, use the special value "*" (the equivalent of PUT).
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of LogTypeSetting.
Response body
If successful, the response body contains an instance of LogTypeSetting.
[[["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-01-22 UTC."],[[["This endpoint updates the log type setting for a specific log type using the `projects.locations.instances.logTypes.updateLogTypeSetting` method."],["The HTTP request utilizes the `PATCH` method and requires a resource name in the format `projects/{project}/locations/{region}/instances/{instance}/logTypes/{log_type}/logTypeSetting` within the URL."],["The `updateMask` query parameter is optional and allows specification of the fields to be updated, with the option to update all fields using \"\\*\"."],["Both the request and response bodies utilize the `LogTypeSetting` resource."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]