Class HistoryEvent.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<HistoryEvent.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
io.temporal.api.history.v1.HistoryEvent.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, HistoryEventOrBuilder, Cloneable
Enclosing class:
HistoryEvent

public static final class HistoryEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder> implements HistoryEventOrBuilder
 History events are the method by which Temporal SDKs advance (or recreate) workflow state.
 See the `EventType` enum for more info about what each event is for.
 
Protobuf type temporal.api.history.v1.HistoryEvent
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • clear

      public HistoryEvent.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • getDefaultInstanceForType

      public HistoryEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public HistoryEvent build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public HistoryEvent buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public HistoryEvent.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • setField

      public HistoryEvent.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • clearField

      public HistoryEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • clearOneof

      public HistoryEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • setRepeatedField

      public HistoryEvent.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • addRepeatedField

      public HistoryEvent.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • mergeFrom

      public HistoryEvent.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HistoryEvent.Builder>
    • mergeFrom

      public HistoryEvent.Builder mergeFrom(HistoryEvent other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • mergeFrom

      public HistoryEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<HistoryEvent.Builder>
      Throws:
      IOException
    • getAttributesCase

      public HistoryEvent.AttributesCase getAttributesCase()
      Specified by:
      getAttributesCase in interface HistoryEventOrBuilder
    • clearAttributes

      public HistoryEvent.Builder clearAttributes()
    • getEventId

      public long getEventId()
       Monotonically increasing event number, starts at 1.
       
      int64 event_id = 1;
      Specified by:
      getEventId in interface HistoryEventOrBuilder
      Returns:
      The eventId.
    • setEventId

      public HistoryEvent.Builder setEventId(long value)
       Monotonically increasing event number, starts at 1.
       
      int64 event_id = 1;
      Parameters:
      value - The eventId to set.
      Returns:
      This builder for chaining.
    • clearEventId

      public HistoryEvent.Builder clearEventId()
       Monotonically increasing event number, starts at 1.
       
      int64 event_id = 1;
      Returns:
      This builder for chaining.
    • hasEventTime

      public boolean hasEventTime()
      .google.protobuf.Timestamp event_time = 2;
      Specified by:
      hasEventTime in interface HistoryEventOrBuilder
      Returns:
      Whether the eventTime field is set.
    • getEventTime

      public com.google.protobuf.Timestamp getEventTime()
      .google.protobuf.Timestamp event_time = 2;
      Specified by:
      getEventTime in interface HistoryEventOrBuilder
      Returns:
      The eventTime.
    • setEventTime

      public HistoryEvent.Builder setEventTime(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp event_time = 2;
    • setEventTime

      public HistoryEvent.Builder setEventTime(com.google.protobuf.Timestamp.Builder builderForValue)
      .google.protobuf.Timestamp event_time = 2;
    • mergeEventTime

      public HistoryEvent.Builder mergeEventTime(com.google.protobuf.Timestamp value)
      .google.protobuf.Timestamp event_time = 2;
    • clearEventTime

      public HistoryEvent.Builder clearEventTime()
      .google.protobuf.Timestamp event_time = 2;
    • getEventTimeBuilder

      public com.google.protobuf.Timestamp.Builder getEventTimeBuilder()
      .google.protobuf.Timestamp event_time = 2;
    • getEventTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
      .google.protobuf.Timestamp event_time = 2;
      Specified by:
      getEventTimeOrBuilder in interface HistoryEventOrBuilder
    • getEventTypeValue

      public int getEventTypeValue()
      .temporal.api.enums.v1.EventType event_type = 3;
      Specified by:
      getEventTypeValue in interface HistoryEventOrBuilder
      Returns:
      The enum numeric value on the wire for eventType.
    • setEventTypeValue

      public HistoryEvent.Builder setEventTypeValue(int value)
      .temporal.api.enums.v1.EventType event_type = 3;
      Parameters:
      value - The enum numeric value on the wire for eventType to set.
      Returns:
      This builder for chaining.
    • getEventType

      public EventType getEventType()
      .temporal.api.enums.v1.EventType event_type = 3;
      Specified by:
      getEventType in interface HistoryEventOrBuilder
      Returns:
      The eventType.
    • setEventType

      public HistoryEvent.Builder setEventType(EventType value)
      .temporal.api.enums.v1.EventType event_type = 3;
      Parameters:
      value - The eventType to set.
      Returns:
      This builder for chaining.
    • clearEventType

      public HistoryEvent.Builder clearEventType()
      .temporal.api.enums.v1.EventType event_type = 3;
      Returns:
      This builder for chaining.
    • getVersion

      public long getVersion()
       Failover version of the event, used by the server for multi-cluster replication and history
       versioning. SDKs generally ignore this field.
       
      int64 version = 4;
      Specified by:
      getVersion in interface HistoryEventOrBuilder
      Returns:
      The version.
    • setVersion

      public HistoryEvent.Builder setVersion(long value)
       Failover version of the event, used by the server for multi-cluster replication and history
       versioning. SDKs generally ignore this field.
       
      int64 version = 4;
      Parameters:
      value - The version to set.
      Returns:
      This builder for chaining.
    • clearVersion

      public HistoryEvent.Builder clearVersion()
       Failover version of the event, used by the server for multi-cluster replication and history
       versioning. SDKs generally ignore this field.
       
      int64 version = 4;
      Returns:
      This builder for chaining.
    • getTaskId

      public long getTaskId()
       Identifier used by the service to order replication and transfer tasks associated with this
       event. SDKs generally ignore this field.
       
      int64 task_id = 5;
      Specified by:
      getTaskId in interface HistoryEventOrBuilder
      Returns:
      The taskId.
    • setTaskId

      public HistoryEvent.Builder setTaskId(long value)
       Identifier used by the service to order replication and transfer tasks associated with this
       event. SDKs generally ignore this field.
       
      int64 task_id = 5;
      Parameters:
      value - The taskId to set.
      Returns:
      This builder for chaining.
    • clearTaskId

      public HistoryEvent.Builder clearTaskId()
       Identifier used by the service to order replication and transfer tasks associated with this
       event. SDKs generally ignore this field.
       
      int64 task_id = 5;
      Returns:
      This builder for chaining.
    • getWorkerMayIgnore

      public boolean getWorkerMayIgnore()
       Set to true when the SDK may ignore the event as it does not impact workflow state or
       information in any way that the SDK need be concerned with. If an SDK encounters an event
       type which it does not understand, it must error unless this is true. If it is true, it's
       acceptable for the event type and/or attributes to be uninterpretable.
       
      bool worker_may_ignore = 300;
      Specified by:
      getWorkerMayIgnore in interface HistoryEventOrBuilder
      Returns:
      The workerMayIgnore.
    • setWorkerMayIgnore

      public HistoryEvent.Builder setWorkerMayIgnore(boolean value)
       Set to true when the SDK may ignore the event as it does not impact workflow state or
       information in any way that the SDK need be concerned with. If an SDK encounters an event
       type which it does not understand, it must error unless this is true. If it is true, it's
       acceptable for the event type and/or attributes to be uninterpretable.
       
      bool worker_may_ignore = 300;
      Parameters:
      value - The workerMayIgnore to set.
      Returns:
      This builder for chaining.
    • clearWorkerMayIgnore

      public HistoryEvent.Builder clearWorkerMayIgnore()
       Set to true when the SDK may ignore the event as it does not impact workflow state or
       information in any way that the SDK need be concerned with. If an SDK encounters an event
       type which it does not understand, it must error unless this is true. If it is true, it's
       acceptable for the event type and/or attributes to be uninterpretable.
       
      bool worker_may_ignore = 300;
      Returns:
      This builder for chaining.
    • hasUserMetadata

      public boolean hasUserMetadata()
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      hasUserMetadata in interface HistoryEventOrBuilder
      Returns:
      Whether the userMetadata field is set.
    • getUserMetadata

      public UserMetadata getUserMetadata()
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      getUserMetadata in interface HistoryEventOrBuilder
      Returns:
      The userMetadata.
    • setUserMetadata

      public HistoryEvent.Builder setUserMetadata(UserMetadata value)
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • setUserMetadata

      public HistoryEvent.Builder setUserMetadata(UserMetadata.Builder builderForValue)
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • mergeUserMetadata

      public HistoryEvent.Builder mergeUserMetadata(UserMetadata value)
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • clearUserMetadata

      public HistoryEvent.Builder clearUserMetadata()
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • getUserMetadataBuilder

      public UserMetadata.Builder getUserMetadataBuilder()
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
    • getUserMetadataOrBuilder

      public UserMetadataOrBuilder getUserMetadataOrBuilder()
       Metadata on the event. This is often carried over from commands and client calls. Most events
       won't have this information, and how this information is used is dependent upon the interface
       that reads it.
      
       Current well-known uses:
        * workflow_execution_started_event_attributes - summary and details from start workflow.
        * timer_started_event_attributes - summary represents an identifier for the timer for use by
          user interfaces.
       
      .temporal.api.sdk.v1.UserMetadata user_metadata = 301;
      Specified by:
      getUserMetadataOrBuilder in interface HistoryEventOrBuilder
    • getLinksList

      public List<Link> getLinksList()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
      Specified by:
      getLinksList in interface HistoryEventOrBuilder
    • getLinksCount

      public int getLinksCount()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
      Specified by:
      getLinksCount in interface HistoryEventOrBuilder
    • getLinks

      public Link getLinks(int index)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
      Specified by:
      getLinks in interface HistoryEventOrBuilder
    • setLinks

      public HistoryEvent.Builder setLinks(int index, Link value)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • setLinks

      public HistoryEvent.Builder setLinks(int index, Link.Builder builderForValue)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addLinks

      public HistoryEvent.Builder addLinks(Link value)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addLinks

      public HistoryEvent.Builder addLinks(int index, Link value)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addLinks

      public HistoryEvent.Builder addLinks(Link.Builder builderForValue)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addLinks

      public HistoryEvent.Builder addLinks(int index, Link.Builder builderForValue)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addAllLinks

      public HistoryEvent.Builder addAllLinks(Iterable<? extends Link> values)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • clearLinks

      public HistoryEvent.Builder clearLinks()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • removeLinks

      public HistoryEvent.Builder removeLinks(int index)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • getLinksBuilder

      public Link.Builder getLinksBuilder(int index)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • getLinksOrBuilder

      public LinkOrBuilder getLinksOrBuilder(int index)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
      Specified by:
      getLinksOrBuilder in interface HistoryEventOrBuilder
    • getLinksOrBuilderList

      public List<? extends LinkOrBuilder> getLinksOrBuilderList()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
      Specified by:
      getLinksOrBuilderList in interface HistoryEventOrBuilder
    • addLinksBuilder

      public Link.Builder addLinksBuilder()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • addLinksBuilder

      public Link.Builder addLinksBuilder(int index)
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • getLinksBuilderList

      public List<Link.Builder> getLinksBuilderList()
       Links to related entities, such as the entity that started this event's workflow.
       
      repeated .temporal.api.common.v1.Link links = 302;
    • hasPrincipal

      public boolean hasPrincipal()
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
      Specified by:
      hasPrincipal in interface HistoryEventOrBuilder
      Returns:
      Whether the principal field is set.
    • getPrincipal

      public Principal getPrincipal()
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
      Specified by:
      getPrincipal in interface HistoryEventOrBuilder
      Returns:
      The principal.
    • setPrincipal

      public HistoryEvent.Builder setPrincipal(Principal value)
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
    • setPrincipal

      public HistoryEvent.Builder setPrincipal(Principal.Builder builderForValue)
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
    • mergePrincipal

      public HistoryEvent.Builder mergePrincipal(Principal value)
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
    • clearPrincipal

      public HistoryEvent.Builder clearPrincipal()
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
    • getPrincipalBuilder

      public Principal.Builder getPrincipalBuilder()
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
    • getPrincipalOrBuilder

      public PrincipalOrBuilder getPrincipalOrBuilder()
       Server-computed authenticated caller identity associated with this event.
       
      .temporal.api.common.v1.Principal principal = 303;
      Specified by:
      getPrincipalOrBuilder in interface HistoryEventOrBuilder
    • getEventGroupMarkersList

      public List<EventGroupMarker> getEventGroupMarkersList()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
      Specified by:
      getEventGroupMarkersList in interface HistoryEventOrBuilder
    • getEventGroupMarkersCount

      public int getEventGroupMarkersCount()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
      Specified by:
      getEventGroupMarkersCount in interface HistoryEventOrBuilder
    • getEventGroupMarkers

      public EventGroupMarker getEventGroupMarkers(int index)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
      Specified by:
      getEventGroupMarkers in interface HistoryEventOrBuilder
    • setEventGroupMarkers

      public HistoryEvent.Builder setEventGroupMarkers(int index, EventGroupMarker value)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • setEventGroupMarkers

      public HistoryEvent.Builder setEventGroupMarkers(int index, EventGroupMarker.Builder builderForValue)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addEventGroupMarkers

      public HistoryEvent.Builder addEventGroupMarkers(EventGroupMarker value)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addEventGroupMarkers

      public HistoryEvent.Builder addEventGroupMarkers(int index, EventGroupMarker value)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addEventGroupMarkers

      public HistoryEvent.Builder addEventGroupMarkers(EventGroupMarker.Builder builderForValue)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addEventGroupMarkers

      public HistoryEvent.Builder addEventGroupMarkers(int index, EventGroupMarker.Builder builderForValue)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addAllEventGroupMarkers

      public HistoryEvent.Builder addAllEventGroupMarkers(Iterable<? extends EventGroupMarker> values)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • clearEventGroupMarkers

      public HistoryEvent.Builder clearEventGroupMarkers()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • removeEventGroupMarkers

      public HistoryEvent.Builder removeEventGroupMarkers(int index)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • getEventGroupMarkersBuilder

      public EventGroupMarker.Builder getEventGroupMarkersBuilder(int index)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • getEventGroupMarkersOrBuilder

      public EventGroupMarkerOrBuilder getEventGroupMarkersOrBuilder(int index)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
      Specified by:
      getEventGroupMarkersOrBuilder in interface HistoryEventOrBuilder
    • getEventGroupMarkersOrBuilderList

      public List<? extends EventGroupMarkerOrBuilder> getEventGroupMarkersOrBuilderList()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
      Specified by:
      getEventGroupMarkersOrBuilderList in interface HistoryEventOrBuilder
    • addEventGroupMarkersBuilder

      public EventGroupMarker.Builder addEventGroupMarkersBuilder()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • addEventGroupMarkersBuilder

      public EventGroupMarker.Builder addEventGroupMarkersBuilder(int index)
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • getEventGroupMarkersBuilderList

      public List<EventGroupMarker.Builder> getEventGroupMarkersBuilderList()
       Event group markers attached to this event.
       
      repeated .temporal.api.sdk.v1.EventGroupMarker event_group_markers = 304;
    • hasWorkflowExecutionStartedEventAttributes

      public boolean hasWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
      Specified by:
      hasWorkflowExecutionStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionStartedEventAttributes field is set.
    • getWorkflowExecutionStartedEventAttributes

      public WorkflowExecutionStartedEventAttributes getWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
      Specified by:
      getWorkflowExecutionStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionStartedEventAttributes.
    • setWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
    • setWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
    • mergeWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
    • clearWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
    • getWorkflowExecutionStartedEventAttributesBuilder

      public WorkflowExecutionStartedEventAttributes.Builder getWorkflowExecutionStartedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
    • getWorkflowExecutionStartedEventAttributesOrBuilder

      public WorkflowExecutionStartedEventAttributesOrBuilder getWorkflowExecutionStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionStartedEventAttributes workflow_execution_started_event_attributes = 6;
      Specified by:
      getWorkflowExecutionStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionCompletedEventAttributes

      public boolean hasWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
      Specified by:
      hasWorkflowExecutionCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionCompletedEventAttributes field is set.
    • getWorkflowExecutionCompletedEventAttributes

      public WorkflowExecutionCompletedEventAttributes getWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
      Specified by:
      getWorkflowExecutionCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionCompletedEventAttributes.
    • setWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
    • setWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
    • mergeWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
    • clearWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
    • getWorkflowExecutionCompletedEventAttributesBuilder

      public WorkflowExecutionCompletedEventAttributes.Builder getWorkflowExecutionCompletedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
    • getWorkflowExecutionCompletedEventAttributesOrBuilder

      public WorkflowExecutionCompletedEventAttributesOrBuilder getWorkflowExecutionCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes workflow_execution_completed_event_attributes = 7;
      Specified by:
      getWorkflowExecutionCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionFailedEventAttributes

      public boolean hasWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
      Specified by:
      hasWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionFailedEventAttributes field is set.
    • getWorkflowExecutionFailedEventAttributes

      public WorkflowExecutionFailedEventAttributes getWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
      Specified by:
      getWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionFailedEventAttributes.
    • setWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
    • setWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
    • mergeWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
    • clearWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
    • getWorkflowExecutionFailedEventAttributesBuilder

      public WorkflowExecutionFailedEventAttributes.Builder getWorkflowExecutionFailedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
    • getWorkflowExecutionFailedEventAttributesOrBuilder

      public WorkflowExecutionFailedEventAttributesOrBuilder getWorkflowExecutionFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionFailedEventAttributes workflow_execution_failed_event_attributes = 8;
      Specified by:
      getWorkflowExecutionFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionTimedOutEventAttributes

      public boolean hasWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
      Specified by:
      hasWorkflowExecutionTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionTimedOutEventAttributes field is set.
    • getWorkflowExecutionTimedOutEventAttributes

      public WorkflowExecutionTimedOutEventAttributes getWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
      Specified by:
      getWorkflowExecutionTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionTimedOutEventAttributes.
    • setWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
    • setWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
    • mergeWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
    • clearWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
    • getWorkflowExecutionTimedOutEventAttributesBuilder

      public WorkflowExecutionTimedOutEventAttributes.Builder getWorkflowExecutionTimedOutEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
    • getWorkflowExecutionTimedOutEventAttributesOrBuilder

      public WorkflowExecutionTimedOutEventAttributesOrBuilder getWorkflowExecutionTimedOutEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes workflow_execution_timed_out_event_attributes = 9;
      Specified by:
      getWorkflowExecutionTimedOutEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowTaskScheduledEventAttributes

      public boolean hasWorkflowTaskScheduledEventAttributes()
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
      Specified by:
      hasWorkflowTaskScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowTaskScheduledEventAttributes field is set.
    • getWorkflowTaskScheduledEventAttributes

      public WorkflowTaskScheduledEventAttributes getWorkflowTaskScheduledEventAttributes()
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
      Specified by:
      getWorkflowTaskScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowTaskScheduledEventAttributes.
    • setWorkflowTaskScheduledEventAttributes

      public HistoryEvent.Builder setWorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
    • setWorkflowTaskScheduledEventAttributes

      public HistoryEvent.Builder setWorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
    • mergeWorkflowTaskScheduledEventAttributes

      public HistoryEvent.Builder mergeWorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
    • clearWorkflowTaskScheduledEventAttributes

      public HistoryEvent.Builder clearWorkflowTaskScheduledEventAttributes()
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
    • getWorkflowTaskScheduledEventAttributesBuilder

      public WorkflowTaskScheduledEventAttributes.Builder getWorkflowTaskScheduledEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
    • getWorkflowTaskScheduledEventAttributesOrBuilder

      public WorkflowTaskScheduledEventAttributesOrBuilder getWorkflowTaskScheduledEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowTaskScheduledEventAttributes workflow_task_scheduled_event_attributes = 10;
      Specified by:
      getWorkflowTaskScheduledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowTaskStartedEventAttributes

      public boolean hasWorkflowTaskStartedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
      Specified by:
      hasWorkflowTaskStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowTaskStartedEventAttributes field is set.
    • getWorkflowTaskStartedEventAttributes

      public WorkflowTaskStartedEventAttributes getWorkflowTaskStartedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
      Specified by:
      getWorkflowTaskStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowTaskStartedEventAttributes.
    • setWorkflowTaskStartedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskStartedEventAttributes(WorkflowTaskStartedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
    • setWorkflowTaskStartedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskStartedEventAttributes(WorkflowTaskStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
    • mergeWorkflowTaskStartedEventAttributes

      public HistoryEvent.Builder mergeWorkflowTaskStartedEventAttributes(WorkflowTaskStartedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
    • clearWorkflowTaskStartedEventAttributes

      public HistoryEvent.Builder clearWorkflowTaskStartedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
    • getWorkflowTaskStartedEventAttributesBuilder

      public WorkflowTaskStartedEventAttributes.Builder getWorkflowTaskStartedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
    • getWorkflowTaskStartedEventAttributesOrBuilder

      public WorkflowTaskStartedEventAttributesOrBuilder getWorkflowTaskStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowTaskStartedEventAttributes workflow_task_started_event_attributes = 11;
      Specified by:
      getWorkflowTaskStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowTaskCompletedEventAttributes

      public boolean hasWorkflowTaskCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
      Specified by:
      hasWorkflowTaskCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowTaskCompletedEventAttributes field is set.
    • getWorkflowTaskCompletedEventAttributes

      public WorkflowTaskCompletedEventAttributes getWorkflowTaskCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
      Specified by:
      getWorkflowTaskCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowTaskCompletedEventAttributes.
    • setWorkflowTaskCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
    • setWorkflowTaskCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
    • mergeWorkflowTaskCompletedEventAttributes

      public HistoryEvent.Builder mergeWorkflowTaskCompletedEventAttributes(WorkflowTaskCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
    • clearWorkflowTaskCompletedEventAttributes

      public HistoryEvent.Builder clearWorkflowTaskCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
    • getWorkflowTaskCompletedEventAttributesBuilder

      public WorkflowTaskCompletedEventAttributes.Builder getWorkflowTaskCompletedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
    • getWorkflowTaskCompletedEventAttributesOrBuilder

      public WorkflowTaskCompletedEventAttributesOrBuilder getWorkflowTaskCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowTaskCompletedEventAttributes workflow_task_completed_event_attributes = 12;
      Specified by:
      getWorkflowTaskCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowTaskTimedOutEventAttributes

      public boolean hasWorkflowTaskTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
      Specified by:
      hasWorkflowTaskTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowTaskTimedOutEventAttributes field is set.
    • getWorkflowTaskTimedOutEventAttributes

      public WorkflowTaskTimedOutEventAttributes getWorkflowTaskTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
      Specified by:
      getWorkflowTaskTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowTaskTimedOutEventAttributes.
    • setWorkflowTaskTimedOutEventAttributes

      public HistoryEvent.Builder setWorkflowTaskTimedOutEventAttributes(WorkflowTaskTimedOutEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
    • setWorkflowTaskTimedOutEventAttributes

      public HistoryEvent.Builder setWorkflowTaskTimedOutEventAttributes(WorkflowTaskTimedOutEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
    • mergeWorkflowTaskTimedOutEventAttributes

      public HistoryEvent.Builder mergeWorkflowTaskTimedOutEventAttributes(WorkflowTaskTimedOutEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
    • clearWorkflowTaskTimedOutEventAttributes

      public HistoryEvent.Builder clearWorkflowTaskTimedOutEventAttributes()
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
    • getWorkflowTaskTimedOutEventAttributesBuilder

      public WorkflowTaskTimedOutEventAttributes.Builder getWorkflowTaskTimedOutEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
    • getWorkflowTaskTimedOutEventAttributesOrBuilder

      public WorkflowTaskTimedOutEventAttributesOrBuilder getWorkflowTaskTimedOutEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes workflow_task_timed_out_event_attributes = 13;
      Specified by:
      getWorkflowTaskTimedOutEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowTaskFailedEventAttributes

      public boolean hasWorkflowTaskFailedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
      Specified by:
      hasWorkflowTaskFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowTaskFailedEventAttributes field is set.
    • getWorkflowTaskFailedEventAttributes

      public WorkflowTaskFailedEventAttributes getWorkflowTaskFailedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
      Specified by:
      getWorkflowTaskFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowTaskFailedEventAttributes.
    • setWorkflowTaskFailedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskFailedEventAttributes(WorkflowTaskFailedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
    • setWorkflowTaskFailedEventAttributes

      public HistoryEvent.Builder setWorkflowTaskFailedEventAttributes(WorkflowTaskFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
    • mergeWorkflowTaskFailedEventAttributes

      public HistoryEvent.Builder mergeWorkflowTaskFailedEventAttributes(WorkflowTaskFailedEventAttributes value)
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
    • clearWorkflowTaskFailedEventAttributes

      public HistoryEvent.Builder clearWorkflowTaskFailedEventAttributes()
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
    • getWorkflowTaskFailedEventAttributesBuilder

      public WorkflowTaskFailedEventAttributes.Builder getWorkflowTaskFailedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
    • getWorkflowTaskFailedEventAttributesOrBuilder

      public WorkflowTaskFailedEventAttributesOrBuilder getWorkflowTaskFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowTaskFailedEventAttributes workflow_task_failed_event_attributes = 14;
      Specified by:
      getWorkflowTaskFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskScheduledEventAttributes

      public boolean hasActivityTaskScheduledEventAttributes()
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
      Specified by:
      hasActivityTaskScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskScheduledEventAttributes field is set.
    • getActivityTaskScheduledEventAttributes

      public ActivityTaskScheduledEventAttributes getActivityTaskScheduledEventAttributes()
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
      Specified by:
      getActivityTaskScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskScheduledEventAttributes.
    • setActivityTaskScheduledEventAttributes

      public HistoryEvent.Builder setActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes value)
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
    • setActivityTaskScheduledEventAttributes

      public HistoryEvent.Builder setActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
    • mergeActivityTaskScheduledEventAttributes

      public HistoryEvent.Builder mergeActivityTaskScheduledEventAttributes(ActivityTaskScheduledEventAttributes value)
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
    • clearActivityTaskScheduledEventAttributes

      public HistoryEvent.Builder clearActivityTaskScheduledEventAttributes()
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
    • getActivityTaskScheduledEventAttributesBuilder

      public ActivityTaskScheduledEventAttributes.Builder getActivityTaskScheduledEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
    • getActivityTaskScheduledEventAttributesOrBuilder

      public ActivityTaskScheduledEventAttributesOrBuilder getActivityTaskScheduledEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskScheduledEventAttributes activity_task_scheduled_event_attributes = 15;
      Specified by:
      getActivityTaskScheduledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskStartedEventAttributes

      public boolean hasActivityTaskStartedEventAttributes()
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
      Specified by:
      hasActivityTaskStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskStartedEventAttributes field is set.
    • getActivityTaskStartedEventAttributes

      public ActivityTaskStartedEventAttributes getActivityTaskStartedEventAttributes()
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
      Specified by:
      getActivityTaskStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskStartedEventAttributes.
    • setActivityTaskStartedEventAttributes

      public HistoryEvent.Builder setActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
    • setActivityTaskStartedEventAttributes

      public HistoryEvent.Builder setActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
    • mergeActivityTaskStartedEventAttributes

      public HistoryEvent.Builder mergeActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
    • clearActivityTaskStartedEventAttributes

      public HistoryEvent.Builder clearActivityTaskStartedEventAttributes()
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
    • getActivityTaskStartedEventAttributesBuilder

      public ActivityTaskStartedEventAttributes.Builder getActivityTaskStartedEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
    • getActivityTaskStartedEventAttributesOrBuilder

      public ActivityTaskStartedEventAttributesOrBuilder getActivityTaskStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskStartedEventAttributes activity_task_started_event_attributes = 16;
      Specified by:
      getActivityTaskStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskCompletedEventAttributes

      public boolean hasActivityTaskCompletedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
      Specified by:
      hasActivityTaskCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskCompletedEventAttributes field is set.
    • getActivityTaskCompletedEventAttributes

      public ActivityTaskCompletedEventAttributes getActivityTaskCompletedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
      Specified by:
      getActivityTaskCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskCompletedEventAttributes.
    • setActivityTaskCompletedEventAttributes

      public HistoryEvent.Builder setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
    • setActivityTaskCompletedEventAttributes

      public HistoryEvent.Builder setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
    • mergeActivityTaskCompletedEventAttributes

      public HistoryEvent.Builder mergeActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
    • clearActivityTaskCompletedEventAttributes

      public HistoryEvent.Builder clearActivityTaskCompletedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
    • getActivityTaskCompletedEventAttributesBuilder

      public ActivityTaskCompletedEventAttributes.Builder getActivityTaskCompletedEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
    • getActivityTaskCompletedEventAttributesOrBuilder

      public ActivityTaskCompletedEventAttributesOrBuilder getActivityTaskCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskCompletedEventAttributes activity_task_completed_event_attributes = 17;
      Specified by:
      getActivityTaskCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskFailedEventAttributes

      public boolean hasActivityTaskFailedEventAttributes()
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
      Specified by:
      hasActivityTaskFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskFailedEventAttributes field is set.
    • getActivityTaskFailedEventAttributes

      public ActivityTaskFailedEventAttributes getActivityTaskFailedEventAttributes()
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
      Specified by:
      getActivityTaskFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskFailedEventAttributes.
    • setActivityTaskFailedEventAttributes

      public HistoryEvent.Builder setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
    • setActivityTaskFailedEventAttributes

      public HistoryEvent.Builder setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
    • mergeActivityTaskFailedEventAttributes

      public HistoryEvent.Builder mergeActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
    • clearActivityTaskFailedEventAttributes

      public HistoryEvent.Builder clearActivityTaskFailedEventAttributes()
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
    • getActivityTaskFailedEventAttributesBuilder

      public ActivityTaskFailedEventAttributes.Builder getActivityTaskFailedEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
    • getActivityTaskFailedEventAttributesOrBuilder

      public ActivityTaskFailedEventAttributesOrBuilder getActivityTaskFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskFailedEventAttributes activity_task_failed_event_attributes = 18;
      Specified by:
      getActivityTaskFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskTimedOutEventAttributes

      public boolean hasActivityTaskTimedOutEventAttributes()
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
      Specified by:
      hasActivityTaskTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskTimedOutEventAttributes field is set.
    • getActivityTaskTimedOutEventAttributes

      public ActivityTaskTimedOutEventAttributes getActivityTaskTimedOutEventAttributes()
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
      Specified by:
      getActivityTaskTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskTimedOutEventAttributes.
    • setActivityTaskTimedOutEventAttributes

      public HistoryEvent.Builder setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes value)
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
    • setActivityTaskTimedOutEventAttributes

      public HistoryEvent.Builder setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
    • mergeActivityTaskTimedOutEventAttributes

      public HistoryEvent.Builder mergeActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes value)
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
    • clearActivityTaskTimedOutEventAttributes

      public HistoryEvent.Builder clearActivityTaskTimedOutEventAttributes()
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
    • getActivityTaskTimedOutEventAttributesBuilder

      public ActivityTaskTimedOutEventAttributes.Builder getActivityTaskTimedOutEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
    • getActivityTaskTimedOutEventAttributesOrBuilder

      public ActivityTaskTimedOutEventAttributesOrBuilder getActivityTaskTimedOutEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskTimedOutEventAttributes activity_task_timed_out_event_attributes = 19;
      Specified by:
      getActivityTaskTimedOutEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasTimerStartedEventAttributes

      public boolean hasTimerStartedEventAttributes()
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
      Specified by:
      hasTimerStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the timerStartedEventAttributes field is set.
    • getTimerStartedEventAttributes

      public TimerStartedEventAttributes getTimerStartedEventAttributes()
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
      Specified by:
      getTimerStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The timerStartedEventAttributes.
    • setTimerStartedEventAttributes

      public HistoryEvent.Builder setTimerStartedEventAttributes(TimerStartedEventAttributes value)
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
    • setTimerStartedEventAttributes

      public HistoryEvent.Builder setTimerStartedEventAttributes(TimerStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
    • mergeTimerStartedEventAttributes

      public HistoryEvent.Builder mergeTimerStartedEventAttributes(TimerStartedEventAttributes value)
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
    • clearTimerStartedEventAttributes

      public HistoryEvent.Builder clearTimerStartedEventAttributes()
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
    • getTimerStartedEventAttributesBuilder

      public TimerStartedEventAttributes.Builder getTimerStartedEventAttributesBuilder()
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
    • getTimerStartedEventAttributesOrBuilder

      public TimerStartedEventAttributesOrBuilder getTimerStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.TimerStartedEventAttributes timer_started_event_attributes = 20;
      Specified by:
      getTimerStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasTimerFiredEventAttributes

      public boolean hasTimerFiredEventAttributes()
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
      Specified by:
      hasTimerFiredEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the timerFiredEventAttributes field is set.
    • getTimerFiredEventAttributes

      public TimerFiredEventAttributes getTimerFiredEventAttributes()
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
      Specified by:
      getTimerFiredEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The timerFiredEventAttributes.
    • setTimerFiredEventAttributes

      public HistoryEvent.Builder setTimerFiredEventAttributes(TimerFiredEventAttributes value)
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
    • setTimerFiredEventAttributes

      public HistoryEvent.Builder setTimerFiredEventAttributes(TimerFiredEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
    • mergeTimerFiredEventAttributes

      public HistoryEvent.Builder mergeTimerFiredEventAttributes(TimerFiredEventAttributes value)
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
    • clearTimerFiredEventAttributes

      public HistoryEvent.Builder clearTimerFiredEventAttributes()
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
    • getTimerFiredEventAttributesBuilder

      public TimerFiredEventAttributes.Builder getTimerFiredEventAttributesBuilder()
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
    • getTimerFiredEventAttributesOrBuilder

      public TimerFiredEventAttributesOrBuilder getTimerFiredEventAttributesOrBuilder()
      .temporal.api.history.v1.TimerFiredEventAttributes timer_fired_event_attributes = 21;
      Specified by:
      getTimerFiredEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskCancelRequestedEventAttributes

      public boolean hasActivityTaskCancelRequestedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
      Specified by:
      hasActivityTaskCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskCancelRequestedEventAttributes field is set.
    • getActivityTaskCancelRequestedEventAttributes

      public ActivityTaskCancelRequestedEventAttributes getActivityTaskCancelRequestedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
      Specified by:
      getActivityTaskCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskCancelRequestedEventAttributes.
    • setActivityTaskCancelRequestedEventAttributes

      public HistoryEvent.Builder setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
    • setActivityTaskCancelRequestedEventAttributes

      public HistoryEvent.Builder setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
    • mergeActivityTaskCancelRequestedEventAttributes

      public HistoryEvent.Builder mergeActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
    • clearActivityTaskCancelRequestedEventAttributes

      public HistoryEvent.Builder clearActivityTaskCancelRequestedEventAttributes()
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
    • getActivityTaskCancelRequestedEventAttributesBuilder

      public ActivityTaskCancelRequestedEventAttributes.Builder getActivityTaskCancelRequestedEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
    • getActivityTaskCancelRequestedEventAttributesOrBuilder

      public ActivityTaskCancelRequestedEventAttributesOrBuilder getActivityTaskCancelRequestedEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes activity_task_cancel_requested_event_attributes = 22;
      Specified by:
      getActivityTaskCancelRequestedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityTaskCanceledEventAttributes

      public boolean hasActivityTaskCanceledEventAttributes()
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
      Specified by:
      hasActivityTaskCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityTaskCanceledEventAttributes field is set.
    • getActivityTaskCanceledEventAttributes

      public ActivityTaskCanceledEventAttributes getActivityTaskCanceledEventAttributes()
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
      Specified by:
      getActivityTaskCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityTaskCanceledEventAttributes.
    • setActivityTaskCanceledEventAttributes

      public HistoryEvent.Builder setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
    • setActivityTaskCanceledEventAttributes

      public HistoryEvent.Builder setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
    • mergeActivityTaskCanceledEventAttributes

      public HistoryEvent.Builder mergeActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes value)
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
    • clearActivityTaskCanceledEventAttributes

      public HistoryEvent.Builder clearActivityTaskCanceledEventAttributes()
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
    • getActivityTaskCanceledEventAttributesBuilder

      public ActivityTaskCanceledEventAttributes.Builder getActivityTaskCanceledEventAttributesBuilder()
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
    • getActivityTaskCanceledEventAttributesOrBuilder

      public ActivityTaskCanceledEventAttributesOrBuilder getActivityTaskCanceledEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityTaskCanceledEventAttributes activity_task_canceled_event_attributes = 23;
      Specified by:
      getActivityTaskCanceledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasTimerCanceledEventAttributes

      public boolean hasTimerCanceledEventAttributes()
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
      Specified by:
      hasTimerCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the timerCanceledEventAttributes field is set.
    • getTimerCanceledEventAttributes

      public TimerCanceledEventAttributes getTimerCanceledEventAttributes()
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
      Specified by:
      getTimerCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The timerCanceledEventAttributes.
    • setTimerCanceledEventAttributes

      public HistoryEvent.Builder setTimerCanceledEventAttributes(TimerCanceledEventAttributes value)
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
    • setTimerCanceledEventAttributes

      public HistoryEvent.Builder setTimerCanceledEventAttributes(TimerCanceledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
    • mergeTimerCanceledEventAttributes

      public HistoryEvent.Builder mergeTimerCanceledEventAttributes(TimerCanceledEventAttributes value)
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
    • clearTimerCanceledEventAttributes

      public HistoryEvent.Builder clearTimerCanceledEventAttributes()
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
    • getTimerCanceledEventAttributesBuilder

      public TimerCanceledEventAttributes.Builder getTimerCanceledEventAttributesBuilder()
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
    • getTimerCanceledEventAttributesOrBuilder

      public TimerCanceledEventAttributesOrBuilder getTimerCanceledEventAttributesOrBuilder()
      .temporal.api.history.v1.TimerCanceledEventAttributes timer_canceled_event_attributes = 24;
      Specified by:
      getTimerCanceledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasMarkerRecordedEventAttributes

      public boolean hasMarkerRecordedEventAttributes()
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
      Specified by:
      hasMarkerRecordedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the markerRecordedEventAttributes field is set.
    • getMarkerRecordedEventAttributes

      public MarkerRecordedEventAttributes getMarkerRecordedEventAttributes()
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
      Specified by:
      getMarkerRecordedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The markerRecordedEventAttributes.
    • setMarkerRecordedEventAttributes

      public HistoryEvent.Builder setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes value)
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
    • setMarkerRecordedEventAttributes

      public HistoryEvent.Builder setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
    • mergeMarkerRecordedEventAttributes

      public HistoryEvent.Builder mergeMarkerRecordedEventAttributes(MarkerRecordedEventAttributes value)
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
    • clearMarkerRecordedEventAttributes

      public HistoryEvent.Builder clearMarkerRecordedEventAttributes()
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
    • getMarkerRecordedEventAttributesBuilder

      public MarkerRecordedEventAttributes.Builder getMarkerRecordedEventAttributesBuilder()
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
    • getMarkerRecordedEventAttributesOrBuilder

      public MarkerRecordedEventAttributesOrBuilder getMarkerRecordedEventAttributesOrBuilder()
      .temporal.api.history.v1.MarkerRecordedEventAttributes marker_recorded_event_attributes = 25;
      Specified by:
      getMarkerRecordedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionSignaledEventAttributes

      public boolean hasWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
      Specified by:
      hasWorkflowExecutionSignaledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionSignaledEventAttributes field is set.
    • getWorkflowExecutionSignaledEventAttributes

      public WorkflowExecutionSignaledEventAttributes getWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
      Specified by:
      getWorkflowExecutionSignaledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionSignaledEventAttributes.
    • setWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
    • setWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
    • mergeWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
    • clearWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
    • getWorkflowExecutionSignaledEventAttributesBuilder

      public WorkflowExecutionSignaledEventAttributes.Builder getWorkflowExecutionSignaledEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
    • getWorkflowExecutionSignaledEventAttributesOrBuilder

      public WorkflowExecutionSignaledEventAttributesOrBuilder getWorkflowExecutionSignaledEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes workflow_execution_signaled_event_attributes = 26;
      Specified by:
      getWorkflowExecutionSignaledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionTerminatedEventAttributes

      public boolean hasWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
      Specified by:
      hasWorkflowExecutionTerminatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionTerminatedEventAttributes field is set.
    • getWorkflowExecutionTerminatedEventAttributes

      public WorkflowExecutionTerminatedEventAttributes getWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
      Specified by:
      getWorkflowExecutionTerminatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionTerminatedEventAttributes.
    • setWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
    • setWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
    • mergeWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
    • clearWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
    • getWorkflowExecutionTerminatedEventAttributesBuilder

      public WorkflowExecutionTerminatedEventAttributes.Builder getWorkflowExecutionTerminatedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
    • getWorkflowExecutionTerminatedEventAttributesOrBuilder

      public WorkflowExecutionTerminatedEventAttributesOrBuilder getWorkflowExecutionTerminatedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes workflow_execution_terminated_event_attributes = 27;
      Specified by:
      getWorkflowExecutionTerminatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionCancelRequestedEventAttributes

      public boolean hasWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
      Specified by:
      hasWorkflowExecutionCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionCancelRequestedEventAttributes field is set.
    • getWorkflowExecutionCancelRequestedEventAttributes

      public WorkflowExecutionCancelRequestedEventAttributes getWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
      Specified by:
      getWorkflowExecutionCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionCancelRequestedEventAttributes.
    • setWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
    • setWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
    • mergeWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
    • clearWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
    • getWorkflowExecutionCancelRequestedEventAttributesBuilder

      public WorkflowExecutionCancelRequestedEventAttributes.Builder getWorkflowExecutionCancelRequestedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
    • getWorkflowExecutionCancelRequestedEventAttributesOrBuilder

      public WorkflowExecutionCancelRequestedEventAttributesOrBuilder getWorkflowExecutionCancelRequestedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes workflow_execution_cancel_requested_event_attributes = 28;
      Specified by:
      getWorkflowExecutionCancelRequestedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionCanceledEventAttributes

      public boolean hasWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
      Specified by:
      hasWorkflowExecutionCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionCanceledEventAttributes field is set.
    • getWorkflowExecutionCanceledEventAttributes

      public WorkflowExecutionCanceledEventAttributes getWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
      Specified by:
      getWorkflowExecutionCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionCanceledEventAttributes.
    • setWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
    • setWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
    • mergeWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
    • clearWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
    • getWorkflowExecutionCanceledEventAttributesBuilder

      public WorkflowExecutionCanceledEventAttributes.Builder getWorkflowExecutionCanceledEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
    • getWorkflowExecutionCanceledEventAttributesOrBuilder

      public WorkflowExecutionCanceledEventAttributesOrBuilder getWorkflowExecutionCanceledEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes workflow_execution_canceled_event_attributes = 29;
      Specified by:
      getWorkflowExecutionCanceledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public boolean hasRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
      Specified by:
      hasRequestCancelExternalWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the requestCancelExternalWorkflowExecutionInitiatedEventAttributes field is set.
    • getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
      Specified by:
      getRequestCancelExternalWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The requestCancelExternalWorkflowExecutionInitiatedEventAttributes.
    • setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
    • setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
    • mergeRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder mergeRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
    • clearRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder clearRequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
    • getRequestCancelExternalWorkflowExecutionInitiatedEventAttributesBuilder

      public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder getRequestCancelExternalWorkflowExecutionInitiatedEventAttributesBuilder()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
    • getRequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder

      public RequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder getRequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes request_cancel_external_workflow_execution_initiated_event_attributes = 30;
      Specified by:
      getRequestCancelExternalWorkflowExecutionInitiatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public boolean hasRequestCancelExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
      Specified by:
      hasRequestCancelExternalWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the requestCancelExternalWorkflowExecutionFailedEventAttributes field is set.
    • getRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public RequestCancelExternalWorkflowExecutionFailedEventAttributes getRequestCancelExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
      Specified by:
      getRequestCancelExternalWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The requestCancelExternalWorkflowExecutionFailedEventAttributes.
    • setRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
    • setRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
    • mergeRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder mergeRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
    • clearRequestCancelExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder clearRequestCancelExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
    • getRequestCancelExternalWorkflowExecutionFailedEventAttributesBuilder

      public RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder getRequestCancelExternalWorkflowExecutionFailedEventAttributesBuilder()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
    • getRequestCancelExternalWorkflowExecutionFailedEventAttributesOrBuilder

      public RequestCancelExternalWorkflowExecutionFailedEventAttributesOrBuilder getRequestCancelExternalWorkflowExecutionFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes request_cancel_external_workflow_execution_failed_event_attributes = 31;
      Specified by:
      getRequestCancelExternalWorkflowExecutionFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasExternalWorkflowExecutionCancelRequestedEventAttributes

      public boolean hasExternalWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
      Specified by:
      hasExternalWorkflowExecutionCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the externalWorkflowExecutionCancelRequestedEventAttributes field is set.
    • getExternalWorkflowExecutionCancelRequestedEventAttributes

      public ExternalWorkflowExecutionCancelRequestedEventAttributes getExternalWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
      Specified by:
      getExternalWorkflowExecutionCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The externalWorkflowExecutionCancelRequestedEventAttributes.
    • setExternalWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes value)
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
    • setExternalWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
    • mergeExternalWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder mergeExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes value)
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
    • clearExternalWorkflowExecutionCancelRequestedEventAttributes

      public HistoryEvent.Builder clearExternalWorkflowExecutionCancelRequestedEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
    • getExternalWorkflowExecutionCancelRequestedEventAttributesBuilder

      public ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder getExternalWorkflowExecutionCancelRequestedEventAttributesBuilder()
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
    • getExternalWorkflowExecutionCancelRequestedEventAttributesOrBuilder

      public ExternalWorkflowExecutionCancelRequestedEventAttributesOrBuilder getExternalWorkflowExecutionCancelRequestedEventAttributesOrBuilder()
      .temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes external_workflow_execution_cancel_requested_event_attributes = 32;
      Specified by:
      getExternalWorkflowExecutionCancelRequestedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionContinuedAsNewEventAttributes

      public boolean hasWorkflowExecutionContinuedAsNewEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
      Specified by:
      hasWorkflowExecutionContinuedAsNewEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionContinuedAsNewEventAttributes field is set.
    • getWorkflowExecutionContinuedAsNewEventAttributes

      public WorkflowExecutionContinuedAsNewEventAttributes getWorkflowExecutionContinuedAsNewEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
      Specified by:
      getWorkflowExecutionContinuedAsNewEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionContinuedAsNewEventAttributes.
    • setWorkflowExecutionContinuedAsNewEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
    • setWorkflowExecutionContinuedAsNewEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
    • mergeWorkflowExecutionContinuedAsNewEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
    • clearWorkflowExecutionContinuedAsNewEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionContinuedAsNewEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
    • getWorkflowExecutionContinuedAsNewEventAttributesBuilder

      public WorkflowExecutionContinuedAsNewEventAttributes.Builder getWorkflowExecutionContinuedAsNewEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
    • getWorkflowExecutionContinuedAsNewEventAttributesOrBuilder

      public WorkflowExecutionContinuedAsNewEventAttributesOrBuilder getWorkflowExecutionContinuedAsNewEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes workflow_execution_continued_as_new_event_attributes = 33;
      Specified by:
      getWorkflowExecutionContinuedAsNewEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasStartChildWorkflowExecutionInitiatedEventAttributes

      public boolean hasStartChildWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
      Specified by:
      hasStartChildWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the startChildWorkflowExecutionInitiatedEventAttributes field is set.
    • getStartChildWorkflowExecutionInitiatedEventAttributes

      public StartChildWorkflowExecutionInitiatedEventAttributes getStartChildWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
      Specified by:
      getStartChildWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The startChildWorkflowExecutionInitiatedEventAttributes.
    • setStartChildWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
    • setStartChildWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
    • mergeStartChildWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder mergeStartChildWorkflowExecutionInitiatedEventAttributes(StartChildWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
    • clearStartChildWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder clearStartChildWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
    • getStartChildWorkflowExecutionInitiatedEventAttributesBuilder

      public StartChildWorkflowExecutionInitiatedEventAttributes.Builder getStartChildWorkflowExecutionInitiatedEventAttributesBuilder()
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
    • getStartChildWorkflowExecutionInitiatedEventAttributesOrBuilder

      public StartChildWorkflowExecutionInitiatedEventAttributesOrBuilder getStartChildWorkflowExecutionInitiatedEventAttributesOrBuilder()
      .temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes start_child_workflow_execution_initiated_event_attributes = 34;
      Specified by:
      getStartChildWorkflowExecutionInitiatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasStartChildWorkflowExecutionFailedEventAttributes

      public boolean hasStartChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
      Specified by:
      hasStartChildWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the startChildWorkflowExecutionFailedEventAttributes field is set.
    • getStartChildWorkflowExecutionFailedEventAttributes

      public StartChildWorkflowExecutionFailedEventAttributes getStartChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
      Specified by:
      getStartChildWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The startChildWorkflowExecutionFailedEventAttributes.
    • setStartChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
    • setStartChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
    • mergeStartChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder mergeStartChildWorkflowExecutionFailedEventAttributes(StartChildWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
    • clearStartChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder clearStartChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
    • getStartChildWorkflowExecutionFailedEventAttributesBuilder

      public StartChildWorkflowExecutionFailedEventAttributes.Builder getStartChildWorkflowExecutionFailedEventAttributesBuilder()
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
    • getStartChildWorkflowExecutionFailedEventAttributesOrBuilder

      public StartChildWorkflowExecutionFailedEventAttributesOrBuilder getStartChildWorkflowExecutionFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes start_child_workflow_execution_failed_event_attributes = 35;
      Specified by:
      getStartChildWorkflowExecutionFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionStartedEventAttributes

      public boolean hasChildWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
      Specified by:
      hasChildWorkflowExecutionStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionStartedEventAttributes field is set.
    • getChildWorkflowExecutionStartedEventAttributes

      public ChildWorkflowExecutionStartedEventAttributes getChildWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
      Specified by:
      getChildWorkflowExecutionStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionStartedEventAttributes.
    • setChildWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
    • setChildWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
    • mergeChildWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
    • clearChildWorkflowExecutionStartedEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionStartedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
    • getChildWorkflowExecutionStartedEventAttributesBuilder

      public ChildWorkflowExecutionStartedEventAttributes.Builder getChildWorkflowExecutionStartedEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
    • getChildWorkflowExecutionStartedEventAttributesOrBuilder

      public ChildWorkflowExecutionStartedEventAttributesOrBuilder getChildWorkflowExecutionStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes child_workflow_execution_started_event_attributes = 36;
      Specified by:
      getChildWorkflowExecutionStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionCompletedEventAttributes

      public boolean hasChildWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
      Specified by:
      hasChildWorkflowExecutionCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionCompletedEventAttributes field is set.
    • getChildWorkflowExecutionCompletedEventAttributes

      public ChildWorkflowExecutionCompletedEventAttributes getChildWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
      Specified by:
      getChildWorkflowExecutionCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionCompletedEventAttributes.
    • setChildWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
    • setChildWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
    • mergeChildWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
    • clearChildWorkflowExecutionCompletedEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionCompletedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
    • getChildWorkflowExecutionCompletedEventAttributesBuilder

      public ChildWorkflowExecutionCompletedEventAttributes.Builder getChildWorkflowExecutionCompletedEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
    • getChildWorkflowExecutionCompletedEventAttributesOrBuilder

      public ChildWorkflowExecutionCompletedEventAttributesOrBuilder getChildWorkflowExecutionCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes child_workflow_execution_completed_event_attributes = 37;
      Specified by:
      getChildWorkflowExecutionCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionFailedEventAttributes

      public boolean hasChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
      Specified by:
      hasChildWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionFailedEventAttributes field is set.
    • getChildWorkflowExecutionFailedEventAttributes

      public ChildWorkflowExecutionFailedEventAttributes getChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
      Specified by:
      getChildWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionFailedEventAttributes.
    • setChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
    • setChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
    • mergeChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
    • clearChildWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
    • getChildWorkflowExecutionFailedEventAttributesBuilder

      public ChildWorkflowExecutionFailedEventAttributes.Builder getChildWorkflowExecutionFailedEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
    • getChildWorkflowExecutionFailedEventAttributesOrBuilder

      public ChildWorkflowExecutionFailedEventAttributesOrBuilder getChildWorkflowExecutionFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes child_workflow_execution_failed_event_attributes = 38;
      Specified by:
      getChildWorkflowExecutionFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionCanceledEventAttributes

      public boolean hasChildWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
      Specified by:
      hasChildWorkflowExecutionCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionCanceledEventAttributes field is set.
    • getChildWorkflowExecutionCanceledEventAttributes

      public ChildWorkflowExecutionCanceledEventAttributes getChildWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
      Specified by:
      getChildWorkflowExecutionCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionCanceledEventAttributes.
    • setChildWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
    • setChildWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
    • mergeChildWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
    • clearChildWorkflowExecutionCanceledEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionCanceledEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
    • getChildWorkflowExecutionCanceledEventAttributesBuilder

      public ChildWorkflowExecutionCanceledEventAttributes.Builder getChildWorkflowExecutionCanceledEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
    • getChildWorkflowExecutionCanceledEventAttributesOrBuilder

      public ChildWorkflowExecutionCanceledEventAttributesOrBuilder getChildWorkflowExecutionCanceledEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes child_workflow_execution_canceled_event_attributes = 39;
      Specified by:
      getChildWorkflowExecutionCanceledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionTimedOutEventAttributes

      public boolean hasChildWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
      Specified by:
      hasChildWorkflowExecutionTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionTimedOutEventAttributes field is set.
    • getChildWorkflowExecutionTimedOutEventAttributes

      public ChildWorkflowExecutionTimedOutEventAttributes getChildWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
      Specified by:
      getChildWorkflowExecutionTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionTimedOutEventAttributes.
    • setChildWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
    • setChildWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
    • mergeChildWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
    • clearChildWorkflowExecutionTimedOutEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionTimedOutEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
    • getChildWorkflowExecutionTimedOutEventAttributesBuilder

      public ChildWorkflowExecutionTimedOutEventAttributes.Builder getChildWorkflowExecutionTimedOutEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
    • getChildWorkflowExecutionTimedOutEventAttributesOrBuilder

      public ChildWorkflowExecutionTimedOutEventAttributesOrBuilder getChildWorkflowExecutionTimedOutEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes child_workflow_execution_timed_out_event_attributes = 40;
      Specified by:
      getChildWorkflowExecutionTimedOutEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasChildWorkflowExecutionTerminatedEventAttributes

      public boolean hasChildWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
      Specified by:
      hasChildWorkflowExecutionTerminatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the childWorkflowExecutionTerminatedEventAttributes field is set.
    • getChildWorkflowExecutionTerminatedEventAttributes

      public ChildWorkflowExecutionTerminatedEventAttributes getChildWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
      Specified by:
      getChildWorkflowExecutionTerminatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The childWorkflowExecutionTerminatedEventAttributes.
    • setChildWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
    • setChildWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
    • mergeChildWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder mergeChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes value)
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
    • clearChildWorkflowExecutionTerminatedEventAttributes

      public HistoryEvent.Builder clearChildWorkflowExecutionTerminatedEventAttributes()
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
    • getChildWorkflowExecutionTerminatedEventAttributesBuilder

      public ChildWorkflowExecutionTerminatedEventAttributes.Builder getChildWorkflowExecutionTerminatedEventAttributesBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
    • getChildWorkflowExecutionTerminatedEventAttributesOrBuilder

      public ChildWorkflowExecutionTerminatedEventAttributesOrBuilder getChildWorkflowExecutionTerminatedEventAttributesOrBuilder()
      .temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes child_workflow_execution_terminated_event_attributes = 41;
      Specified by:
      getChildWorkflowExecutionTerminatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasSignalExternalWorkflowExecutionInitiatedEventAttributes

      public boolean hasSignalExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
      Specified by:
      hasSignalExternalWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the signalExternalWorkflowExecutionInitiatedEventAttributes field is set.
    • getSignalExternalWorkflowExecutionInitiatedEventAttributes

      public SignalExternalWorkflowExecutionInitiatedEventAttributes getSignalExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
      Specified by:
      getSignalExternalWorkflowExecutionInitiatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The signalExternalWorkflowExecutionInitiatedEventAttributes.
    • setSignalExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
    • setSignalExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
    • mergeSignalExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder mergeSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes value)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
    • clearSignalExternalWorkflowExecutionInitiatedEventAttributes

      public HistoryEvent.Builder clearSignalExternalWorkflowExecutionInitiatedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
    • getSignalExternalWorkflowExecutionInitiatedEventAttributesBuilder

      public SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder getSignalExternalWorkflowExecutionInitiatedEventAttributesBuilder()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
    • getSignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder

      public SignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder getSignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes signal_external_workflow_execution_initiated_event_attributes = 42;
      Specified by:
      getSignalExternalWorkflowExecutionInitiatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasSignalExternalWorkflowExecutionFailedEventAttributes

      public boolean hasSignalExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
      Specified by:
      hasSignalExternalWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the signalExternalWorkflowExecutionFailedEventAttributes field is set.
    • getSignalExternalWorkflowExecutionFailedEventAttributes

      public SignalExternalWorkflowExecutionFailedEventAttributes getSignalExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
      Specified by:
      getSignalExternalWorkflowExecutionFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The signalExternalWorkflowExecutionFailedEventAttributes.
    • setSignalExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
    • setSignalExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
    • mergeSignalExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder mergeSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes value)
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
    • clearSignalExternalWorkflowExecutionFailedEventAttributes

      public HistoryEvent.Builder clearSignalExternalWorkflowExecutionFailedEventAttributes()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
    • getSignalExternalWorkflowExecutionFailedEventAttributesBuilder

      public SignalExternalWorkflowExecutionFailedEventAttributes.Builder getSignalExternalWorkflowExecutionFailedEventAttributesBuilder()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
    • getSignalExternalWorkflowExecutionFailedEventAttributesOrBuilder

      public SignalExternalWorkflowExecutionFailedEventAttributesOrBuilder getSignalExternalWorkflowExecutionFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes signal_external_workflow_execution_failed_event_attributes = 43;
      Specified by:
      getSignalExternalWorkflowExecutionFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasExternalWorkflowExecutionSignaledEventAttributes

      public boolean hasExternalWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
      Specified by:
      hasExternalWorkflowExecutionSignaledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the externalWorkflowExecutionSignaledEventAttributes field is set.
    • getExternalWorkflowExecutionSignaledEventAttributes

      public ExternalWorkflowExecutionSignaledEventAttributes getExternalWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
      Specified by:
      getExternalWorkflowExecutionSignaledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The externalWorkflowExecutionSignaledEventAttributes.
    • setExternalWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes value)
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
    • setExternalWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
    • mergeExternalWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder mergeExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes value)
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
    • clearExternalWorkflowExecutionSignaledEventAttributes

      public HistoryEvent.Builder clearExternalWorkflowExecutionSignaledEventAttributes()
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
    • getExternalWorkflowExecutionSignaledEventAttributesBuilder

      public ExternalWorkflowExecutionSignaledEventAttributes.Builder getExternalWorkflowExecutionSignaledEventAttributesBuilder()
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
    • getExternalWorkflowExecutionSignaledEventAttributesOrBuilder

      public ExternalWorkflowExecutionSignaledEventAttributesOrBuilder getExternalWorkflowExecutionSignaledEventAttributesOrBuilder()
      .temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes external_workflow_execution_signaled_event_attributes = 44;
      Specified by:
      getExternalWorkflowExecutionSignaledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasUpsertWorkflowSearchAttributesEventAttributes

      public boolean hasUpsertWorkflowSearchAttributesEventAttributes()
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
      Specified by:
      hasUpsertWorkflowSearchAttributesEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the upsertWorkflowSearchAttributesEventAttributes field is set.
    • getUpsertWorkflowSearchAttributesEventAttributes

      public UpsertWorkflowSearchAttributesEventAttributes getUpsertWorkflowSearchAttributesEventAttributes()
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
      Specified by:
      getUpsertWorkflowSearchAttributesEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The upsertWorkflowSearchAttributesEventAttributes.
    • setUpsertWorkflowSearchAttributesEventAttributes

      public HistoryEvent.Builder setUpsertWorkflowSearchAttributesEventAttributes(UpsertWorkflowSearchAttributesEventAttributes value)
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
    • setUpsertWorkflowSearchAttributesEventAttributes

      public HistoryEvent.Builder setUpsertWorkflowSearchAttributesEventAttributes(UpsertWorkflowSearchAttributesEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
    • mergeUpsertWorkflowSearchAttributesEventAttributes

      public HistoryEvent.Builder mergeUpsertWorkflowSearchAttributesEventAttributes(UpsertWorkflowSearchAttributesEventAttributes value)
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
    • clearUpsertWorkflowSearchAttributesEventAttributes

      public HistoryEvent.Builder clearUpsertWorkflowSearchAttributesEventAttributes()
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
    • getUpsertWorkflowSearchAttributesEventAttributesBuilder

      public UpsertWorkflowSearchAttributesEventAttributes.Builder getUpsertWorkflowSearchAttributesEventAttributesBuilder()
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
    • getUpsertWorkflowSearchAttributesEventAttributesOrBuilder

      public UpsertWorkflowSearchAttributesEventAttributesOrBuilder getUpsertWorkflowSearchAttributesEventAttributesOrBuilder()
      .temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes upsert_workflow_search_attributes_event_attributes = 45;
      Specified by:
      getUpsertWorkflowSearchAttributesEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionUpdateAcceptedEventAttributes

      public boolean hasWorkflowExecutionUpdateAcceptedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
      Specified by:
      hasWorkflowExecutionUpdateAcceptedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionUpdateAcceptedEventAttributes field is set.
    • getWorkflowExecutionUpdateAcceptedEventAttributes

      public WorkflowExecutionUpdateAcceptedEventAttributes getWorkflowExecutionUpdateAcceptedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
      Specified by:
      getWorkflowExecutionUpdateAcceptedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionUpdateAcceptedEventAttributes.
    • setWorkflowExecutionUpdateAcceptedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateAcceptedEventAttributes(WorkflowExecutionUpdateAcceptedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
    • setWorkflowExecutionUpdateAcceptedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateAcceptedEventAttributes(WorkflowExecutionUpdateAcceptedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
    • mergeWorkflowExecutionUpdateAcceptedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionUpdateAcceptedEventAttributes(WorkflowExecutionUpdateAcceptedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
    • clearWorkflowExecutionUpdateAcceptedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionUpdateAcceptedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
    • getWorkflowExecutionUpdateAcceptedEventAttributesBuilder

      public WorkflowExecutionUpdateAcceptedEventAttributes.Builder getWorkflowExecutionUpdateAcceptedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
    • getWorkflowExecutionUpdateAcceptedEventAttributesOrBuilder

      public WorkflowExecutionUpdateAcceptedEventAttributesOrBuilder getWorkflowExecutionUpdateAcceptedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateAcceptedEventAttributes workflow_execution_update_accepted_event_attributes = 46;
      Specified by:
      getWorkflowExecutionUpdateAcceptedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionUpdateRejectedEventAttributes

      public boolean hasWorkflowExecutionUpdateRejectedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
      Specified by:
      hasWorkflowExecutionUpdateRejectedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionUpdateRejectedEventAttributes field is set.
    • getWorkflowExecutionUpdateRejectedEventAttributes

      public WorkflowExecutionUpdateRejectedEventAttributes getWorkflowExecutionUpdateRejectedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
      Specified by:
      getWorkflowExecutionUpdateRejectedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionUpdateRejectedEventAttributes.
    • setWorkflowExecutionUpdateRejectedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateRejectedEventAttributes(WorkflowExecutionUpdateRejectedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
    • setWorkflowExecutionUpdateRejectedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateRejectedEventAttributes(WorkflowExecutionUpdateRejectedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
    • mergeWorkflowExecutionUpdateRejectedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionUpdateRejectedEventAttributes(WorkflowExecutionUpdateRejectedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
    • clearWorkflowExecutionUpdateRejectedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionUpdateRejectedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
    • getWorkflowExecutionUpdateRejectedEventAttributesBuilder

      public WorkflowExecutionUpdateRejectedEventAttributes.Builder getWorkflowExecutionUpdateRejectedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
    • getWorkflowExecutionUpdateRejectedEventAttributesOrBuilder

      public WorkflowExecutionUpdateRejectedEventAttributesOrBuilder getWorkflowExecutionUpdateRejectedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateRejectedEventAttributes workflow_execution_update_rejected_event_attributes = 47;
      Specified by:
      getWorkflowExecutionUpdateRejectedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionUpdateCompletedEventAttributes

      public boolean hasWorkflowExecutionUpdateCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
      Specified by:
      hasWorkflowExecutionUpdateCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionUpdateCompletedEventAttributes field is set.
    • getWorkflowExecutionUpdateCompletedEventAttributes

      public WorkflowExecutionUpdateCompletedEventAttributes getWorkflowExecutionUpdateCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
      Specified by:
      getWorkflowExecutionUpdateCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionUpdateCompletedEventAttributes.
    • setWorkflowExecutionUpdateCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateCompletedEventAttributes(WorkflowExecutionUpdateCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
    • setWorkflowExecutionUpdateCompletedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateCompletedEventAttributes(WorkflowExecutionUpdateCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
    • mergeWorkflowExecutionUpdateCompletedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionUpdateCompletedEventAttributes(WorkflowExecutionUpdateCompletedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
    • clearWorkflowExecutionUpdateCompletedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionUpdateCompletedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
    • getWorkflowExecutionUpdateCompletedEventAttributesBuilder

      public WorkflowExecutionUpdateCompletedEventAttributes.Builder getWorkflowExecutionUpdateCompletedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
    • getWorkflowExecutionUpdateCompletedEventAttributesOrBuilder

      public WorkflowExecutionUpdateCompletedEventAttributesOrBuilder getWorkflowExecutionUpdateCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateCompletedEventAttributes workflow_execution_update_completed_event_attributes = 48;
      Specified by:
      getWorkflowExecutionUpdateCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowPropertiesModifiedExternallyEventAttributes

      public boolean hasWorkflowPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
      Specified by:
      hasWorkflowPropertiesModifiedExternallyEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowPropertiesModifiedExternallyEventAttributes field is set.
    • getWorkflowPropertiesModifiedExternallyEventAttributes

      public WorkflowPropertiesModifiedExternallyEventAttributes getWorkflowPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
      Specified by:
      getWorkflowPropertiesModifiedExternallyEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowPropertiesModifiedExternallyEventAttributes.
    • setWorkflowPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder setWorkflowPropertiesModifiedExternallyEventAttributes(WorkflowPropertiesModifiedExternallyEventAttributes value)
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
    • setWorkflowPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder setWorkflowPropertiesModifiedExternallyEventAttributes(WorkflowPropertiesModifiedExternallyEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
    • mergeWorkflowPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder mergeWorkflowPropertiesModifiedExternallyEventAttributes(WorkflowPropertiesModifiedExternallyEventAttributes value)
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
    • clearWorkflowPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder clearWorkflowPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
    • getWorkflowPropertiesModifiedExternallyEventAttributesBuilder

      public WorkflowPropertiesModifiedExternallyEventAttributes.Builder getWorkflowPropertiesModifiedExternallyEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
    • getWorkflowPropertiesModifiedExternallyEventAttributesOrBuilder

      public WorkflowPropertiesModifiedExternallyEventAttributesOrBuilder getWorkflowPropertiesModifiedExternallyEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes workflow_properties_modified_externally_event_attributes = 49;
      Specified by:
      getWorkflowPropertiesModifiedExternallyEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasActivityPropertiesModifiedExternallyEventAttributes

      public boolean hasActivityPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
      Specified by:
      hasActivityPropertiesModifiedExternallyEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the activityPropertiesModifiedExternallyEventAttributes field is set.
    • getActivityPropertiesModifiedExternallyEventAttributes

      public ActivityPropertiesModifiedExternallyEventAttributes getActivityPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
      Specified by:
      getActivityPropertiesModifiedExternallyEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The activityPropertiesModifiedExternallyEventAttributes.
    • setActivityPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder setActivityPropertiesModifiedExternallyEventAttributes(ActivityPropertiesModifiedExternallyEventAttributes value)
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
    • setActivityPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder setActivityPropertiesModifiedExternallyEventAttributes(ActivityPropertiesModifiedExternallyEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
    • mergeActivityPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder mergeActivityPropertiesModifiedExternallyEventAttributes(ActivityPropertiesModifiedExternallyEventAttributes value)
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
    • clearActivityPropertiesModifiedExternallyEventAttributes

      public HistoryEvent.Builder clearActivityPropertiesModifiedExternallyEventAttributes()
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
    • getActivityPropertiesModifiedExternallyEventAttributesBuilder

      public ActivityPropertiesModifiedExternallyEventAttributes.Builder getActivityPropertiesModifiedExternallyEventAttributesBuilder()
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
    • getActivityPropertiesModifiedExternallyEventAttributesOrBuilder

      public ActivityPropertiesModifiedExternallyEventAttributesOrBuilder getActivityPropertiesModifiedExternallyEventAttributesOrBuilder()
      .temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes activity_properties_modified_externally_event_attributes = 50;
      Specified by:
      getActivityPropertiesModifiedExternallyEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowPropertiesModifiedEventAttributes

      public boolean hasWorkflowPropertiesModifiedEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
      Specified by:
      hasWorkflowPropertiesModifiedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowPropertiesModifiedEventAttributes field is set.
    • getWorkflowPropertiesModifiedEventAttributes

      public WorkflowPropertiesModifiedEventAttributes getWorkflowPropertiesModifiedEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
      Specified by:
      getWorkflowPropertiesModifiedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowPropertiesModifiedEventAttributes.
    • setWorkflowPropertiesModifiedEventAttributes

      public HistoryEvent.Builder setWorkflowPropertiesModifiedEventAttributes(WorkflowPropertiesModifiedEventAttributes value)
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
    • setWorkflowPropertiesModifiedEventAttributes

      public HistoryEvent.Builder setWorkflowPropertiesModifiedEventAttributes(WorkflowPropertiesModifiedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
    • mergeWorkflowPropertiesModifiedEventAttributes

      public HistoryEvent.Builder mergeWorkflowPropertiesModifiedEventAttributes(WorkflowPropertiesModifiedEventAttributes value)
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
    • clearWorkflowPropertiesModifiedEventAttributes

      public HistoryEvent.Builder clearWorkflowPropertiesModifiedEventAttributes()
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
    • getWorkflowPropertiesModifiedEventAttributesBuilder

      public WorkflowPropertiesModifiedEventAttributes.Builder getWorkflowPropertiesModifiedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
    • getWorkflowPropertiesModifiedEventAttributesOrBuilder

      public WorkflowPropertiesModifiedEventAttributesOrBuilder getWorkflowPropertiesModifiedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributes workflow_properties_modified_event_attributes = 51;
      Specified by:
      getWorkflowPropertiesModifiedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionUpdateAdmittedEventAttributes

      public boolean hasWorkflowExecutionUpdateAdmittedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
      Specified by:
      hasWorkflowExecutionUpdateAdmittedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionUpdateAdmittedEventAttributes field is set.
    • getWorkflowExecutionUpdateAdmittedEventAttributes

      public WorkflowExecutionUpdateAdmittedEventAttributes getWorkflowExecutionUpdateAdmittedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
      Specified by:
      getWorkflowExecutionUpdateAdmittedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionUpdateAdmittedEventAttributes.
    • setWorkflowExecutionUpdateAdmittedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateAdmittedEventAttributes(WorkflowExecutionUpdateAdmittedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
    • setWorkflowExecutionUpdateAdmittedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUpdateAdmittedEventAttributes(WorkflowExecutionUpdateAdmittedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
    • mergeWorkflowExecutionUpdateAdmittedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionUpdateAdmittedEventAttributes(WorkflowExecutionUpdateAdmittedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
    • clearWorkflowExecutionUpdateAdmittedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionUpdateAdmittedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
    • getWorkflowExecutionUpdateAdmittedEventAttributesBuilder

      public WorkflowExecutionUpdateAdmittedEventAttributes.Builder getWorkflowExecutionUpdateAdmittedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
    • getWorkflowExecutionUpdateAdmittedEventAttributesOrBuilder

      public WorkflowExecutionUpdateAdmittedEventAttributesOrBuilder getWorkflowExecutionUpdateAdmittedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionUpdateAdmittedEventAttributes workflow_execution_update_admitted_event_attributes = 52;
      Specified by:
      getWorkflowExecutionUpdateAdmittedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationScheduledEventAttributes

      public boolean hasNexusOperationScheduledEventAttributes()
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
      Specified by:
      hasNexusOperationScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationScheduledEventAttributes field is set.
    • getNexusOperationScheduledEventAttributes

      public NexusOperationScheduledEventAttributes getNexusOperationScheduledEventAttributes()
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
      Specified by:
      getNexusOperationScheduledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationScheduledEventAttributes.
    • setNexusOperationScheduledEventAttributes

      public HistoryEvent.Builder setNexusOperationScheduledEventAttributes(NexusOperationScheduledEventAttributes value)
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
    • setNexusOperationScheduledEventAttributes

      public HistoryEvent.Builder setNexusOperationScheduledEventAttributes(NexusOperationScheduledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
    • mergeNexusOperationScheduledEventAttributes

      public HistoryEvent.Builder mergeNexusOperationScheduledEventAttributes(NexusOperationScheduledEventAttributes value)
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
    • clearNexusOperationScheduledEventAttributes

      public HistoryEvent.Builder clearNexusOperationScheduledEventAttributes()
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
    • getNexusOperationScheduledEventAttributesBuilder

      public NexusOperationScheduledEventAttributes.Builder getNexusOperationScheduledEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
    • getNexusOperationScheduledEventAttributesOrBuilder

      public NexusOperationScheduledEventAttributesOrBuilder getNexusOperationScheduledEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationScheduledEventAttributes nexus_operation_scheduled_event_attributes = 53;
      Specified by:
      getNexusOperationScheduledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationStartedEventAttributes

      public boolean hasNexusOperationStartedEventAttributes()
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
      Specified by:
      hasNexusOperationStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationStartedEventAttributes field is set.
    • getNexusOperationStartedEventAttributes

      public NexusOperationStartedEventAttributes getNexusOperationStartedEventAttributes()
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
      Specified by:
      getNexusOperationStartedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationStartedEventAttributes.
    • setNexusOperationStartedEventAttributes

      public HistoryEvent.Builder setNexusOperationStartedEventAttributes(NexusOperationStartedEventAttributes value)
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
    • setNexusOperationStartedEventAttributes

      public HistoryEvent.Builder setNexusOperationStartedEventAttributes(NexusOperationStartedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
    • mergeNexusOperationStartedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationStartedEventAttributes(NexusOperationStartedEventAttributes value)
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
    • clearNexusOperationStartedEventAttributes

      public HistoryEvent.Builder clearNexusOperationStartedEventAttributes()
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
    • getNexusOperationStartedEventAttributesBuilder

      public NexusOperationStartedEventAttributes.Builder getNexusOperationStartedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
    • getNexusOperationStartedEventAttributesOrBuilder

      public NexusOperationStartedEventAttributesOrBuilder getNexusOperationStartedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationStartedEventAttributes nexus_operation_started_event_attributes = 54;
      Specified by:
      getNexusOperationStartedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationCompletedEventAttributes

      public boolean hasNexusOperationCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
      Specified by:
      hasNexusOperationCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationCompletedEventAttributes field is set.
    • getNexusOperationCompletedEventAttributes

      public NexusOperationCompletedEventAttributes getNexusOperationCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
      Specified by:
      getNexusOperationCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationCompletedEventAttributes.
    • setNexusOperationCompletedEventAttributes

      public HistoryEvent.Builder setNexusOperationCompletedEventAttributes(NexusOperationCompletedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
    • setNexusOperationCompletedEventAttributes

      public HistoryEvent.Builder setNexusOperationCompletedEventAttributes(NexusOperationCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
    • mergeNexusOperationCompletedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationCompletedEventAttributes(NexusOperationCompletedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
    • clearNexusOperationCompletedEventAttributes

      public HistoryEvent.Builder clearNexusOperationCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
    • getNexusOperationCompletedEventAttributesBuilder

      public NexusOperationCompletedEventAttributes.Builder getNexusOperationCompletedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
    • getNexusOperationCompletedEventAttributesOrBuilder

      public NexusOperationCompletedEventAttributesOrBuilder getNexusOperationCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationCompletedEventAttributes nexus_operation_completed_event_attributes = 55;
      Specified by:
      getNexusOperationCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationFailedEventAttributes

      public boolean hasNexusOperationFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
      Specified by:
      hasNexusOperationFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationFailedEventAttributes field is set.
    • getNexusOperationFailedEventAttributes

      public NexusOperationFailedEventAttributes getNexusOperationFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
      Specified by:
      getNexusOperationFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationFailedEventAttributes.
    • setNexusOperationFailedEventAttributes

      public HistoryEvent.Builder setNexusOperationFailedEventAttributes(NexusOperationFailedEventAttributes value)
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
    • setNexusOperationFailedEventAttributes

      public HistoryEvent.Builder setNexusOperationFailedEventAttributes(NexusOperationFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
    • mergeNexusOperationFailedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationFailedEventAttributes(NexusOperationFailedEventAttributes value)
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
    • clearNexusOperationFailedEventAttributes

      public HistoryEvent.Builder clearNexusOperationFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
    • getNexusOperationFailedEventAttributesBuilder

      public NexusOperationFailedEventAttributes.Builder getNexusOperationFailedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
    • getNexusOperationFailedEventAttributesOrBuilder

      public NexusOperationFailedEventAttributesOrBuilder getNexusOperationFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationFailedEventAttributes nexus_operation_failed_event_attributes = 56;
      Specified by:
      getNexusOperationFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationCanceledEventAttributes

      public boolean hasNexusOperationCanceledEventAttributes()
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
      Specified by:
      hasNexusOperationCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationCanceledEventAttributes field is set.
    • getNexusOperationCanceledEventAttributes

      public NexusOperationCanceledEventAttributes getNexusOperationCanceledEventAttributes()
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
      Specified by:
      getNexusOperationCanceledEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationCanceledEventAttributes.
    • setNexusOperationCanceledEventAttributes

      public HistoryEvent.Builder setNexusOperationCanceledEventAttributes(NexusOperationCanceledEventAttributes value)
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
    • setNexusOperationCanceledEventAttributes

      public HistoryEvent.Builder setNexusOperationCanceledEventAttributes(NexusOperationCanceledEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
    • mergeNexusOperationCanceledEventAttributes

      public HistoryEvent.Builder mergeNexusOperationCanceledEventAttributes(NexusOperationCanceledEventAttributes value)
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
    • clearNexusOperationCanceledEventAttributes

      public HistoryEvent.Builder clearNexusOperationCanceledEventAttributes()
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
    • getNexusOperationCanceledEventAttributesBuilder

      public NexusOperationCanceledEventAttributes.Builder getNexusOperationCanceledEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
    • getNexusOperationCanceledEventAttributesOrBuilder

      public NexusOperationCanceledEventAttributesOrBuilder getNexusOperationCanceledEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationCanceledEventAttributes nexus_operation_canceled_event_attributes = 57;
      Specified by:
      getNexusOperationCanceledEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationTimedOutEventAttributes

      public boolean hasNexusOperationTimedOutEventAttributes()
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
      Specified by:
      hasNexusOperationTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationTimedOutEventAttributes field is set.
    • getNexusOperationTimedOutEventAttributes

      public NexusOperationTimedOutEventAttributes getNexusOperationTimedOutEventAttributes()
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
      Specified by:
      getNexusOperationTimedOutEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationTimedOutEventAttributes.
    • setNexusOperationTimedOutEventAttributes

      public HistoryEvent.Builder setNexusOperationTimedOutEventAttributes(NexusOperationTimedOutEventAttributes value)
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
    • setNexusOperationTimedOutEventAttributes

      public HistoryEvent.Builder setNexusOperationTimedOutEventAttributes(NexusOperationTimedOutEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
    • mergeNexusOperationTimedOutEventAttributes

      public HistoryEvent.Builder mergeNexusOperationTimedOutEventAttributes(NexusOperationTimedOutEventAttributes value)
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
    • clearNexusOperationTimedOutEventAttributes

      public HistoryEvent.Builder clearNexusOperationTimedOutEventAttributes()
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
    • getNexusOperationTimedOutEventAttributesBuilder

      public NexusOperationTimedOutEventAttributes.Builder getNexusOperationTimedOutEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
    • getNexusOperationTimedOutEventAttributesOrBuilder

      public NexusOperationTimedOutEventAttributesOrBuilder getNexusOperationTimedOutEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationTimedOutEventAttributes nexus_operation_timed_out_event_attributes = 58;
      Specified by:
      getNexusOperationTimedOutEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationCancelRequestedEventAttributes

      public boolean hasNexusOperationCancelRequestedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
      Specified by:
      hasNexusOperationCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationCancelRequestedEventAttributes field is set.
    • getNexusOperationCancelRequestedEventAttributes

      public NexusOperationCancelRequestedEventAttributes getNexusOperationCancelRequestedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
      Specified by:
      getNexusOperationCancelRequestedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationCancelRequestedEventAttributes.
    • setNexusOperationCancelRequestedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestedEventAttributes(NexusOperationCancelRequestedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
    • setNexusOperationCancelRequestedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestedEventAttributes(NexusOperationCancelRequestedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
    • mergeNexusOperationCancelRequestedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationCancelRequestedEventAttributes(NexusOperationCancelRequestedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
    • clearNexusOperationCancelRequestedEventAttributes

      public HistoryEvent.Builder clearNexusOperationCancelRequestedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
    • getNexusOperationCancelRequestedEventAttributesBuilder

      public NexusOperationCancelRequestedEventAttributes.Builder getNexusOperationCancelRequestedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
    • getNexusOperationCancelRequestedEventAttributesOrBuilder

      public NexusOperationCancelRequestedEventAttributesOrBuilder getNexusOperationCancelRequestedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestedEventAttributes nexus_operation_cancel_requested_event_attributes = 59;
      Specified by:
      getNexusOperationCancelRequestedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionOptionsUpdatedEventAttributes

      public boolean hasWorkflowExecutionOptionsUpdatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
      Specified by:
      hasWorkflowExecutionOptionsUpdatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionOptionsUpdatedEventAttributes field is set.
    • getWorkflowExecutionOptionsUpdatedEventAttributes

      public WorkflowExecutionOptionsUpdatedEventAttributes getWorkflowExecutionOptionsUpdatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
      Specified by:
      getWorkflowExecutionOptionsUpdatedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionOptionsUpdatedEventAttributes.
    • setWorkflowExecutionOptionsUpdatedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionOptionsUpdatedEventAttributes(WorkflowExecutionOptionsUpdatedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
    • setWorkflowExecutionOptionsUpdatedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionOptionsUpdatedEventAttributes(WorkflowExecutionOptionsUpdatedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
    • mergeWorkflowExecutionOptionsUpdatedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionOptionsUpdatedEventAttributes(WorkflowExecutionOptionsUpdatedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
    • clearWorkflowExecutionOptionsUpdatedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionOptionsUpdatedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
    • getWorkflowExecutionOptionsUpdatedEventAttributesBuilder

      public WorkflowExecutionOptionsUpdatedEventAttributes.Builder getWorkflowExecutionOptionsUpdatedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
    • getWorkflowExecutionOptionsUpdatedEventAttributesOrBuilder

      public WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder getWorkflowExecutionOptionsUpdatedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes workflow_execution_options_updated_event_attributes = 60;
      Specified by:
      getWorkflowExecutionOptionsUpdatedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationCancelRequestCompletedEventAttributes

      public boolean hasNexusOperationCancelRequestCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
      Specified by:
      hasNexusOperationCancelRequestCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationCancelRequestCompletedEventAttributes field is set.
    • getNexusOperationCancelRequestCompletedEventAttributes

      public NexusOperationCancelRequestCompletedEventAttributes getNexusOperationCancelRequestCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
      Specified by:
      getNexusOperationCancelRequestCompletedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationCancelRequestCompletedEventAttributes.
    • setNexusOperationCancelRequestCompletedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestCompletedEventAttributes(NexusOperationCancelRequestCompletedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
    • setNexusOperationCancelRequestCompletedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestCompletedEventAttributes(NexusOperationCancelRequestCompletedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
    • mergeNexusOperationCancelRequestCompletedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationCancelRequestCompletedEventAttributes(NexusOperationCancelRequestCompletedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
    • clearNexusOperationCancelRequestCompletedEventAttributes

      public HistoryEvent.Builder clearNexusOperationCancelRequestCompletedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
    • getNexusOperationCancelRequestCompletedEventAttributesBuilder

      public NexusOperationCancelRequestCompletedEventAttributes.Builder getNexusOperationCancelRequestCompletedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
    • getNexusOperationCancelRequestCompletedEventAttributesOrBuilder

      public NexusOperationCancelRequestCompletedEventAttributesOrBuilder getNexusOperationCancelRequestCompletedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestCompletedEventAttributes nexus_operation_cancel_request_completed_event_attributes = 61;
      Specified by:
      getNexusOperationCancelRequestCompletedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasNexusOperationCancelRequestFailedEventAttributes

      public boolean hasNexusOperationCancelRequestFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
      Specified by:
      hasNexusOperationCancelRequestFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the nexusOperationCancelRequestFailedEventAttributes field is set.
    • getNexusOperationCancelRequestFailedEventAttributes

      public NexusOperationCancelRequestFailedEventAttributes getNexusOperationCancelRequestFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
      Specified by:
      getNexusOperationCancelRequestFailedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The nexusOperationCancelRequestFailedEventAttributes.
    • setNexusOperationCancelRequestFailedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestFailedEventAttributes(NexusOperationCancelRequestFailedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
    • setNexusOperationCancelRequestFailedEventAttributes

      public HistoryEvent.Builder setNexusOperationCancelRequestFailedEventAttributes(NexusOperationCancelRequestFailedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
    • mergeNexusOperationCancelRequestFailedEventAttributes

      public HistoryEvent.Builder mergeNexusOperationCancelRequestFailedEventAttributes(NexusOperationCancelRequestFailedEventAttributes value)
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
    • clearNexusOperationCancelRequestFailedEventAttributes

      public HistoryEvent.Builder clearNexusOperationCancelRequestFailedEventAttributes()
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
    • getNexusOperationCancelRequestFailedEventAttributesBuilder

      public NexusOperationCancelRequestFailedEventAttributes.Builder getNexusOperationCancelRequestFailedEventAttributesBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
    • getNexusOperationCancelRequestFailedEventAttributesOrBuilder

      public NexusOperationCancelRequestFailedEventAttributesOrBuilder getNexusOperationCancelRequestFailedEventAttributesOrBuilder()
      .temporal.api.history.v1.NexusOperationCancelRequestFailedEventAttributes nexus_operation_cancel_request_failed_event_attributes = 62;
      Specified by:
      getNexusOperationCancelRequestFailedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionPausedEventAttributes

      public boolean hasWorkflowExecutionPausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
      Specified by:
      hasWorkflowExecutionPausedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionPausedEventAttributes field is set.
    • getWorkflowExecutionPausedEventAttributes

      public WorkflowExecutionPausedEventAttributes getWorkflowExecutionPausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
      Specified by:
      getWorkflowExecutionPausedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionPausedEventAttributes.
    • setWorkflowExecutionPausedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionPausedEventAttributes(WorkflowExecutionPausedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
    • setWorkflowExecutionPausedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionPausedEventAttributes(WorkflowExecutionPausedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
    • mergeWorkflowExecutionPausedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionPausedEventAttributes(WorkflowExecutionPausedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
    • clearWorkflowExecutionPausedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionPausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
    • getWorkflowExecutionPausedEventAttributesBuilder

      public WorkflowExecutionPausedEventAttributes.Builder getWorkflowExecutionPausedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
    • getWorkflowExecutionPausedEventAttributesOrBuilder

      public WorkflowExecutionPausedEventAttributesOrBuilder getWorkflowExecutionPausedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionPausedEventAttributes workflow_execution_paused_event_attributes = 63;
      Specified by:
      getWorkflowExecutionPausedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionUnpausedEventAttributes

      public boolean hasWorkflowExecutionUnpausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
      Specified by:
      hasWorkflowExecutionUnpausedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionUnpausedEventAttributes field is set.
    • getWorkflowExecutionUnpausedEventAttributes

      public WorkflowExecutionUnpausedEventAttributes getWorkflowExecutionUnpausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
      Specified by:
      getWorkflowExecutionUnpausedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionUnpausedEventAttributes.
    • setWorkflowExecutionUnpausedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUnpausedEventAttributes(WorkflowExecutionUnpausedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
    • setWorkflowExecutionUnpausedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionUnpausedEventAttributes(WorkflowExecutionUnpausedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
    • mergeWorkflowExecutionUnpausedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionUnpausedEventAttributes(WorkflowExecutionUnpausedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
    • clearWorkflowExecutionUnpausedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionUnpausedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
    • getWorkflowExecutionUnpausedEventAttributesBuilder

      public WorkflowExecutionUnpausedEventAttributes.Builder getWorkflowExecutionUnpausedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
    • getWorkflowExecutionUnpausedEventAttributesOrBuilder

      public WorkflowExecutionUnpausedEventAttributesOrBuilder getWorkflowExecutionUnpausedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionUnpausedEventAttributes workflow_execution_unpaused_event_attributes = 64;
      Specified by:
      getWorkflowExecutionUnpausedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • hasWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public boolean hasWorkflowExecutionTimeSkippingTransitionedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
      Specified by:
      hasWorkflowExecutionTimeSkippingTransitionedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      Whether the workflowExecutionTimeSkippingTransitionedEventAttributes field is set.
    • getWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public WorkflowExecutionTimeSkippingTransitionedEventAttributes getWorkflowExecutionTimeSkippingTransitionedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
      Specified by:
      getWorkflowExecutionTimeSkippingTransitionedEventAttributes in interface HistoryEventOrBuilder
      Returns:
      The workflowExecutionTimeSkippingTransitionedEventAttributes.
    • setWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTimeSkippingTransitionedEventAttributes(WorkflowExecutionTimeSkippingTransitionedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
    • setWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public HistoryEvent.Builder setWorkflowExecutionTimeSkippingTransitionedEventAttributes(WorkflowExecutionTimeSkippingTransitionedEventAttributes.Builder builderForValue)
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
    • mergeWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public HistoryEvent.Builder mergeWorkflowExecutionTimeSkippingTransitionedEventAttributes(WorkflowExecutionTimeSkippingTransitionedEventAttributes value)
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
    • clearWorkflowExecutionTimeSkippingTransitionedEventAttributes

      public HistoryEvent.Builder clearWorkflowExecutionTimeSkippingTransitionedEventAttributes()
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
    • getWorkflowExecutionTimeSkippingTransitionedEventAttributesBuilder

      public WorkflowExecutionTimeSkippingTransitionedEventAttributes.Builder getWorkflowExecutionTimeSkippingTransitionedEventAttributesBuilder()
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
    • getWorkflowExecutionTimeSkippingTransitionedEventAttributesOrBuilder

      public WorkflowExecutionTimeSkippingTransitionedEventAttributesOrBuilder getWorkflowExecutionTimeSkippingTransitionedEventAttributesOrBuilder()
      .temporal.api.history.v1.WorkflowExecutionTimeSkippingTransitionedEventAttributes workflow_execution_time_skipping_transitioned_event_attributes = 65;
      Specified by:
      getWorkflowExecutionTimeSkippingTransitionedEventAttributesOrBuilder in interface HistoryEventOrBuilder
    • setUnknownFields

      public final HistoryEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>
    • mergeUnknownFields

      public final HistoryEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<HistoryEvent.Builder>