class Google::Apis::DataflowV1b3::SourceOperationResponse
The result of a SourceOperationRequest
, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.
Attributes
get_metadata[RW]
The result of a SourceGetMetadataOperation. Corresponds to the JSON property `getMetadata` @return [Google::Apis::DataflowV1b3::SourceGetMetadataResponse]
split[RW]
The response to a SourceSplitRequest
. Corresponds to the JSON property `split` @return [Google::Apis::DataflowV1b3::SourceSplitResponse]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4720 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4725 def update!(**args) @get_metadata = args[:get_metadata] if args.key?(:get_metadata) @split = args[:split] if args.key?(:split) end