Class: Google::Apis::DatastreamV1alpha1::StartBackfillJobResponse
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1alpha1::StartBackfillJobResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1alpha1/classes.rb,
lib/google/apis/datastream_v1alpha1/representations.rb,
lib/google/apis/datastream_v1alpha1/representations.rb
Overview
Response for manually initiating a backfill job for a specific stream object.
Instance Attribute Summary collapse
-
#object ⇒ Google::Apis::DatastreamV1alpha1::StreamObject
A specific stream object (e.g a specific DB table).
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartBackfillJobResponse
constructor
A new instance of StartBackfillJobResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StartBackfillJobResponse
Returns a new instance of StartBackfillJobResponse.
1710 1711 1712 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1710 def initialize(**args) update!(**args) end |
Instance Attribute Details
#object ⇒ Google::Apis::DatastreamV1alpha1::StreamObject
A specific stream object (e.g a specific DB table).
Corresponds to the JSON property object
1708 1709 1710 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1708 def object @object end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1715 1716 1717 |
# File 'lib/google/apis/datastream_v1alpha1/classes.rb', line 1715 def update!(**args) @object = args[:object] if args.key?(:object) end |