Class: Google::Cloud::Datastream::V1::StopBackfillJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::StopBackfillJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Request for manually stopping a running backfill job for a specific stream object.
Instance Attribute Summary collapse
-
#object ⇒ ::String
Required.
Instance Attribute Details
#object ⇒ ::String
Returns Required. The name of the stream object resource to stop the backfill job for.
450 451 452 453 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 450 class StopBackfillJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |