public final class SqlInstancesVerifyExternalSyncSettingsRequest
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud SQL Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlInstancesVerifyExternalSyncSettingsRequest() |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SqlInstancesVerifyExternalSyncSettingsRequest()
public String getMigrationType()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setMigrationType(String migrationType)
migrationType - migrationType or null for nonepublic MySqlSyncConfig getMysqlSyncConfig()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setMysqlSyncConfig(MySqlSyncConfig mysqlSyncConfig)
mysqlSyncConfig - mysqlSyncConfig or null for nonepublic List<ExternalSyncSelectedObject> getSelectedObjects()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setSelectedObjects(List<ExternalSyncSelectedObject> selectedObjects)
selectedObjects - selectedObjects or null for nonepublic String getSyncMode()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setSyncMode(String syncMode)
syncMode - syncMode or null for nonepublic String getSyncParallelLevel()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setSyncParallelLevel(String syncParallelLevel)
syncParallelLevel - syncParallelLevel or null for nonepublic Boolean getVerifyConnectionOnly()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setVerifyConnectionOnly(Boolean verifyConnectionOnly)
verifyConnectionOnly - verifyConnectionOnly or null for nonepublic Boolean getVerifyReplicationOnly()
null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest setVerifyReplicationOnly(Boolean verifyReplicationOnly)
verifyReplicationOnly - verifyReplicationOnly or null for nonepublic SqlInstancesVerifyExternalSyncSettingsRequest set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SqlInstancesVerifyExternalSyncSettingsRequest clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.