Skip to content

Commit bfb2b7f

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.ExternalSyncSelectedObject (Total Keys: 3) - schemas.OnPremisesConfiguration.properties.selectedObjects (Total Keys: 2) - schemas.OnPremisesConfiguration.properties.sslOption.type (Total Keys: 1) - schemas.SelectedObjects (Total Keys: 3) - schemas.SqlInstancesVerifyExternalSyncSettingsRequest.properties.selectedObjects (Total Keys: 2) #### sqladmin:v1beta4 The following keys were deleted: - resources.instances.methods.delete.parameters.finalBackupExpiryTime (Total Keys: 3) - resources.instances.methods.delete.parameters.finalBackupTtlDays (Total Keys: 3) The following keys were added: - schemas.ExternalSyncSelectedObject (Total Keys: 3) - schemas.OnPremisesConfiguration.properties.selectedObjects (Total Keys: 2) - schemas.OnPremisesConfiguration.properties.sslOption.type (Total Keys: 1) - schemas.SelectedObjects (Total Keys: 3) - schemas.SqlInstancesVerifyExternalSyncSettingsRequest.properties.selectedObjects (Total Keys: 2)
1 parent 9b0e144 commit bfb2b7f

File tree

6 files changed

+386
-184
lines changed

6 files changed

+386
-184
lines changed

docs/dyn/sqladmin_v1.instances.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,11 +1650,17 @@ <h3>Method Details</h3>
16501650
&quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
16511651
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#onPremisesConfiguration`.
16521652
&quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
1653+
&quot;selectedObjects&quot;: [ # Optional. A list of objects that the user selects for replication from an external source instance.
1654+
{ # A list of objects that the user selects for replication from an external source instance.
1655+
&quot;database&quot;: &quot;A String&quot;, # Required. The name of the database to migrate.
1656+
},
1657+
],
16531658
&quot;sourceInstance&quot;: { # Reference to another Cloud SQL instance. # The reference to Cloud SQL instance if the source is Cloud SQL.
16541659
&quot;name&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance being referenced. This does not include the project ID.
16551660
&quot;project&quot;: &quot;A String&quot;, # The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
16561661
&quot;region&quot;: &quot;A String&quot;, # The region of the Cloud SQL instance being referenced.
16571662
},
1663+
&quot;sslOption&quot;: &quot;A String&quot;, # Optional. SSL option for replica connection to the on-premises source.
16581664
&quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
16591665
},
16601666
&quot;outOfDiskReport&quot;: { # This message wraps up the information written by out-of-disk detection job. # This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
@@ -2105,11 +2111,17 @@ <h3>Method Details</h3>
21052111
&quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
21062112
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#onPremisesConfiguration`.
21072113
&quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
2114+
&quot;selectedObjects&quot;: [ # Optional. A list of objects that the user selects for replication from an external source instance.
2115+
{ # A list of objects that the user selects for replication from an external source instance.
2116+
&quot;database&quot;: &quot;A String&quot;, # Required. The name of the database to migrate.
2117+
},
2118+
],
21082119
&quot;sourceInstance&quot;: { # Reference to another Cloud SQL instance. # The reference to Cloud SQL instance if the source is Cloud SQL.
21092120
&quot;name&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance being referenced. This does not include the project ID.
21102121
&quot;project&quot;: &quot;A String&quot;, # The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
21112122
&quot;region&quot;: &quot;A String&quot;, # The region of the Cloud SQL instance being referenced.
21122123
},
2124+
&quot;sslOption&quot;: &quot;A String&quot;, # Optional. SSL option for replica connection to the on-premises source.
21132125
&quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
21142126
},
21152127
&quot;outOfDiskReport&quot;: { # This message wraps up the information written by out-of-disk detection job. # This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
@@ -2518,11 +2530,17 @@ <h3>Method Details</h3>
25182530
&quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
25192531
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#onPremisesConfiguration`.
25202532
&quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
2533+
&quot;selectedObjects&quot;: [ # Optional. A list of objects that the user selects for replication from an external source instance.
2534+
{ # A list of objects that the user selects for replication from an external source instance.
2535+
&quot;database&quot;: &quot;A String&quot;, # Required. The name of the database to migrate.
2536+
},
2537+
],
25212538
&quot;sourceInstance&quot;: { # Reference to another Cloud SQL instance. # The reference to Cloud SQL instance if the source is Cloud SQL.
25222539
&quot;name&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance being referenced. This does not include the project ID.
25232540
&quot;project&quot;: &quot;A String&quot;, # The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
25242541
&quot;region&quot;: &quot;A String&quot;, # The region of the Cloud SQL instance being referenced.
25252542
},
2543+
&quot;sslOption&quot;: &quot;A String&quot;, # Optional. SSL option for replica connection to the on-premises source.
25262544
&quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
25272545
},
25282546
&quot;outOfDiskReport&quot;: { # This message wraps up the information written by out-of-disk detection job. # This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
@@ -2855,11 +2873,17 @@ <h3>Method Details</h3>
28552873
&quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
28562874
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#onPremisesConfiguration`.
28572875
&quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
2876+
&quot;selectedObjects&quot;: [ # Optional. A list of objects that the user selects for replication from an external source instance.
2877+
{ # A list of objects that the user selects for replication from an external source instance.
2878+
&quot;database&quot;: &quot;A String&quot;, # Required. The name of the database to migrate.
2879+
},
2880+
],
28582881
&quot;sourceInstance&quot;: { # Reference to another Cloud SQL instance. # The reference to Cloud SQL instance if the source is Cloud SQL.
28592882
&quot;name&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance being referenced. This does not include the project ID.
28602883
&quot;project&quot;: &quot;A String&quot;, # The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
28612884
&quot;region&quot;: &quot;A String&quot;, # The region of the Cloud SQL instance being referenced.
28622885
},
2886+
&quot;sslOption&quot;: &quot;A String&quot;, # Optional. SSL option for replica connection to the on-premises source.
28632887
&quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
28642888
},
28652889
&quot;outOfDiskReport&quot;: { # This message wraps up the information written by out-of-disk detection job. # This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job
@@ -4663,11 +4687,17 @@ <h3>Method Details</h3>
46634687
&quot;hostPort&quot;: &quot;A String&quot;, # The host and port of the on-premises instance in host:port format
46644688
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#onPremisesConfiguration`.
46654689
&quot;password&quot;: &quot;A String&quot;, # The password for connecting to on-premises instance.
4690+
&quot;selectedObjects&quot;: [ # Optional. A list of objects that the user selects for replication from an external source instance.
4691+
{ # A list of objects that the user selects for replication from an external source instance.
4692+
&quot;database&quot;: &quot;A String&quot;, # Required. The name of the database to migrate.
4693+
},
4694+
],
46664695
&quot;sourceInstance&quot;: { # Reference to another Cloud SQL instance. # The reference to Cloud SQL instance if the source is Cloud SQL.
46674696
&quot;name&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance being referenced. This does not include the project ID.
46684697
&quot;project&quot;: &quot;A String&quot;, # The project ID of the Cloud SQL instance being referenced. The default is the same project ID as the instance references it.
46694698
&quot;region&quot;: &quot;A String&quot;, # The region of the Cloud SQL instance being referenced.
46704699
},
4700+
&quot;sslOption&quot;: &quot;A String&quot;, # Optional. SSL option for replica connection to the on-premises source.
46714701
&quot;username&quot;: &quot;A String&quot;, # The username for connecting to on-premises instance.
46724702
},
46734703
&quot;outOfDiskReport&quot;: { # This message wraps up the information written by out-of-disk detection job. # This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job

docs/dyn/sqladmin_v1.projects.instances.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,11 @@ <h3>Method Details</h3>
744744
},
745745
],
746746
},
747+
&quot;selectedObjects&quot;: [ # Optional. Migrate only the specified objects from the source instance. If this field is empty, then migrate all objects.
748+
{ # The selected object that Cloud SQL migrates.
749+
&quot;database&quot;: &quot;A String&quot;, # The name of the database that Cloud SQL migrates.
750+
},
751+
],
747752
&quot;syncMode&quot;: &quot;A String&quot;, # External sync mode
748753
&quot;syncParallelLevel&quot;: &quot;A String&quot;, # Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.
749754
&quot;verifyConnectionOnly&quot;: True or False, # Flag to enable verifying connection only

0 commit comments

Comments
 (0)