Package flyteidl.admin
Interface Event.NodeExecutionEventRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.NodeExecutionEventRequest,Event.NodeExecutionEventRequest.Builder
- Enclosing class:
- Event
public static interface Event.NodeExecutionEventRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.NodeExecutionEventgetEvent()Details about the event that occurred.Event.NodeExecutionEventOrBuildergetEventOrBuilder()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.NodeExecutionEvent event = 2;- Returns:
- Whether the event field is set.
-
getEvent
Event.NodeExecutionEvent getEvent()
Details about the event that occurred.
.flyteidl.event.NodeExecutionEvent event = 2;- Returns:
- The event.
-
getEventOrBuilder
Event.NodeExecutionEventOrBuilder getEventOrBuilder()
Details about the event that occurred.
.flyteidl.event.NodeExecutionEvent event = 2;
-
-