Class: Temporalio::Client::Interceptor::UpdateActivityOptionsInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::UpdateActivityOptionsInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#update_activity_options.
WARNING: Standalone Activities are experimental.
Instance Attribute Summary collapse
-
#activity_id ⇒ Object
readonly
Returns the value of attribute activity_id.
-
#activity_options ⇒ Object
readonly
Returns the value of attribute activity_options.
-
#activity_run_id ⇒ Object
readonly
Returns the value of attribute activity_run_id.
-
#restore_original ⇒ Object
readonly
Returns the value of attribute restore_original.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#update_mask ⇒ Object
readonly
Returns the value of attribute update_mask.
Instance Attribute Details
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def activity_id @activity_id end |
#activity_options ⇒ Object (readonly)
Returns the value of attribute activity_options
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def @activity_options end |
#activity_run_id ⇒ Object (readonly)
Returns the value of attribute activity_run_id
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def activity_run_id @activity_run_id end |
#restore_original ⇒ Object (readonly)
Returns the value of attribute restore_original
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def restore_original @restore_original end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def @rpc_options end |
#update_mask ⇒ Object (readonly)
Returns the value of attribute update_mask
345 346 347 |
# File 'lib/temporalio/client/interceptor.rb', line 345 def update_mask @update_mask end |