mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 13 08:33:42 UTC 2022
This commit is contained in:
parent
f88a614da8
commit
9dcb91c709
143 changed files with 4432 additions and 242 deletions
|
|
@ -26,7 +26,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Create a Datastream connection profile
|
||||
(BETA) (DEPRECATED) Datastream beta version is deprecated. Please
|
||||
use`gcloud datastream connection-profiles create command instead.
|
||||
|
||||
Create a Datastream connection profile
|
||||
|
||||
EXAMPLES
|
||||
To create a connection profile for Oracle:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
(CONNECTION_PROFILE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Deletes a connection profile.
|
||||
(BETA) (DEPRECATED) This command has been deprecated. Use gcloud datastream
|
||||
connection_profiles delete instead.
|
||||
|
||||
Deletes a connection profile.
|
||||
|
||||
EXAMPLES
|
||||
To delete a connection profile:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,10 @@ SYNOPSIS
|
|||
(CONNECTION_PROFILE : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Show details about a connection profile.
|
||||
(BETA) (DEPRECATED) This command has been deprecated. Use gcloud datastream
|
||||
connection_profiles describe instead.
|
||||
|
||||
Show details about a connection profile.
|
||||
|
||||
EXAMPLES
|
||||
To show details about a connection profile, run:
|
||||
|
|
|
|||
|
|
@ -12,8 +12,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Discover data objects accessible from a Datastream connection
|
||||
profile
|
||||
(BETA) (DEPRECATED) Datastream beta version is deprecated. Please
|
||||
use`gcloud datastream connection-profiles discover command instead.
|
||||
|
||||
Discover data objects accessible from a Datastream connection profile
|
||||
|
||||
EXAMPLES
|
||||
To discover an existing connection profile:
|
||||
|
|
|
|||
|
|
@ -17,22 +17,22 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Create a Datastream connection profile.
|
||||
(BETA) (DEPRECATED) Create a Datastream connection profile.
|
||||
|
||||
delete
|
||||
(BETA) Delete a Datastream connection profile.
|
||||
(BETA) (DEPRECATED) Delete a Datastream connection profile.
|
||||
|
||||
describe
|
||||
(BETA) Show details about a Datastream connection profile.
|
||||
(BETA) (DEPRECATED) Show details about a Datastream connection profile.
|
||||
|
||||
discover
|
||||
(BETA) Discover a Datastream connection profile.
|
||||
(BETA) (DEPRECATED) Discover a Datastream connection profile.
|
||||
|
||||
list
|
||||
(BETA) List Datastream connection profiles.
|
||||
(BETA) (DEPRECATED) List Datastream connection profiles.
|
||||
|
||||
update
|
||||
(BETA) Update a Datastream connection profile.
|
||||
(BETA) (DEPRECATED) Update a Datastream connection profile.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
|
|
|
|||
|
|
@ -8,7 +8,12 @@ SYNOPSIS
|
|||
[--sort-by=[FIELD,...]] [--uri] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) List connection profiles.
|
||||
(BETA) (DEPRECATED) List Datastream connection profiles.
|
||||
|
||||
Datastream beta version is deprecated. Please use`gcloud datastream
|
||||
connection-profiles list command instead.
|
||||
|
||||
List connection profiles.
|
||||
|
||||
EXAMPLES
|
||||
To list all connection profiles in a project and location 'us-central1',
|
||||
|
|
|
|||
|
|
@ -27,7 +27,10 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Updates a Datastream connection profile
|
||||
(BETA) (DEPRECATED) Datastream beta version is deprecated. Please
|
||||
use`gcloud datastream connection-profiles update command instead.
|
||||
|
||||
Updates a Datastream connection profile
|
||||
|
||||
EXAMPLES
|
||||
To update a connection profile for Oracle:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue