Interface ExecutionOuterClass.WorkflowExecutionGetDataRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdentifierOuterClass.WorkflowExecutionIdentifier getId()
      The identifier of the execution for which to fetch inputs and outputs.
      IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
      The identifier of the execution for which to fetch inputs and outputs.
      boolean hasId()
      The identifier of the execution for which to fetch inputs and outputs.
      • 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

      • hasId

        boolean hasId()
         The identifier of the execution for which to fetch inputs and outputs.
         
        .flyteidl.core.WorkflowExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.