Package flyteidl.admin
Interface ExecutionOuterClass.ExecutionStateChangeDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.ExecutionStateChangeDetails,ExecutionOuterClass.ExecutionStateChangeDetails.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.ExecutionStateChangeDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetOccurredAt()This timestamp represents when the state changed.com.google.protobuf.TimestampOrBuildergetOccurredAtOrBuilder()This timestamp represents when the state changed.StringgetPrincipal()Identifies the entity (if any) responsible for causing the state change of the executioncom.google.protobuf.ByteStringgetPrincipalBytes()Identifies the entity (if any) responsible for causing the state change of the executionExecutionOuterClass.ExecutionStategetState()The state of the execution is used to control its visibility in the UI/CLI.intgetStateValue()The state of the execution is used to control its visibility in the UI/CLI.booleanhasOccurredAt()This timestamp represents when the state changed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The state of the execution is used to control its visibility in the UI/CLI.
.flyteidl.admin.ExecutionState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
ExecutionOuterClass.ExecutionState getState()
The state of the execution is used to control its visibility in the UI/CLI.
.flyteidl.admin.ExecutionState state = 1;- Returns:
- The state.
-
hasOccurredAt
boolean hasOccurredAt()
This timestamp represents when the state changed.
.google.protobuf.Timestamp occurred_at = 2;- Returns:
- Whether the occurredAt field is set.
-
getOccurredAt
com.google.protobuf.Timestamp getOccurredAt()
This timestamp represents when the state changed.
.google.protobuf.Timestamp occurred_at = 2;- Returns:
- The occurredAt.
-
getOccurredAtOrBuilder
com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder()
This timestamp represents when the state changed.
.google.protobuf.Timestamp occurred_at = 2;
-
getPrincipal
String getPrincipal()
Identifies the entity (if any) responsible for causing the state change of the execution
string principal = 3;- Returns:
- The principal.
-
getPrincipalBytes
com.google.protobuf.ByteString getPrincipalBytes()
Identifies the entity (if any) responsible for causing the state change of the execution
string principal = 3;- Returns:
- The bytes for principal.
-
-