Interface Event.TaskExecutionEventRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Event.TaskExecutionEvent getEvent()
      Details about the event that occurred.
      Event.TaskExecutionEventOrBuilder getEventOrBuilder()
      Details about the event that occurred.
      String getRequestId()
      Unique ID for this request that can be traced between services
      com.google.protobuf.ByteString getRequestIdBytes()
      Unique ID for this request that can be traced between services
      boolean hasEvent()
      Details about the event that occurred.
      • 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

      • 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.TaskExecutionEvent event = 2;
        Returns:
        Whether the event field is set.
      • getEvent

        Event.TaskExecutionEvent getEvent()
         Details about the event that occurred.
         
        .flyteidl.event.TaskExecutionEvent event = 2;
        Returns:
        The event.