class Google::Apis::DataflowV1b3::SourceGetMetadataResponse
The result of a SourceGetMetadataOperation.
Attributes
metadata[RW]
Metadata about a Source
useful for automatically optimizing and tuning the pipeline, etc. Corresponds to the JSON property `metadata` @return [Google::Apis::DataflowV1b3::SourceMetadata]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 4595 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 4600 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) end