Interface ExecutionOuterClass.ExecutionRelaunchRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IdentifierOuterClass.WorkflowExecutionIdentifier getId()
      Identifier of the workflow execution to relaunch.
      IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
      Identifier of the workflow execution to relaunch.
      String getName()
      User provided value for the relaunched execution.
      com.google.protobuf.ByteString getNameBytes()
      User provided value for the relaunched execution.
      boolean hasId()
      Identifier of the workflow execution to relaunch.
      • 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()
         Identifier of the workflow execution to relaunch.
         +required
         
        .flyteidl.core.WorkflowExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.
      • getName

        String getName()
         User provided value for the relaunched execution.
         If none is provided the system will generate a unique string.
         +optional
         
        string name = 3;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         User provided value for the relaunched execution.
         If none is provided the system will generate a unique string.
         +optional
         
        string name = 3;
        Returns:
        The bytes for name.