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.DatabaseInstance.properties.createTime (Total Keys: 3)
- schemas.DemoteMasterContext.properties.skipReplicationSetup.type (Total Keys: 1)
- schemas.InstanceReference (Total Keys: 5)
- schemas.MySqlSyncConfig.properties.initialSyncFlags (Total Keys: 2)
- schemas.OnPremisesConfiguration.properties.sourceInstance.$ref (Total Keys: 1)
- schemas.SyncFlags (Total Keys: 4)

#### sqladmin:v1beta4

The following keys were added:
- schemas.DatabaseInstance.properties.createTime (Total Keys: 3)
- schemas.DemoteMasterContext.properties.skipReplicationSetup.type (Total Keys: 1)
- schemas.InstanceReference (Total Keys: 5)
- schemas.MySqlSyncConfig.properties.initialSyncFlags (Total Keys: 2)
- schemas.OnPremisesConfiguration.properties.sourceInstance.$ref (Total Keys: 1)
- schemas.SyncFlags (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Aug 31, 2021
1 parent 8354a93 commit 552d62b
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 22 deletions.
41 changes: 36 additions & 5 deletions docs/dyn/sqladmin_v1.instances.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/dyn/sqladmin_v1.projects.instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ <h3>Method Details</h3>

{ # Instance start external sync request.
&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.
&quot;name&quot;: &quot;A String&quot;, # The name of the flag.
&quot;value&quot;: &quot;A String&quot;, # The value of the flag. This field must be omitted if the flag doesn&#x27;t take a value.
},
],
},
&quot;skipVerification&quot;: True or False, # Whether to skip the verification step (VESS).
&quot;syncMode&quot;: &quot;A String&quot;, # External sync mode.
Expand Down Expand Up @@ -296,6 +302,12 @@ <h3>Method Details</h3>

{ # Instance verify external sync settings request.
&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.
&quot;name&quot;: &quot;A String&quot;, # The name of the flag.
&quot;value&quot;: &quot;A String&quot;, # The value of the flag. This field must be omitted if the flag doesn&#x27;t take a value.
},
],
},
&quot;syncMode&quot;: &quot;A String&quot;, # External sync mode
&quot;verifyConnectionOnly&quot;: True or False, # Flag to enable verifying connection only
Expand Down
Loading

0 comments on commit 552d62b

Please sign in to comment.