- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates a view. This method replaces the following fields in the existing view with values from the new view: filter
.
HTTP request
PATCH https://logging.googleapis.com/v2/{name=billingAccounts/*/locations/*/buckets/*/views/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The full resource name of the view to update
Example: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
updateMask |
Optional. Field mask that specifies the fields in For a detailed Example: A comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LogView
.
Response body
If successful, the response body contains an instance of LogView
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/logging.admin
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.