Interface WorkflowExecutionUpdateAdmittedEventAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UpdateAdmittedEventOrigin getOrigin()
      An explanation of why this event was written to history.
      int getOriginValue()
      An explanation of why this event was written to history.
      Request getRequest()
      The update request associated with this event.
      RequestOrBuilder getRequestOrBuilder()
      The update request associated with this event.
      boolean hasRequest()
      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 Detail

      • 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

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