You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"privateConnection": "A String", # Required. A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
160
169
},
@@ -243,6 +252,8 @@ <h3>Method Details</h3>
243
252
244
253
{ # Request message for 'discover' ConnectionProfile request.
245
254
"connectionProfile": { # A set of reusable connection configurations to be used as a source or destination for a stream. # An ad-hoc connection profile configuration.
"privateConnection": "A String", # Required. A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
289
307
},
@@ -342,6 +360,30 @@ <h3>Method Details</h3>
342
360
},
343
361
],
344
362
},
363
+
"postgresqlRdbms": { # PostgreSQL database structure. # PostgreSQL RDBMS to enrich with child data objects and metadata.
364
+
"postgresqlSchemas": [ # PostgreSQL schemas in the database server.
365
+
{ # PostgreSQL schema.
366
+
"postgresqlTables": [ # Tables in the schema.
367
+
{ # PostgreSQL table.
368
+
"postgresqlColumns": [ # PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
"postgresqlSchemas": [ # PostgreSQL schemas in the database server.
448
+
{ # PostgreSQL schema.
449
+
"postgresqlTables": [ # Tables in the schema.
450
+
{ # PostgreSQL table.
451
+
"postgresqlColumns": [ # PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
"privateConnection": "A String", # Required. A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
465
540
},
@@ -490,6 +565,8 @@ <h3>Method Details</h3>
490
565
{ # Response message for listing connection profiles.
491
566
"connectionProfiles": [ # List of connection profiles.
492
567
{ # A set of reusable connection configurations to be used as a source or destination for a stream.
"privateConnection": "A String", # Required. A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
536
620
},
@@ -570,6 +654,8 @@ <h3>Method Details</h3>
570
654
The object takes the form of:
571
655
572
656
{ # A set of reusable connection configurations to be used as a source or destination for a stream.
"privateConnection": "A String", # Required. A reference to a private connection resource. Format: `projects/{project}/locations/{location}/privateConnections/{name}`
0 commit comments