Class: Google::Apis::DataflowV1b3::Sdk

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

A structured representation of an SDK.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Sdk

Returns a new instance of Sdk.



5062
5063
5064
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5062

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

Instance Attribute Details

#sdk_idString

The SDK harness id. Corresponds to the JSON property sdkId

Returns:

  • (String)


5055
5056
5057
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5055

def sdk_id
  @sdk_id
end

#stacksArray<Google::Apis::DataflowV1b3::Stack>

The stacktraces for the processes running on the SDK harness. Corresponds to the JSON property stacks



5060
5061
5062
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5060

def stacks
  @stacks
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5067
5068
5069
5070
# File 'lib/google/apis/dataflow_v1b3/classes.rb', line 5067

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