generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.50.0 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.51.0
- old
+ new
@@ -38,10 +38,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class BackupContext
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class BackupRetentionSettings
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -200,10 +206,16 @@
end
include Google::Apis::Core::JsonObjectSupport
end
+ class InsightsConfig
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class CloneInstancesRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -492,10 +504,18 @@
property :start_time, as: 'startTime'
property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
end
end
+ class BackupContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :backup_id, :numeric_string => true, as: 'backupId'
+ property :kind, as: 'kind'
+ end
+ end
+
class BackupRetentionSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :retained_backups, as: 'retainedBackups'
property :retention_unit, as: 'retentionUnit'
@@ -812,10 +832,20 @@
property :table, as: 'table'
end
end
end
+ class InsightsConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :query_insights_enabled, as: 'queryInsightsEnabled'
+ property :query_string_length, as: 'queryStringLength'
+ property :record_application_tags, as: 'recordApplicationTags'
+ property :record_client_address, as: 'recordClientAddress'
+ end
+ end
+
class CloneInstancesRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :clone_context, as: 'cloneContext', class: Google::Apis::SqladminV1beta4::CloneContext, decorator: Google::Apis::SqladminV1beta4::CloneContext::Representation
@@ -972,10 +1002,12 @@
end
class Operation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :backup_context, as: 'backupContext', class: Google::Apis::SqladminV1beta4::BackupContext, decorator: Google::Apis::SqladminV1beta4::BackupContext::Representation
+
property :end_time, as: 'endTime'
property :error, as: 'error', class: Google::Apis::SqladminV1beta4::OperationErrors, decorator: Google::Apis::SqladminV1beta4::OperationErrors::Representation
property :export_context, as: 'exportContext', class: Google::Apis::SqladminV1beta4::ExportContext, decorator: Google::Apis::SqladminV1beta4::ExportContext::Representation
@@ -1075,9 +1107,11 @@
property :data_disk_type, as: 'dataDiskType'
collection :database_flags, as: 'databaseFlags', class: Google::Apis::SqladminV1beta4::DatabaseFlags, decorator: Google::Apis::SqladminV1beta4::DatabaseFlags::Representation
property :database_replication_enabled, as: 'databaseReplicationEnabled'
collection :deny_maintenance_periods, as: 'denyMaintenancePeriods', class: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod, decorator: Google::Apis::SqladminV1beta4::DenyMaintenancePeriod::Representation
+
+ property :insights_config, as: 'insightsConfig', class: Google::Apis::SqladminV1beta4::InsightsConfig, decorator: Google::Apis::SqladminV1beta4::InsightsConfig::Representation
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
property :kind, as: 'kind'
property :location_preference, as: 'locationPreference', class: Google::Apis::SqladminV1beta4::LocationPreference, decorator: Google::Apis::SqladminV1beta4::LocationPreference::Representation