Class: Temporalio::Client::Interceptor::UpdateActivityOptionsInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Input for Outbound#update_activity_options.

WARNING: Standalone Activities are experimental.

Instance Attribute Summary collapse

Instance Attribute Details

#activity_idObject (readonly)

Returns the value of attribute activity_id

Returns:

  • (Object)

    the current value of activity_id



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def activity_id
  @activity_id
end

#activity_optionsObject (readonly)

Returns the value of attribute activity_options

Returns:

  • (Object)

    the current value of activity_options



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def activity_options
  @activity_options
end

#activity_run_idObject (readonly)

Returns the value of attribute activity_run_id

Returns:

  • (Object)

    the current value of activity_run_id



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def activity_run_id
  @activity_run_id
end

#restore_originalObject (readonly)

Returns the value of attribute restore_original

Returns:

  • (Object)

    the current value of restore_original



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def restore_original
  @restore_original
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def rpc_options
  @rpc_options
end

#update_maskObject (readonly)

Returns the value of attribute update_mask

Returns:

  • (Object)

    the current value of update_mask



345
346
347
# File 'lib/temporalio/client/interceptor.rb', line 345

def update_mask
  @update_mask
end