class Google::Apis::DataflowV1b3::SourceGetMetadataRequest
A request to compute the SourceMetadata
of a Source
.
Attributes
source[RW]
A source that records can be read and decoded from. Corresponds to the JSON property `source` @return [Google::Apis::DataflowV1b3::Source]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4575 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 4580 def update!(**args) @source = args[:source] if args.key?(:source) end