Interface WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate, WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate.Builder
Enclosing class:
WorkflowExecutionOptionsUpdatedEventAttributes

public static interface WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Completion callbacks attached to the running workflow update.
    int
    Completion callbacks attached to the running workflow update.
    Completion callbacks attached to the running workflow update.
    Completion callbacks attached to the running workflow update.
    Completion callbacks attached to the running workflow update.
    Request ID attached to the running workflow update so that subsequent requests with same request ID will be deduped
    com.google.protobuf.ByteString
    Request ID attached to the running workflow update so that subsequent requests with same request ID will be deduped
    The ID of the workflow update this update options update corresponds to.
    com.google.protobuf.ByteString
    The ID of the workflow update this update options update corresponds to.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUpdateId

      String getUpdateId()
       The ID of the workflow update this update options update corresponds to.
       
      string update_id = 1;
      Returns:
      The updateId.
    • getUpdateIdBytes

      com.google.protobuf.ByteString getUpdateIdBytes()
       The ID of the workflow update this update options update corresponds to.
       
      string update_id = 1;
      Returns:
      The bytes for updateId.
    • getAttachedRequestId

      String getAttachedRequestId()
       Request ID attached to the running workflow update so that subsequent requests with same
       request ID will be deduped
       
      string attached_request_id = 2;
      Returns:
      The attachedRequestId.
    • getAttachedRequestIdBytes

      com.google.protobuf.ByteString getAttachedRequestIdBytes()
       Request ID attached to the running workflow update so that subsequent requests with same
       request ID will be deduped
       
      string attached_request_id = 2;
      Returns:
      The bytes for attachedRequestId.
    • getAttachedCompletionCallbacksList

      List<Callback> getAttachedCompletionCallbacksList()
       Completion callbacks attached to the running workflow update.
       
      repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;
    • getAttachedCompletionCallbacks

      Callback getAttachedCompletionCallbacks(int index)
       Completion callbacks attached to the running workflow update.
       
      repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;
    • getAttachedCompletionCallbacksCount

      int getAttachedCompletionCallbacksCount()
       Completion callbacks attached to the running workflow update.
       
      repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;
    • getAttachedCompletionCallbacksOrBuilderList

      List<? extends CallbackOrBuilder> getAttachedCompletionCallbacksOrBuilderList()
       Completion callbacks attached to the running workflow update.
       
      repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;
    • getAttachedCompletionCallbacksOrBuilder

      CallbackOrBuilder getAttachedCompletionCallbacksOrBuilder(int index)
       Completion callbacks attached to the running workflow update.
       
      repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;