Package flyteidl.admin
Interface Event.WorkflowExecutionEventRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.WorkflowExecutionEventRequest,Event.WorkflowExecutionEventRequest.Builder
- Enclosing class:
- Event
public static interface Event.WorkflowExecutionEventRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.WorkflowExecutionEventgetEvent()Details about the event that occurred.Event.WorkflowExecutionEventOrBuildergetEventOrBuilder()Details about the event that occurred.StringgetRequestId()Unique ID for this request that can be traced between servicescom.google.protobuf.ByteStringgetRequestIdBytes()Unique ID for this request that can be traced between servicesbooleanhasEvent()Details about the event that occurred.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestId
String getRequestId()
Unique ID for this request that can be traced between services
string request_id = 1;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
Unique ID for this request that can be traced between services
string request_id = 1;- Returns:
- The bytes for requestId.
-
hasEvent
boolean hasEvent()
Details about the event that occurred.
.flyteidl.event.WorkflowExecutionEvent event = 2;- Returns:
- Whether the event field is set.
-
getEvent
Event.WorkflowExecutionEvent getEvent()
Details about the event that occurred.
.flyteidl.event.WorkflowExecutionEvent event = 2;- Returns:
- The event.
-
getEventOrBuilder
Event.WorkflowExecutionEventOrBuilder getEventOrBuilder()
Details about the event that occurred.
.flyteidl.event.WorkflowExecutionEvent event = 2;
-
-