Skip to content

Commit

Permalink
feat(datamigration): update the api
Browse files Browse the repository at this point in the history
#### datamigration:v1

The following keys were added:
- schemas.PostgreSqlConnectionProfile.properties.alloydbClusterId.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 7, 2023
1 parent e550b19 commit 305822f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Expand Up @@ -253,6 +253,7 @@ <h3>Method Details</h3>
&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.
},
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
&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.
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
&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.
Expand Down Expand Up @@ -495,6 +496,7 @@ <h3>Method Details</h3>
&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.
},
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
&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.
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
&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.
Expand Down Expand Up @@ -722,6 +724,7 @@ <h3>Method Details</h3>
&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.
},
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
&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.
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
&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.
Expand Down Expand Up @@ -910,6 +913,7 @@ <h3>Method Details</h3>
&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.
},
&quot;postgresql&quot;: { # Specifies connection parameters required specifically for PostgreSQL databases. # A PostgreSQL database connection profile.
&quot;alloydbClusterId&quot;: &quot;A String&quot;, # Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.
&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.
&quot;host&quot;: &quot;A String&quot;, # Required. The IP or hostname of the source PostgreSQL database.
&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.
Expand Down
Expand Up @@ -2097,7 +2097,7 @@
}
}
},
"revision": "20231018",
"revision": "20231031",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -4866,6 +4866,10 @@
"description": "Specifies connection parameters required specifically for PostgreSQL databases.",
"id": "PostgreSqlConnectionProfile",
"properties": {
"alloydbClusterId": {
"description": "Optional. If the destination is an AlloyDB database, use this field to provide the AlloyDB cluster ID.",
"type": "string"
},
"cloudSqlId": {
"description": "If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.",
"type": "string"
Expand Down
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20231018",
"revision": "20231031",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down

0 comments on commit 305822f

Please sign in to comment.