Class: Google::Cloud::Datastream::V1::StartBackfillJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream.rb

Overview

Request for manually initiating a backfill job for a specific stream object.

Instance Attribute Summary collapse

Instance Attribute Details

#object::String

Returns Required. The name of the stream object resource to start a backfill job for.

Returns:

  • (::String)

    Required. The name of the stream object resource to start a backfill job for.



430
431
432
433
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 430

class StartBackfillJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end