lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.37.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.38.0
- old
+ new
@@ -152,10 +152,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Empty
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ExportContext
class Representation < Google::Apis::Core::JsonRepresentation; end
class BakExportOptions
class Representation < Google::Apis::Core::JsonRepresentation; end
@@ -698,11 +704,10 @@
collection :database_names, as: 'databaseNames'
property :destination_instance_name, as: 'destinationInstanceName'
property :kind, as: 'kind'
property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
property :point_in_time, as: 'pointInTime'
- property :preferred_zone, as: 'preferredZone'
end
end
class ConnectSettings
# @private
@@ -867,10 +872,16 @@
property :kind, as: 'kind'
property :kms_key_version_name, as: 'kmsKeyVersionName'
end
end
+ class Empty
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class ExportContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bak_export_options, as: 'bakExportOptions', class: Google::Apis::SqladminV1::ExportContext::BakExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::BakExportOptions::Representation
@@ -1435,9 +1446,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1::MySqlSyncConfig, decorator: Google::Apis::SqladminV1::MySqlSyncConfig::Representation
property :skip_verification, as: 'skipVerification'
property :sync_mode, as: 'syncMode'
+ property :sync_parallel_level, as: 'syncParallelLevel'
end
end
class SqlInstancesVerifyExternalSyncSettingsRequest
# @private