Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 305822f

Browse files
committedNov 7, 2023
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.PostgreSqlConnectionProfile.properties.alloydbClusterId.type (Total Keys: 1)
1 parent e550b19 commit 305822f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ <h3>Method Details</h3>
253253
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
254254
},
255255
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
256+
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
256257
&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.
257258
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
258259
&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.
@@ -495,6 +496,7 @@ <h3>Method Details</h3>
495496
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
496497
},
497498
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
499+
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
498500
&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.
499501
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
500502
&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.
@@ -722,6 +724,7 @@ <h3>Method Details</h3>
722724
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
723725
},
724726
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
727+
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
725728
&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.
726729
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
727730
&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.
@@ -910,6 +913,7 @@ <h3>Method Details</h3>
910913
&quot;username&quot;: &quot;A String&quot;, # Required. The username that Database Migration Service will use to connect to the database. The value is encrypted when stored in Database Migration Service.
911914
},
912915
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
916+
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
913917
&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.
914918
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
915919
&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.

‎googleapiclient/discovery_cache/documents/datamigration.v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20231018",
2100+
"revision": "20231031",
21012101
"rootUrl": "https://datamigration.googleapis.com/",
21022102
"schemas": {
21032103
"AlloyDbConnectionProfile": {
@@ -4866,6 +4866,10 @@
48664866
"description": "Specifies connection parameters required specifically for PostgreSQL databases.",
48674867
"id": "PostgreSqlConnectionProfile",
48684868
"properties": {
4869+
"alloydbClusterId": {
4870+
"description": "Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.",
4871+
"type": "string"
4872+
},
48694873
"cloudSqlId": {
48704874
"description": "If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.",
48714875
"type": "string"

‎googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
}
10501050
}
10511051
},
1052-
"revision": "20231018",
1052+
"revision": "20231031",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.