mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -54,6 +54,11 @@ EXAMPLES
|
|||
--bucket=fake-bucket --root-path=/root/path \
|
||||
--display-name=my-profile
|
||||
|
||||
To update a connection profile for Google Cloud Storage:
|
||||
|
||||
$ gcloud datastream connection-profiles update CONNECTION_PROFILE \
|
||||
--location=us-central1 --type=bigquery --display-name=my-profile
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Connection profile resource - The connection profile to update. The
|
||||
arguments in this group can be used to specify the attributes of this
|
||||
|
|
@ -83,7 +88,7 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--type=TYPE
|
||||
Type can be MYSQL, ORACLE or GOOGLE-CLOUD-STORAGE
|
||||
Type can be MYSQL, ORACLE, GOOGLE-CLOUD-STORAGE or BIGQUERY
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--display-name=DISPLAY_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue