Skip to content

Commit

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

The following keys were added:
- schemas.BackupConfiguration.properties.transactionalLogStorageState (Total Keys: 2)
- schemas.DatabaseInstance.properties.geminiConfig.$ref (Total Keys: 1)
- schemas.DatabaseInstance.properties.replicationCluster.$ref (Total Keys: 1)
- schemas.GeminiInstanceConfig (Total Keys: 12)
- schemas.ReplicationCluster (Total Keys: 5)
- schemas.SqlInstancesStartExternalSyncRequest.properties.migrationType.type (Total Keys: 1)
- schemas.SqlInstancesVerifyExternalSyncSettingsRequest.properties.migrationType.type (Total Keys: 1)

#### sqladmin:v1beta4

The following keys were added:
- schemas.BackupConfiguration.properties.transactionalLogStorageState (Total Keys: 2)
- schemas.DatabaseInstance.properties.geminiConfig.$ref (Total Keys: 1)
- schemas.DatabaseInstance.properties.replicationCluster.$ref (Total Keys: 1)
- schemas.GeminiInstanceConfig (Total Keys: 12)
- schemas.ReplicationCluster (Total Keys: 5)
- schemas.SqlInstancesStartExternalSyncRequest.properties.migrationType.type (Total Keys: 1)
- schemas.SqlInstancesVerifyExternalSyncSettingsRequest.properties.migrationType.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent 1d741c7 commit a63fec8
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 18 deletions.
75 changes: 70 additions & 5 deletions docs/dyn/sqladmin_v1.instances.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/dyn/sqladmin_v1.projects.instances.html
Expand Up @@ -541,6 +541,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Instance start external sync request.
&quot;migrationType&quot;: &quot;A String&quot;, # Optional. MigrationType decides if the migration is a physical file based migration or logical migration.
&quot;mysqlSyncConfig&quot;: { # MySQL-specific external server sync settings. # MySQL-specific settings for start external sync.
&quot;initialSyncFlags&quot;: [ # Flags to use for the initial dump.
{ # Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.
Expand Down Expand Up @@ -678,6 +679,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Instance verify external sync settings request.
&quot;migrationType&quot;: &quot;A String&quot;, # Optional. MigrationType decides if the migration is a physical file based migration or logical migration
&quot;mysqlSyncConfig&quot;: { # MySQL-specific external server sync settings. # Optional. MySQL-specific settings for start external sync.
&quot;initialSyncFlags&quot;: [ # Flags to use for the initial dump.
{ # Initial sync flags for certain Cloud SQL APIs. Currently used for the MySQL external server initial dump.
Expand Down

0 comments on commit a63fec8

Please sign in to comment.