mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 17:35:31 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -8,6 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Add an IAM policy binding to a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Create a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Delete a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
(ENTRY_GROUP : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Describe a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
gcloud data-catalog entry-groups get-iam-policy displays the IAM policy
|
||||
associated with a Data Catalog entry group. If formatted as JSON, the
|
||||
output can be edited and used as a policy file for set-iam-policy. The
|
||||
|
|
|
|||
|
|
@ -5,7 +5,10 @@ SYNOPSIS
|
|||
gcloud data-catalog entry-groups COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Manage entry groups in Data Catalog.
|
||||
(DEPRECATED) Manage entry groups in Data Catalog.
|
||||
|
||||
This command is deprecated. Please use gcloud dataplex entry-groups
|
||||
instead.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
@ -16,31 +19,32 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
add-iam-policy-binding
|
||||
Add an IAM policy binding to a Data Catalog entry group.
|
||||
(DEPRECATED) Add an IAM policy binding to a Data Catalog entry group.
|
||||
|
||||
create
|
||||
Create a Data Catalog entry group.
|
||||
(DEPRECATED) Create a Data Catalog entry group.
|
||||
|
||||
delete
|
||||
Delete a Data Catalog entry group.
|
||||
(DEPRECATED) Delete a Data Catalog entry group.
|
||||
|
||||
describe
|
||||
Describe a Data Catalog entry group.
|
||||
(DEPRECATED) Describe a Data Catalog entry group.
|
||||
|
||||
get-iam-policy
|
||||
Get the IAM policy for a Data Catalog entry group.
|
||||
(DEPRECATED) Get the IAM policy for a Data Catalog entry group.
|
||||
|
||||
list
|
||||
List all entry groups in a Data Catalog location.
|
||||
(DEPRECATED) List all entry groups in a Data Catalog location.
|
||||
|
||||
remove-iam-policy-binding
|
||||
Remove an IAM policy binding from a Data Catalog entry group.
|
||||
(DEPRECATED) Remove an IAM policy binding from a Data Catalog entry
|
||||
group.
|
||||
|
||||
set-iam-policy
|
||||
Set the IAM policy for a Data Catalog entry group.
|
||||
(DEPRECATED) Set the IAM policy for a Data Catalog entry group.
|
||||
|
||||
update
|
||||
Update a Data Catalog entry group.
|
||||
(DEPRECATED) Update a Data Catalog entry group.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
List all entries in a Data Catalog location.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Remove an IAM policy binding from a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
(ENTRY_GROUP : --location=LOCATION) POLICY_FILE [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Set the IAM policy for the given Data Catalog entry group as defined in a
|
||||
JSON or YAML file.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) This command is deprecated. Please use gcloud dataplex
|
||||
entry-groups instead.
|
||||
|
||||
Update a Data Catalog entry group.
|
||||
|
||||
EXAMPLES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue