class Google::Apis::DataflowV1b3::GetDebugConfigResponse
Response to a get debug configuration request.
Attributes
config[RW]
The encoded debug configuration for the requested component. Corresponds to the JSON property `config` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 1719 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 1724 def update!(**args) @config = args[:config] if args.key?(:config) end