Class: Google::Apis::DatastreamV1::StopBackfillJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::StopBackfillJobRequest
- 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 stopping a running backfill job for a specific stream object.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StopBackfillJobRequest
constructor
A new instance of StopBackfillJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StopBackfillJobRequest
Returns a new instance of StopBackfillJobRequest.
2968 2969 2970 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2968 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2973 2974 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2973 def update!(**args) end |