Package io.temporal.api.history.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAdmittedEventOrigingetOrigin()An explanation of why this event was written to history.intgetOriginValue()An explanation of why this event was written to history.RequestgetRequest()The update request associated with this event.RequestOrBuildergetRequestOrBuilder()The update request associated with this event.booleanhasRequest()The update request associated with this event.-
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.
-
-