Class: Google::Apis::SpannerV1::IncrementalBackupSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/spanner_v1/classes.rb,
lib/google/apis/spanner_v1/representations.rb,
lib/google/apis/spanner_v1/representations.rb

Overview

The specification for incremental backup chains. An incremental backup stores the delta of changes between a previous backup and the database contents at a given version time. An incremental backup chain consists of a full backup and zero or more successive incremental backups. The first backup created for an incremental backup chain is always a full backup.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IncrementalBackupSpec

Returns a new instance of IncrementalBackupSpec.



3016
3017
3018
# File 'lib/google/apis/spanner_v1/classes.rb', line 3016

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3021
3022
# File 'lib/google/apis/spanner_v1/classes.rb', line 3021

def update!(**args)
end