Interface ExecutionOuterClass.ExecutionRecoverRequestOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
         Identifier of the workflow execution to recover.
         
        .flyteidl.core.WorkflowExecutionIdentifier id = 1;
        Returns:
        Whether the id field is set.
      • getName

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

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

        boolean hasMetadata()
         Additional metadata which will be used to overwrite any metadata in the reference execution when triggering a recovery execution.
         
        .flyteidl.admin.ExecutionMetadata metadata = 3;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        ExecutionOuterClass.ExecutionMetadata getMetadata()
         Additional metadata which will be used to overwrite any metadata in the reference execution when triggering a recovery execution.
         
        .flyteidl.admin.ExecutionMetadata metadata = 3;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        ExecutionOuterClass.ExecutionMetadataOrBuilder getMetadataOrBuilder()
         Additional metadata which will be used to overwrite any metadata in the reference execution when triggering a recovery execution.
         
        .flyteidl.admin.ExecutionMetadata metadata = 3;