Class: Google::Cloud::Datastream::V1::StopBackfillJobResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::StopBackfillJobResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response for manually stop a backfill job for a specific stream object.
Instance Attribute Summary collapse
-
#object ⇒ ::Google::Cloud::Datastream::V1::StreamObject
The stream object resource the backfill job was stopped for.
Instance Attribute Details
#object ⇒ ::Google::Cloud::Datastream::V1::StreamObject
Returns The stream object resource the backfill job was stopped for.
459 460 461 462 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 459 class StopBackfillJobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |