Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionRelaunchRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionRelaunchRequest,ExecutionOuterClass.ExecutionRelaunchRequest.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionRelaunchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.WorkflowExecutionIdentifiergetId()Identifier of the workflow execution to relaunch.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetIdOrBuilder()Identifier of the workflow execution to relaunch.StringgetName()User provided value for the relaunched execution.com.google.protobuf.ByteStringgetNameBytes()User provided value for the relaunched execution.booleanhasId()Identifier of the workflow execution to relaunch.-
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.
-
getId
IdentifierOuterClass.WorkflowExecutionIdentifier getId()
Identifier of the workflow execution to relaunch. +required
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
Identifier of the workflow execution to relaunch. +required
.flyteidl.core.WorkflowExecutionIdentifier id = 1;
-
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.
-
-