1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 22:36:52 +00:00

gcloud: Wed Mar 5 10:41:25 UTC 2025

This commit is contained in:
Automated 2025-03-05 10:41:25 +00:00
parent a597993b2e
commit 6dc93282df
279 changed files with 4198 additions and 801 deletions

View file

@ -8,7 +8,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Add an IAM policy binding to a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Add an IAM policy binding to a Data Catalog entry group.
EXAMPLES
To add an IAM policy binding for the role of 'roles/editor' for the user

View file

@ -8,7 +8,10 @@ SYNOPSIS
[--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Create a Data Catalog entry group.
EXAMPLES
To create an entry group for some data, run:

View file

@ -7,7 +7,10 @@ SYNOPSIS
(ENTRY_GROUP : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Delete a Data Catalog entry group.
EXAMPLES
To delete an entry group for some data, run:

View file

@ -7,7 +7,10 @@ SYNOPSIS
(ENTRY_GROUP : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Describe a Data Catalog entry group.
EXAMPLES
To describe an entry group for some data, run:

View file

@ -9,12 +9,15 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha 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 output includes an "etag" field identifying the version
emitted and allowing detection of concurrent policy updates; see $ gcloud
alpha data-catalog entry-groups set-iam-policy for additional details.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
gcloud alpha 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
output includes an "etag" field identifying the version emitted and
allowing detection of concurrent policy updates; see $ gcloud alpha
data-catalog entry-groups set-iam-policy for additional details.
EXAMPLES
To print the IAM policy for entry group 'group1' in 'us-central1', run:

View file

@ -6,7 +6,10 @@ SYNOPSIS
gcloud alpha data-catalog entry-groups COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage entry groups in Data Catalog.
(ALPHA) (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.
@ -17,31 +20,33 @@ COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(ALPHA) Add an IAM policy binding to a Data Catalog entry group.
(ALPHA) (DEPRECATED) Add an IAM policy binding to a Data Catalog entry
group.
create
(ALPHA) Create a Data Catalog entry group.
(ALPHA) (DEPRECATED) Create a Data Catalog entry group.
delete
(ALPHA) Delete a Data Catalog entry group.
(ALPHA) (DEPRECATED) Delete a Data Catalog entry group.
describe
(ALPHA) Describe a Data Catalog entry group.
(ALPHA) (DEPRECATED) Describe a Data Catalog entry group.
get-iam-policy
(ALPHA) Get the IAM policy for a Data Catalog entry group.
(ALPHA) (DEPRECATED) Get the IAM policy for a Data Catalog entry group.
list
(ALPHA) List all entry groups in a Data Catalog location.
(ALPHA) (DEPRECATED) List all entry groups in a Data Catalog location.
remove-iam-policy-binding
(ALPHA) Remove an IAM policy binding from a Data Catalog entry group.
(ALPHA) (DEPRECATED) Remove an IAM policy binding from a Data Catalog
entry group.
set-iam-policy
(ALPHA) Set the IAM policy for a Data Catalog entry group.
(ALPHA) (DEPRECATED) Set the IAM policy for a Data Catalog entry group.
update
(ALPHA) Update a Data Catalog entry group.
(ALPHA) (DEPRECATED) Update a Data Catalog entry group.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -8,7 +8,10 @@ SYNOPSIS
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List all entries in a Data Catalog location.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
List all entries in a Data Catalog location.
EXAMPLES
To list all entry groups in us-central1, run:

View file

@ -8,7 +8,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Remove an IAM policy binding from a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Remove an IAM policy binding from a Data Catalog entry group.
EXAMPLES
To remove an IAM policy binding for the role of 'roles/editor' for the user

View file

@ -7,8 +7,11 @@ SYNOPSIS
(ENTRY_GROUP : --location=LOCATION) POLICY_FILE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Set the IAM policy for the given Data Catalog entry group as
defined in a JSON or YAML file.
(ALPHA) (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.
EXAMPLES
The following command will read am IAM policy defined in a JSON file

View file

@ -8,7 +8,10 @@ SYNOPSIS
[--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Data Catalog entry group.
(ALPHA) (DEPRECATED) This command is deprecated. Please use gcloud dataplex
entry-groups instead.
Update a Data Catalog entry group.
EXAMPLES
To update the description of entry group 'group1' , run: