class Google::Apis::DataflowV1b3::RuntimeMetadata
RuntimeMetadata
describing a runtime environment.
Attributes
parameters[RW]
The parameters for the template. Corresponds to the JSON property `parameters` @return [Array<Google::Apis::DataflowV1b3::ParameterMetadata>]
sdk_info[RW]
SDK Information. Corresponds to the JSON property `sdkInfo` @return [Google::Apis::DataflowV1b3::SdkInfo]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 3995 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 4000 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) @sdk_info = args[:sdk_info] if args.key?(:sdk_info) end