Class: Google::Apis::DataflowV1b3::SourceOperationResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::SourceOperationResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataflow_v1b3/classes.rb,
generated/google/apis/dataflow_v1b3/representations.rb,
generated/google/apis/dataflow_v1b3/representations.rb
Overview
The result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.
Instance Attribute Summary collapse
-
#get_metadata ⇒ Google::Apis::DataflowV1b3::SourceGetMetadataResponse
The result of a SourceGetMetadataOperation.
-
#split ⇒ Google::Apis::DataflowV1b3::SourceSplitResponse
The response to a SourceSplitRequest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SourceOperationResponse
constructor
A new instance of SourceOperationResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SourceOperationResponse
Returns a new instance of SourceOperationResponse
4924 4925 4926 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 4924 def initialize(**args) update!(**args) end |
Instance Attribute Details
#get_metadata ⇒ Google::Apis::DataflowV1b3::SourceGetMetadataResponse
The result of a SourceGetMetadataOperation.
Corresponds to the JSON property getMetadata
4922 4923 4924 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 4922 def @get_metadata end |
#split ⇒ Google::Apis::DataflowV1b3::SourceSplitResponse
The response to a SourceSplitRequest.
Corresponds to the JSON property split
4917 4918 4919 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 4917 def split @split end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4929 4930 4931 4932 |
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 4929 def update!(**args) @split = args[:split] if args.key?(:split) @get_metadata = args[:get_metadata] if args.key?(:get_metadata) end |