1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Oct 26 10:52:11 UTC 2022

This commit is contained in:
Automated 2022-10-26 10:52:11 +00:00
parent 5c08d21169
commit 235c67283b
Failed to extract signature
215 changed files with 6787 additions and 1005 deletions

View file

@ -4,7 +4,9 @@ NAME
SYNOPSIS
gcloud datastream objects lookup
(--mysql-database=MYSQL_DATABASE --mysql-table=MYSQL_TABLE
| --oracle-schema=ORACLE_SCHEMA --oracle-table=ORACLE_TABLE)
| --oracle-schema=ORACLE_SCHEMA --oracle-table=ORACLE_TABLE
| --postgresql-schema=POSTGRESQL_SCHEMA
--postgresql-table=POSTGRESQL_TABLE)
(--stream=STREAM : --location=LOCATION) [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -23,6 +25,12 @@ EXAMPLES
--location=us-central1 --oracle-schema=my-schema \
--oracle-table=my-table
To lookup an existing PostgreSQL stream object:
$ gcloud datastream objects lookup --stream=my-stream \
--location=us-central1 --postgresql-schema=my-schema \
--postgresql-table=my-table
REQUIRED FLAGS
Exactly one of these must be specified:
@ -50,6 +58,18 @@ REQUIRED FLAGS
This flag argument must be specified if any of the other arguments in
this group are specified.
--postgresql-schema=POSTGRESQL_SCHEMA
PostgreSQL schema for the object.
This flag argument must be specified if any of the other arguments in
this group are specified.
--postgresql-table=POSTGRESQL_TABLE
PostgreSQL table for the object.
This flag argument must be specified if any of the other arguments in
this group are specified.
Stream resource - The stream to list objects for. The arguments in this
group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other