Class: Google::Apis::DatastreamV1::MostRecentStartPosition
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::MostRecentStartPosition
- 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
CDC strategy to start replicating from the most recent position in the source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MostRecentStartPosition
constructor
A new instance of MostRecentStartPosition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MostRecentStartPosition
Returns a new instance of MostRecentStartPosition.
1049 1050 1051 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 1049 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1054 1055 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 1054 def update!(**args) end |