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.
2262 2263 2264 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2262 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
2260 2261 2262 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2260 def sdks @sdks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2267 2268 2269 |
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 2267 def update!(**args) @sdks = args[:sdks] if args.key?(:sdks) end |