Interface WorkflowExecutionUpdateAdmittedEventAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkflowExecutionUpdateAdmittedEventAttributes, WorkflowExecutionUpdateAdmittedEventAttributes.Builder

@Generated(value="protoc", comments="annotations:WorkflowExecutionUpdateAdmittedEventAttributesOrBuilder.java.pb.meta") public interface WorkflowExecutionUpdateAdmittedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    An explanation of why this event was written to history.
    int
    An explanation of why this event was written to history.
    The update request associated with this event.
    The update request associated with this event.
    boolean
    The update request associated with this event.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • hasRequest

      boolean hasRequest()
       The update request associated with this event.
       
      .temporal.api.update.v1.Request request = 1;
      Returns:
      Whether the request field is set.
    • getRequest

      Request getRequest()
       The update request associated with this event.
       
      .temporal.api.update.v1.Request request = 1;
      Returns:
      The request.
    • getRequestOrBuilder

      RequestOrBuilder getRequestOrBuilder()
       The update request associated with this event.
       
      .temporal.api.update.v1.Request request = 1;
    • getOriginValue

      int getOriginValue()
       An explanation of why this event was written to history.
       
      .temporal.api.enums.v1.UpdateAdmittedEventOrigin origin = 2;
      Returns:
      The enum numeric value on the wire for origin.
    • getOrigin

       An explanation of why this event was written to history.
       
      .temporal.api.enums.v1.UpdateAdmittedEventOrigin origin = 2;
      Returns:
      The origin.