generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.25.0 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.26.0

- old
+ new

@@ -26,10 +26,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ApiWarning + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class BackupConfiguration class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -115,10 +121,16 @@ include Google::Apis::Core::JsonObjectSupport end class SqlExportOptions class Representation < Google::Apis::Core::JsonRepresentation; end + + class MysqlExportOptions + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end include Google::Apis::Core::JsonObjectSupport end include Google::Apis::Core::JsonObjectSupport @@ -373,10 +385,18 @@ property :name, as: 'name' property :value, as: 'value' end end + class ApiWarning + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :code, as: 'code' + property :message, as: 'message' + end + end + class BackupConfiguration # @private class Representation < Google::Apis::Core::JsonRepresentation property :binary_log_enabled, as: 'binaryLogEnabled' property :enabled, as: 'enabled' @@ -568,13 +588,22 @@ end class SqlExportOptions # @private class Representation < Google::Apis::Core::JsonRepresentation + property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1beta4::ExportContext::SqlExportOptions::MysqlExportOptions::Representation + property :schema_only, as: 'schemaOnly' collection :tables, as: 'tables' end + + class MysqlExportOptions + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :master_data, as: 'masterData' + end + end end end class FailoverContext # @private @@ -673,9 +702,11 @@ class Representation < Google::Apis::Core::JsonRepresentation collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::DatabaseInstance, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::Representation property :kind, as: 'kind' property :next_page_token, as: 'nextPageToken' + collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1beta4::ApiWarning, decorator: Google::Apis::SqladminV1beta4::ApiWarning::Representation + end end class InstancesListServerCasResponse # @private