Class: Google::Cloud::Datastream::V1::StartBackfillJobResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::StartBackfillJobResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response for manually initiating a backfill job for a specific stream object.
Instance Attribute Summary collapse
-
#object ⇒ ::Google::Cloud::Datastream::V1::StreamObject
The stream object resource a backfill job was started for.
Instance Attribute Details
#object ⇒ ::Google::Cloud::Datastream::V1::StreamObject
Returns The stream object resource a backfill job was started for.
439 440 441 442 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 439 class StartBackfillJobResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |