Package flyteidl.admin
Interface ExecutionOuterClass.WorkflowExecutionGetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.WorkflowExecutionGetRequest,ExecutionOuterClass.WorkflowExecutionGetRequest.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.WorkflowExecutionGetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentifierOuterClass.WorkflowExecutionIdentifiergetId()Uniquely identifies an individual workflow execution.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuildergetIdOrBuilder()Uniquely identifies an individual workflow execution.booleanhasId()Uniquely identifies an individual workflow execution.-
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 an individual workflow execution.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- Whether the id field is set.
-
getId
IdentifierOuterClass.WorkflowExecutionIdentifier getId()
Uniquely identifies an individual workflow execution.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;- Returns:
- The id.
-
getIdOrBuilder
IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getIdOrBuilder()
Uniquely identifies an individual workflow execution.
.flyteidl.core.WorkflowExecutionIdentifier id = 1;
-
-