Class: Google::Apis::DatastreamV1::StartBackfillJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::StartBackfillJobRequest
- 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
Request for manually initiating a backfill job for a specific stream object.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartBackfillJobRequest
constructor
A new instance of StartBackfillJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StartBackfillJobRequest
Returns a new instance of StartBackfillJobRequest.
2881 2882 2883 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2881 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2886 2887 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2886 def update!(**args) end |