Class: Google::Apis::DatastreamV1::StartBackfillJobResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StartBackfillJobResponse

Returns a new instance of StartBackfillJobResponse.



2899
2900
2901
# File 'lib/google/apis/datastream_v1/classes.rb', line 2899

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#objectGoogle::Apis::DatastreamV1::StreamObject

A specific stream object (e.g a specific DB table). Corresponds to the JSON property object



2897
2898
2899
# File 'lib/google/apis/datastream_v1/classes.rb', line 2897

def object
  @object
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2904
2905
2906
# File 'lib/google/apis/datastream_v1/classes.rb', line 2904

def update!(**args)
  @object = args[:object] if args.key?(:object)
end