generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.9.20 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.9.21
- old
+ new
@@ -170,10 +170,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesTruncateLogRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class IpConfiguration
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -296,10 +302,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class TruncateLogContext
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class User
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -586,10 +598,18 @@
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
end
end
+ class InstancesTruncateLogRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :truncate_log_context, as: 'truncateLogContext', class: Google::Apis::SqladminV1beta4::TruncateLogContext, decorator: Google::Apis::SqladminV1beta4::TruncateLogContext::Representation
+
+ end
+ end
+
class IpConfiguration
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1beta4::AclEntry, decorator: Google::Apis::SqladminV1beta4::AclEntry::Representation
@@ -602,10 +622,11 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :ip_address, as: 'ipAddress'
property :time_to_retire, as: 'timeToRetire', type: DateTime
+ property :type, as: 'type'
end
end
class LocationPreference
# @private
@@ -830,9 +851,17 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :items, as: 'items', class: Google::Apis::SqladminV1beta4::Tier, decorator: Google::Apis::SqladminV1beta4::Tier::Representation
property :kind, as: 'kind'
+ end
+ end
+
+ class TruncateLogContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :kind, as: 'kind'
+ property :log_type, as: 'logType'
end
end
class User
# @private