Class: Google::Apis::DataflowV1b3::RuntimeMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataflow_v1b3/classes.rb,
lib/google/apis/dataflow_v1b3/representations.rb,
lib/google/apis/dataflow_v1b3/representations.rb

Overview

RuntimeMetadata describing a runtime environment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RuntimeMetadata

Returns a new instance of RuntimeMetadata.



4120
4121
4122
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 4120

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

Instance Attribute Details

#parametersArray<Google::Apis::DataflowV1b3::ParameterMetadata>

The parameters for the template. Corresponds to the JSON property parameters



4113
4114
4115
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 4113

def parameters
  @parameters
end

#sdk_infoGoogle::Apis::DataflowV1b3::SdkInfo

SDK Information. Corresponds to the JSON property sdkInfo



4118
4119
4120
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 4118

def sdk_info
  @sdk_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4125
4126
4127
4128
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 4125

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