Class: Google::Apis::DataflowV1b3::GetWorkerStacktracesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataflowV1b3::GetWorkerStacktracesResponse
- 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
Response to get worker stacktraces from debug capture.
Instance Attribute Summary collapse
-
#sdks ⇒ Array<Google::Apis::DataflowV1b3::Sdk>
Repeated as unified worker may have multiple SDK processes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetWorkerStacktracesResponse
constructor
A new instance of GetWorkerStacktracesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetWorkerStacktracesResponse
Returns a new instance of GetWorkerStacktracesResponse.
2200 2201 2202 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2200 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sdks ⇒ Array<Google::Apis::DataflowV1b3::Sdk>
Repeated as unified worker may have multiple SDK processes.
Corresponds to the JSON property sdks
2198 2199 2200 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2198 def sdks @sdks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2205 2206 2207 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2205 def update!(**args) @sdks = args[:sdks] if args.key?(:sdks) end |