Class: Google::Apis::DataflowV1b3::SourceGetMetadataResponse

Inherits:
Object
  • Object
show all
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 SourceGetMetadataOperation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SourceGetMetadataResponse

Returns a new instance of SourceGetMetadataResponse.



2166
2167
2168
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2166

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#metadataGoogle::Apis::DataflowV1b3::SourceMetadata

Metadata about a Source useful for automatically optimizing and tuning the pipeline, etc. Corresponds to the JSON property metadata



2164
2165
2166
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2164

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2171
2172
2173
# File 'generated/google/apis/dataflow_v1b3/classes.rb', line 2171

def update!(**args)
  @metadata = args[:metadata] if args.key?(:metadata)
end