Class: Google::Cloud::Datastream::V1::StopBackfillJobResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#object::Google::Cloud::Datastream::V1::StreamObject

Returns The stream object resource the backfill job was stopped for.

Returns:



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