1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Feb 23 10:13:49 UTC 2023

This commit is contained in:
Automated 2023-02-23 10:13:49 +00:00
parent 78fb6d9419
commit 7664984b79
46 changed files with 947 additions and 130 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud beta datastream connection-profiles discover --location=LOCATION
(--connection-profile-name=CONNECTION_PROFILE_NAME
| --connection-profile-object-file=CONNECTION_PROFILE_OBJECT_FILE)
[--full-hierarchy | --hierarchy-depth=HIERARCHY_DEPTH]
[--mysql-rdbms-file=MYSQL_RDBMS_FILE
| --oracle-rdbms-file=ORACLE_RDBMS_FILE
| --postgresql-rdbms-file=POSTGRESQL_RDBMS_FILE]
@ -23,7 +24,7 @@ EXAMPLES
$ gcloud beta datastream connection-profiles discover \
CONNECTION_PROFILE --location=us-central1 \
--connection-profile-name=some-cp --recursive
--connection-profile-name=some-cp --recursive=true
To discover a non-existing connection profile:
@ -74,6 +75,16 @@ REQUIRED FLAGS
file content will be read from stdin.
OPTIONAL FLAGS
At most one of these can be specified:
--full-hierarchy
Whether to retrieve the full hierarchy of data objects (TRUE) or only
the current level (FALSE).
--hierarchy-depth=HIERARCHY_DEPTH
The number of hierarchy levels below the current level to be
retrieved.
At most one of these can be specified:
--mysql-rdbms-file=MYSQL_RDBMS_FILE
@ -94,12 +105,17 @@ OPTIONAL FLAGS
At most one of these can be specified:
--recursive
Whether to retrieve the full hierarchy of data objects (TRUE) or only
the current level (FALSE).
(DEPRECATED) Whether to retrieve the full hierarchy of data objects
(TRUE) or only the current level (FALSE).
The --recursive option is deprecated; use --full-hierarchy instead.
--recursive-depth=RECURSIVE_DEPTH
The number of hierarchy levels below the current level to be
retrieved.
(DEPRECATED) The number of hierarchy levels below the current level
to be retrieved.
The --recursive-depth option is deprecated; use --hierarchy-depth
instead.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,