mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +00:00
gcloud: Wed May 25 08:41:12 UTC 2022
This commit is contained in:
parent
bda2bf9142
commit
5b5ff68a0d
154 changed files with 3252 additions and 284 deletions
27
gcloud/eventarc/audit-logs-provider/help
Normal file
27
gcloud/eventarc/audit-logs-provider/help
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
NAME
|
||||
gcloud eventarc audit-logs-provider - explore provider serviceNames and
|
||||
methodNames for event type google.cloud.audit.log.v1.written in
|
||||
Eventarc
|
||||
|
||||
SYNOPSIS
|
||||
gcloud eventarc audit-logs-provider GROUP [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Explore provider serviceNames and methodNames for event type
|
||||
google.cloud.audit.log.v1.written in Eventarc.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
method-names
|
||||
Explore values for the methodName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
|
||||
service-names
|
||||
Explore values for the serviceName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
23
gcloud/eventarc/audit-logs-provider/method-names/help
Normal file
23
gcloud/eventarc/audit-logs-provider/method-names/help
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
NAME
|
||||
gcloud eventarc audit-logs-provider method-names - explore values for the
|
||||
methodName attribute for event type google.cloud.audit.log.v1.written
|
||||
|
||||
SYNOPSIS
|
||||
gcloud eventarc audit-logs-provider method-names COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Explore values for the methodName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List values for the methodName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
63
gcloud/eventarc/audit-logs-provider/method-names/list
Normal file
63
gcloud/eventarc/audit-logs-provider/method-names/list
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
NAME
|
||||
gcloud eventarc audit-logs-provider method-names list - list values for the
|
||||
methodName attribute for event type google.cloud.audit.log.v1.written
|
||||
|
||||
SYNOPSIS
|
||||
gcloud eventarc audit-logs-provider method-names list
|
||||
--service-name=SERVICE_NAME [--filter=EXPRESSION] [--limit=LIMIT]
|
||||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List values for the methodName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
|
||||
EXAMPLES
|
||||
To list methodName values for serviceName storage.googleapis.com, run:
|
||||
|
||||
$ gcloud eventarc audit-logs-provider method-names list \
|
||||
--service-name=storage.googleapis.com
|
||||
|
||||
REQUIRED FLAGS
|
||||
--service-name=SERVICE_NAME
|
||||
The value of the serviceName CloudEvents attribute.
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
23
gcloud/eventarc/audit-logs-provider/service-names/help
Normal file
23
gcloud/eventarc/audit-logs-provider/service-names/help
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
NAME
|
||||
gcloud eventarc audit-logs-provider service-names - explore values for the
|
||||
serviceName attribute for event type google.cloud.audit.log.v1.written
|
||||
|
||||
SYNOPSIS
|
||||
gcloud eventarc audit-logs-provider service-names COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Explore values for the serviceName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
list
|
||||
List values for the serviceName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
59
gcloud/eventarc/audit-logs-provider/service-names/list
Normal file
59
gcloud/eventarc/audit-logs-provider/service-names/list
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
NAME
|
||||
gcloud eventarc audit-logs-provider service-names list - list values for
|
||||
the serviceName attribute for event type
|
||||
google.cloud.audit.log.v1.written
|
||||
|
||||
SYNOPSIS
|
||||
gcloud eventarc audit-logs-provider service-names list
|
||||
[--filter=EXPRESSION] [--limit=LIMIT] [--page-size=PAGE_SIZE]
|
||||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List values for the serviceName attribute for event type
|
||||
google.cloud.audit.log.v1.written.
|
||||
|
||||
EXAMPLES
|
||||
To list serviceName values for event type
|
||||
google.cloud.audit.log.v1.written, run:
|
||||
|
||||
$ gcloud eventarc audit-logs-provider service-names list
|
||||
|
||||
LIST COMMAND FLAGS
|
||||
--filter=EXPRESSION
|
||||
Apply a Boolean filter EXPRESSION to each resource item to be listed.
|
||||
If the expression evaluates True, then that item is listed. For more
|
||||
details and examples of filter expressions, run $ gcloud topic filters.
|
||||
This flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--limit=LIMIT
|
||||
Maximum number of resources to list. The default is unlimited. This
|
||||
flag interacts with other flags that are applied in this order:
|
||||
--flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--page-size=PAGE_SIZE
|
||||
Some services group resource list output into pages. This flag
|
||||
specifies the maximum number of resources per page. The default is
|
||||
determined by the service if it supports paging, otherwise it is
|
||||
unlimited (no paging). Paging may be applied before or after --filter
|
||||
and --limit depending on the service.
|
||||
|
||||
--sort-by=[FIELD,...]
|
||||
Comma-separated list of resource field key names to sort by. The
|
||||
default order is ascending. Prefix a field with ``~'' for descending
|
||||
order on that field. This flag interacts with other flags that are
|
||||
applied in this order: --flatten, --sort-by, --filter, --limit.
|
||||
|
||||
--uri
|
||||
Print a list of resource URIs instead of the default output, and change
|
||||
the command output to a list of URIs. If this flag is used with
|
||||
--format, the formatting is applied on this URI list. To display URIs
|
||||
alongside other keys instead, use the uri() transform.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
|
@ -15,6 +15,10 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
audit-logs-provider
|
||||
Explore provider serviceNames and methodNames for event type
|
||||
google.cloud.audit.log.v1.written in Eventarc.
|
||||
|
||||
channel-connections
|
||||
Manage Eventarc channel connections.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue