Interface ExecutionOuterClass.ExecutionStateChangeDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getOccurredAt()
      This timestamp represents when the state changed.
      com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder()
      This timestamp represents when the state changed.
      String getPrincipal()
      Identifies the entity (if any) responsible for causing the state change of the execution
      com.google.protobuf.ByteString getPrincipalBytes()
      Identifies the entity (if any) responsible for causing the state change of the execution
      ExecutionOuterClass.ExecutionState getState()
      The state of the execution is used to control its visibility in the UI/CLI.
      int getStateValue()
      The state of the execution is used to control its visibility in the UI/CLI.
      boolean hasOccurredAt()
      This timestamp represents when the state changed.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.