Skip to content

Commit 6a3e22f

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.PostgreSqlConnectionProfile.properties.database.type (Total Keys: 1)
1 parent fe4ac00 commit 6a3e22f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ <h3>Method Details</h3>
283283
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
284284
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
285285
&quot;cloudSqlId&quot;: &quot;A String&quot;, # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
286+
&quot;database&quot;: &quot;A String&quot;, # Optional. The name of the specific database within the host.
286287
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
287288
&quot;networkArchitecture&quot;: &quot;A String&quot;, # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it&#x27;s associated with.
288289
&quot;password&quot;: &quot;A String&quot;, # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -588,6 +589,7 @@ <h3>Method Details</h3>
588589
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
589590
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
590591
&quot;cloudSqlId&quot;: &quot;A String&quot;, # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
592+
&quot;database&quot;: &quot;A String&quot;, # Optional. The name of the specific database within the host.
591593
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
592594
&quot;networkArchitecture&quot;: &quot;A String&quot;, # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it&#x27;s associated with.
593595
&quot;password&quot;: &quot;A String&quot;, # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -878,6 +880,7 @@ <h3>Method Details</h3>
878880
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
879881
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
880882
&quot;cloudSqlId&quot;: &quot;A String&quot;, # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
883+
&quot;database&quot;: &quot;A String&quot;, # Optional. The name of the specific database within the host.
881884
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
882885
&quot;networkArchitecture&quot;: &quot;A String&quot;, # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it&#x27;s associated with.
883886
&quot;password&quot;: &quot;A String&quot;, # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.
@@ -1129,6 +1132,7 @@ <h3>Method Details</h3>
11291132
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
11301133
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
11311134
&quot;cloudSqlId&quot;: &quot;A String&quot;, # If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
1135+
&quot;database&quot;: &quot;A String&quot;, # Optional. The name of the specific database within the host.
11321136
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
11331137
&quot;networkArchitecture&quot;: &quot;A String&quot;, # Output only. If the source is a Cloud SQL database, this field indicates the network architecture it&#x27;s associated with.
11341138
&quot;password&quot;: &quot;A String&quot;, # Required. Input only. The password for the user that Database Migration Service will be using to connect to the database. This field is not returned on request, and the value is encrypted when stored in Database Migration Service.

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@
22182218
}
22192219
}
22202220
},
2221-
"revision": "20241022",
2221+
"revision": "20241109",
22222222
"rootUrl": "https://datamigration.googleapis.com/",
22232223
"schemas": {
22242224
"AlloyDbConnectionProfile": {
@@ -5269,6 +5269,10 @@
52695269
"description": "If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.",
52705270
"type": "string"
52715271
},
5272+
"database": {
5273+
"description": "Optional. The name of the specific database within the host.",
5274+
"type": "string"
5275+
},
52725276
"host": {
52735277
"description": "Required. The IP or hostname of the source PostgreSQL database.",
52745278
"type": "string"

0 commit comments

Comments
 (0)