Skip to content

Commit 51d9844

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.DiscoverConnectionProfileRequest.properties.sqlServerRdbms.$ref (Total Keys: 1) - schemas.DiscoverConnectionProfileResponse.properties.sqlServerRdbms.$ref (Total Keys: 1)
1 parent cf27327 commit 51d9844

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

docs/dyn/datastream_v1.projects.locations.connectionProfiles.html

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,30 @@ <h3>Method Details</h3>
408408
},
409409
],
410410
},
411+
&quot;sqlServerRdbms&quot;: { # SQLServer database structure. # SQLServer RDBMS to enrich with child data objects and metadata.
412+
&quot;schemas&quot;: [ # SQLServer schemas in the database server.
413+
{ # SQLServer schema.
414+
&quot;schema&quot;: &quot;A String&quot;, # Schema name.
415+
&quot;tables&quot;: [ # Tables in the schema.
416+
{ # SQLServer table.
417+
&quot;columns&quot;: [ # SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
418+
{ # SQLServer Column.
419+
&quot;column&quot;: &quot;A String&quot;, # Column name.
420+
&quot;dataType&quot;: &quot;A String&quot;, # The SQLServer data type.
421+
&quot;length&quot;: 42, # Column length.
422+
&quot;nullable&quot;: True or False, # Whether or not the column can accept a null value.
423+
&quot;ordinalPosition&quot;: 42, # The ordinal position of the column in the table.
424+
&quot;precision&quot;: 42, # Column precision.
425+
&quot;primaryKey&quot;: True or False, # Whether or not the column represents a primary key.
426+
&quot;scale&quot;: 42, # Column scale.
427+
},
428+
],
429+
&quot;table&quot;: &quot;A String&quot;, # Table name.
430+
},
431+
],
432+
},
433+
],
434+
},
411435
}
412436

413437
x__xgafv: string, V1 error format.
@@ -493,6 +517,30 @@ <h3>Method Details</h3>
493517
},
494518
],
495519
},
520+
&quot;sqlServerRdbms&quot;: { # SQLServer database structure. # Enriched SQLServer RDBMS object.
521+
&quot;schemas&quot;: [ # SQLServer schemas in the database server.
522+
{ # SQLServer schema.
523+
&quot;schema&quot;: &quot;A String&quot;, # Schema name.
524+
&quot;tables&quot;: [ # Tables in the schema.
525+
{ # SQLServer table.
526+
&quot;columns&quot;: [ # SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
527+
{ # SQLServer Column.
528+
&quot;column&quot;: &quot;A String&quot;, # Column name.
529+
&quot;dataType&quot;: &quot;A String&quot;, # The SQLServer data type.
530+
&quot;length&quot;: 42, # Column length.
531+
&quot;nullable&quot;: True or False, # Whether or not the column can accept a null value.
532+
&quot;ordinalPosition&quot;: 42, # The ordinal position of the column in the table.
533+
&quot;precision&quot;: 42, # Column precision.
534+
&quot;primaryKey&quot;: True or False, # Whether or not the column represents a primary key.
535+
&quot;scale&quot;: 42, # Column scale.
536+
},
537+
],
538+
&quot;table&quot;: &quot;A String&quot;, # Table name.
539+
},
540+
],
541+
},
542+
],
543+
},
496544
}</pre>
497545
</div>
498546

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@
12501250
}
12511251
}
12521252
},
1253-
"revision": "20240515",
1253+
"revision": "20240529",
12541254
"rootUrl": "https://datastream.googleapis.com/",
12551255
"schemas": {
12561256
"AppendOnly": {
@@ -1560,6 +1560,10 @@
15601560
"postgresqlRdbms": {
15611561
"$ref": "PostgresqlRdbms",
15621562
"description": "PostgreSQL RDBMS to enrich with child data objects and metadata."
1563+
},
1564+
"sqlServerRdbms": {
1565+
"$ref": "SqlServerRdbms",
1566+
"description": "SQLServer RDBMS to enrich with child data objects and metadata."
15631567
}
15641568
},
15651569
"type": "object"
@@ -1579,6 +1583,10 @@
15791583
"postgresqlRdbms": {
15801584
"$ref": "PostgresqlRdbms",
15811585
"description": "Enriched PostgreSQL RDBMS object."
1586+
},
1587+
"sqlServerRdbms": {
1588+
"$ref": "SqlServerRdbms",
1589+
"description": "Enriched SQLServer RDBMS object."
15821590
}
15831591
},
15841592
"type": "object"

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@
12241224
}
12251225
}
12261226
},
1227-
"revision": "20240515",
1227+
"revision": "20240529",
12281228
"rootUrl": "https://datastream.googleapis.com/",
12291229
"schemas": {
12301230
"AvroFileFormat": {

0 commit comments

Comments
 (0)