Interface Link.WorkflowEvent.RequestIdReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Link.WorkflowEvent.RequestIdReference,Link.WorkflowEvent.RequestIdReference.Builder
- Enclosing class:
Link.WorkflowEvent
public static interface Link.WorkflowEvent.RequestIdReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.enums.v1.EventType event_type = 2;int.temporal.api.enums.v1.EventType event_type = 2;string request_id = 1;com.google.protobuf.ByteStringstring request_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRequestId
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()string request_id = 1;- Returns:
- The bytes for requestId.
-
getEventTypeValue
int getEventTypeValue().temporal.api.enums.v1.EventType event_type = 2;- Returns:
- The enum numeric value on the wire for eventType.
-
getEventType
-