Class: Google::Apis::DatastreamV1alpha1::BackfillNoneStrategy
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1alpha1::BackfillNoneStrategy
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1alpha1/classes.rb,
lib/google/apis/datastream_v1alpha1/representations.rb,
lib/google/apis/datastream_v1alpha1/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.
111 112 113 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 111 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
116 117 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 116 def update!(**args) end |