lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.54.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.55.0
- old
+ new
@@ -26,10 +26,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AcquireSsrsLeaseContext
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class AdvancedMachineFeatures
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -272,10 +278,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesAcquireSsrsLeaseRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class InstancesCloneRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -482,10 +494,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class SqlInstancesAcquireSsrsLeaseResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SqlInstancesGetDiskShrinkConfigResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -494,10 +512,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class SqlInstancesReleaseSsrsLeaseResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SqlInstancesRescheduleMaintenanceRequestBody
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -642,10 +666,20 @@
property :name, as: 'name'
property :value, as: 'value'
end
end
+ class AcquireSsrsLeaseContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :duration, as: 'duration'
+ property :report_database, as: 'reportDatabase'
+ property :service_login, as: 'serviceLogin'
+ property :setup_login, as: 'setupLogin'
+ end
+ end
+
class AdvancedMachineFeatures
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :threads_per_core, as: 'threadsPerCore'
end
@@ -1130,10 +1164,18 @@
property :project, as: 'project'
property :region, as: 'region'
end
end
+ class InstancesAcquireSsrsLeaseRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1::AcquireSsrsLeaseContext::Representation
+
+ end
+ end
+
class InstancesCloneRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1::CloneContext, decorator: Google::Apis::SqladminV1::CloneContext::Representation
@@ -1321,10 +1363,12 @@
end
class Operation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :acquire_ssrs_lease_context, as: 'acquireSsrsLeaseContext', class: Google::Apis::SqladminV1::AcquireSsrsLeaseContext, decorator: Google::Apis::SqladminV1::AcquireSsrsLeaseContext::Representation
+
property :api_warning, as: 'apiWarning', class: Google::Apis::SqladminV1::ApiWarning, decorator: Google::Apis::SqladminV1::ApiWarning::Representation
property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1::BackupContext, decorator: Google::Apis::SqladminV1::BackupContext::Representation
property :end_time, as: 'endTime'
@@ -1486,10 +1530,11 @@
property :database_replication_enabled, as: 'databaseReplicationEnabled'
property :deletion_protection_enabled, as: 'deletionProtectionEnabled'
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1::DenyMaintenancePeriod::Representation
property :edition, as: 'edition'
+ property :enable_google_ml_integration, as: 'enableGoogleMlIntegration'
property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1::InsightsConfig, decorator: Google::Apis::SqladminV1::InsightsConfig::Representation
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1::IpConfiguration, decorator: Google::Apis::SqladminV1::IpConfiguration::Representation
property :kind, as: 'kind'
@@ -1527,10 +1572,17 @@
property :kind, as: 'kind'
property :type, as: 'type'
end
end
+ class SqlInstancesAcquireSsrsLeaseResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :operation_id, as: 'operationId'
+ end
+ end
+
class SqlInstancesGetDiskShrinkConfigResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
property :message, as: 'message'
@@ -1544,10 +1596,17 @@
property :kind, as: 'kind'
property :latest_recovery_time, as: 'latestRecoveryTime'
end
end
+ class SqlInstancesReleaseSsrsLeaseResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :operation_id, as: 'operationId'
+ end
+ end
+
class SqlInstancesRescheduleMaintenanceRequestBody
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :reschedule, as: 'reschedule', class: Google::Apis::SqladminV1::Reschedule, decorator: Google::Apis::SqladminV1::Reschedule::Representation
@@ -1575,9 +1634,10 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :mysql_sync_config, as: 'mysqlSyncConfig', class: Google::Apis::SqladminV1::MySqlSyncConfig, decorator: Google::Apis::SqladminV1::MySqlSyncConfig::Representation
property :sync_mode, as: 'syncMode'
+ property :sync_parallel_level, as: 'syncParallelLevel'
property :verify_connection_only, as: 'verifyConnectionOnly'
property :verify_replication_only, as: 'verifyReplicationOnly'
end
end