Class: Google::Cloud::Datastream::V1::StartBackfillJobResponse

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 initiating 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 a backfill job was started for.

Returns:



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