generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.19.5 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.19.6
- old
+ new
@@ -361,10 +361,11 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :binary_log_enabled, as: 'binaryLogEnabled'
property :enabled, as: 'enabled'
property :kind, as: 'kind'
+ property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
property :start_time, as: 'startTime'
end
end
class BackupRun
@@ -414,9 +415,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :bin_log_coordinates, as: 'binLogCoordinates', class: Google::Apis::SqladminV1beta4::BinLogCoordinates, decorator: Google::Apis::SqladminV1beta4::BinLogCoordinates::Representation
property :destination_instance_name, as: 'destinationInstanceName'
property :kind, as: 'kind'
+ property :pitr_timestamp_ms, :numeric_string => true, as: 'pitrTimestampMs'
end
end
class Database
# @private