Class: Google::Apis::DatastreamV1::BackfillNoneStrategy
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::BackfillNoneStrategy
- 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
Backfill strategy to disable automatic backfill for the Stream's objects.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BackfillNoneStrategy
constructor
A new instance of BackfillNoneStrategy.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BackfillNoneStrategy
Returns a new instance of BackfillNoneStrategy.
137 138 139 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 137 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
142 143 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 142 def update!(**args) end |