1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Feb 11 11:28:24 UTC 2026

This commit is contained in:
Automated 2026-02-11 11:28:25 +00:00
parent 582f364023
commit aaff695a08
2667 changed files with 84754 additions and 68242 deletions

View file

@ -6,7 +6,16 @@ SYNOPSIS
gcloud beta datastream connection-profiles update
(CONNECTION_PROFILE : --location=LOCATION) --type=TYPE
[--display-name=DISPLAY_NAME] [--update-labels=[KEY=VALUE,...]]
[--bucket-name=BUCKET_NAME --root-path=ROOT_PATH
[--clear-labels | --remove-labels=[KEY,...]]
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
| --static-ip-connectivity
| --forward-ssh-hostname=FORWARD_SSH_HOSTNAME
--forward-ssh-port=FORWARD_SSH_PORT; default=22
--forward-ssh-username=FORWARD_SSH_USERNAME
--forward-ssh-password=FORWARD_SSH_PASSWORD
| --forward-ssh-private-key=FORWARD_SSH_PRIVATE_KEY]
[--spanner-host=SPANNER_HOST
| --bucket-name=BUCKET_NAME --root-path=ROOT_PATH
| --database-service=DATABASE_SERVICE
--oracle-hostname=ORACLE_HOSTNAME --oracle-port=ORACLE_PORT
--oracle-username=ORACLE_USERNAME
@ -20,14 +29,6 @@ SYNOPSIS
--mongodb-tls --mongodb-password=MONGODB_PASSWORD
| --mongodb-prompt-for-password
| --mongodb-secret-manager-stored-password=MONGODB_SECRET_MANAGER_STORED_PASSWORD --mongodb-srv-connection-format | --mongodb-standard-connection-format | --mysql-hostname=MYSQL_HOSTNAME --mysql-port=MYSQL_PORT --mysql-username=MYSQL_USERNAME --ca-certificate=CA_CERTIFICATE --client-certificate=CLIENT_CERTIFICATE --client-key=CLIENT_KEY --mysql-password=MYSQL_PASSWORD | --mysql-prompt-for-password | --mysql-secret-manager-stored-password=MYSQL_SECRET_MANAGER_STORED_PASSWORD | --postgresql-database=POSTGRESQL_DATABASE --postgresql-hostname=POSTGRESQL_HOSTNAME --postgresql-port=POSTGRESQL_PORT --postgresql-username=POSTGRESQL_USERNAME --postgresql-ca-certificate=POSTGRESQL_CA_CERTIFICATE --postgresql-server-certificate-hostname=POSTGRESQL_SERVER_CERTIFICATE_HOSTNAME --postgresql-client-certificate=POSTGRESQL_CLIENT_CERTIFICATE --postgresql-client-key=POSTGRESQL_CLIENT_KEY --postgresql-password=POSTGRESQL_PASSWORD | --postgresql-prompt-for-password | --postgresql-secret-manager-stored-password=POSTGRESQL_SECRET_MANAGER_STORED_PASSWORD | --salesforce-domain=SALESFORCE_DOMAIN --salesforce-oauth2-client-id=SALESFORCE_OAUTH2_CLIENT_ID --salesforce-oauth2-client-secret=SALESFORCE_OAUTH2_CLIENT_SECRET | --salesforce-prompt-for-oauth2-client-secret | --salesforce-secret-manager-stored-oauth2-client-secret=SALESFORCE_SECRET_MANAGER_STORED_OAUTH2_CLIENT_SECRET | --salesforce-username=SALESFORCE_USERNAME --salesforce-password=SALESFORCE_PASSWORD | --salesforce-prompt-for-password | --salesforce-secret-manager-stored-password=SALESFORCE_SECRET_MANAGER_STORED_PASSWORD --salesforce-prompt-for-security-token | --salesforce-secret-manager-stored-security-token=SALESFORCE_SECRET_MANAGER_STORED_SECURITY_TOKEN | --salesforce-security-token=SALESFORCE_SECURITY_TOKEN | --sqlserver-database=SQLSERVER_DATABASE --sqlserver-hostname=SQLSERVER_HOSTNAME --sqlserver-port=SQLSERVER_PORT --sqlserver-username=SQLSERVER_USERNAME --sqlserver-password=SQLSERVER_PASSWORD | --sqlserver-prompt-for-password | --sqlserver-secret-manager-stored-password=SQLSERVER_SECRET_MANAGER_STORED_PASSWORD]
[--clear-labels | --remove-labels=[KEY,...]]
[--no-connectivity | --private-connection-name=PRIVATE_CONNECTION_NAME
| --static-ip-connectivity
| --forward-ssh-hostname=FORWARD_SSH_HOSTNAME
--forward-ssh-port=FORWARD_SSH_PORT; default=22
--forward-ssh-username=FORWARD_SSH_USERNAME
--forward-ssh-password=FORWARD_SSH_PASSWORD
| --forward-ssh-private-key=FORWARD_SSH_PRIVATE_KEY]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -114,6 +115,82 @@ OPTIONAL FLAGS
At most one of these can be specified:
--clear-labels
Remove all labels. If --update-labels is also specified then
--clear-labels is applied first.
For example, to remove all labels:
$ gcloud beta datastream connection-profiles update --clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud beta datastream connection-profiles update --clear-labels \
--update-labels foo=bar,baz=qux
--remove-labels=[KEY,...]
List of label keys to remove. If a label does not exist it is
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
At most one of these can be specified:
--no-connectivity
no connectivity
Or at least one of these can be specified:
Private connection resource - Resource ID of the private connection.
This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
▫ provide the argument --private-connection-name on the command
line with a fully specified name;
▫ provide the argument --project on the command line;
▫ set the property core/project.
To set the location attribute:
▫ provide the argument --private-connection-name on the command
line with a fully specified name;
▫ provide the argument --location on the command line.
--private-connection-name=PRIVATE_CONNECTION_NAME
ID of the private_connection or fully qualified identifier for the
private_connection.
To set the private_connection attribute:
▫ provide the argument --private-connection-name on the command
line.
--static-ip-connectivity
use static ip connectivity
Or at least one of these can be specified:
--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
Hostname for the SSH tunnel.
--forward-ssh-port=FORWARD_SSH_PORT; default=22
Port for the SSH tunnel, default value is 22.
--forward-ssh-username=FORWARD_SSH_USERNAME
Username for the SSH tunnel.
At most one of these can be specified:
--forward-ssh-password=FORWARD_SSH_PASSWORD
SSH password.
--forward-ssh-private-key=FORWARD_SSH_PRIVATE_KEY
SSH private key..
At most one of these can be specified:
--spanner-host=SPANNER_HOST
The regional Spanner endpoint. Format:
https://spanner.{region}.rep.googleapis.com.
--bucket-name=BUCKET_NAME
The full project and resource path for Cloud Storage bucket including
the name.
@ -360,74 +437,6 @@ OPTIONAL FLAGS
Path to secret manager, storing the password for the user used to
connect to the database.
At most one of these can be specified:
--clear-labels
Remove all labels. If --update-labels is also specified then
--clear-labels is applied first.
For example, to remove all labels:
$ gcloud beta datastream connection-profiles update --clear-labels
To remove all existing labels and create two new labels, foo and baz:
$ gcloud beta datastream connection-profiles update --clear-labels \
--update-labels foo=bar,baz=qux
--remove-labels=[KEY,...]
List of label keys to remove. If a label does not exist it is
silently ignored. If --update-labels is also specified then
--update-labels is applied first.
At most one of these can be specified:
--no-connectivity
no connectivity
Private connection resource - Resource ID of the private connection.
This represents a Cloud resource. (NOTE) Some attributes are not given
arguments in this group but can be set in other ways.
To set the project attribute:
▸ provide the argument --private-connection-name on the command line
with a fully specified name;
▸ provide the argument --project on the command line;
▸ set the property core/project.
To set the location attribute:
▸ provide the argument --private-connection-name on the command line
with a fully specified name;
▸ provide the argument --location on the command line.
--private-connection-name=PRIVATE_CONNECTION_NAME
ID of the private_connection or fully qualified identifier for the
private_connection.
To set the private_connection attribute:
▫ provide the argument --private-connection-name on the command
line.
--static-ip-connectivity
use static ip connectivity
--forward-ssh-hostname=FORWARD_SSH_HOSTNAME
Hostname for the SSH tunnel.
--forward-ssh-port=FORWARD_SSH_PORT; default=22
Port for the SSH tunnel, default value is 22.
--forward-ssh-username=FORWARD_SSH_USERNAME
Username for the SSH tunnel.
At most one of these can be specified:
--forward-ssh-password=FORWARD_SSH_PASSWORD
SSH password.
--forward-ssh-private-key=FORWARD_SSH_PRIVATE_KEY
SSH private key..
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,