Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionTerminateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionTerminateRequest,ExecutionOuterClass.ExecutionTerminateRequest.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionTerminateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCause()Optional reason for aborting.com.google.protobuf.ByteStringgetCauseBytes()Optional reason for aborting.IdentifierOuterClass.WorkflowExecutionIdentifiergetId()Uniquely identifies the individual workflow execution to be terminated.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetIdOrBuilder()Uniquely identifies the individual workflow execution to be terminated.booleanhasId()Uniquely identifies the individual workflow execution to be terminated.-
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()
Uniquely identifies the individual workflow execution to be terminated.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.WorkflowExecutionIdentifier getId()
Uniquely identifies the individual workflow execution to be terminated.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
Uniquely identifies the individual workflow execution to be terminated.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;
-
getCause
String getCause()
Optional reason for aborting.
string cause = 2;- Returns:
- The cause.
-
getCauseBytes
com.google.protobuf.ByteString getCauseBytes()
Optional reason for aborting.
string cause = 2;- Returns:
- The bytes for cause.
-
-