Class: Google::Apis::DatastreamV1::AppendOnly

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

Overview

AppendOnly mode defines that all changes to a table will be written to the destination table.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppendOnly

Returns a new instance of AppendOnly.



30
31
32
# File 'lib/google/apis/datastream_v1/classes.rb', line 30

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



35
36
# File 'lib/google/apis/datastream_v1/classes.rb', line 35

def update!(**args)
end