1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-13 16:37:00 +00:00
gcloud-help/gcloud/logging/views/help

53 lines
1 KiB
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud logging views - manage log views
SYNOPSIS
gcloud logging views COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Commands for managing views. A log view represents a subset of the log
entries in a Cloud Logging log bucket.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
2024-05-15 09:19:06 +00:00
add-iam-policy-binding
Add IAM policy binding to a log view.
2022-03-01 04:29:52 +00:00
create
Create a log view on a log bucket.
delete
Delete a view.
describe
Display information about a view.
2024-05-15 09:19:06 +00:00
get-iam-policy
Display the IAM policy for a view.
2022-03-01 04:29:52 +00:00
list
List the defined views.
2024-05-15 09:19:06 +00:00
remove-iam-policy-binding
Remove IAM policy binding to a log view.
set-iam-policy
Set IAM policy for a view.
2022-03-01 04:29:52 +00:00
update
Update a view.
NOTES
These variants are also available:
$ gcloud alpha logging views
$ gcloud beta logging views