Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionUpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionUpdateRequest,ExecutionOuterClass.ExecutionUpdateRequest.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionUpdateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.WorkflowExecutionIdentifiergetId()Identifier of the execution to updateIdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetIdOrBuilder()Identifier of the execution to updateExecutionOuterClass.ExecutionStategetState()State to set as the new value active/archiveintgetStateValue()State to set as the new value active/archivebooleanhasId()Identifier of the execution to update-
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 execution to update
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.WorkflowExecutionIdentifier getId()
Identifier of the execution to update
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
Identifier of the execution to update
.flyteidl.core.WorkflowExecutionIdentifier id = 1;
-
getStateValue
int getStateValue()
State to set as the new value active/archive
.flyteidl.admin.ExecutionState state = 2;- Returns:
- The enum numeric value on the wire for state.
-
getState
ExecutionOuterClass.ExecutionState getState()
State to set as the new value active/archive
.flyteidl.admin.ExecutionState state = 2;- Returns:
- The state.
-
-