Enum Class DatasetOuterClass.SequenceDatasetExportStatus

java.lang.Object
java.lang.Enum<DatasetOuterClass.SequenceDatasetExportStatus>
viam.app.dataset.v1.DatasetOuterClass.SequenceDatasetExportStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<DatasetOuterClass.SequenceDatasetExportStatus>, Constable
Enclosing class:
DatasetOuterClass

public static enum DatasetOuterClass.SequenceDatasetExportStatus extends Enum<DatasetOuterClass.SequenceDatasetExportStatus> implements com.google.protobuf.Internal.EnumLite
 SequenceDatasetExportStatus is the lifecycle state of an export job.
 
Protobuf enum viam.app.dataset.v1.SequenceDatasetExportStatus
  • Enum Constant Details

  • Field Details

    • SEQUENCE_DATASET_EXPORT_STATUS_UNSPECIFIED_VALUE

      public static final int SEQUENCE_DATASET_EXPORT_STATUS_UNSPECIFIED_VALUE
      SEQUENCE_DATASET_EXPORT_STATUS_UNSPECIFIED = 0;
      See Also:
    • SEQUENCE_DATASET_EXPORT_STATUS_RUNNING_VALUE

      public static final int SEQUENCE_DATASET_EXPORT_STATUS_RUNNING_VALUE
       PENDING — accepted, not yet picked up.
       
      SEQUENCE_DATASET_EXPORT_STATUS_RUNNING = 1;
      See Also:
    • SEQUENCE_DATASET_EXPORT_STATUS_COMPLETED_VALUE

      public static final int SEQUENCE_DATASET_EXPORT_STATUS_COMPLETED_VALUE
       COMPLETED — Parquet file is uploaded; download_url is set.
       
      SEQUENCE_DATASET_EXPORT_STATUS_COMPLETED = 2;
      See Also:
    • SEQUENCE_DATASET_EXPORT_STATUS_FAILED_VALUE

      public static final int SEQUENCE_DATASET_EXPORT_STATUS_FAILED_VALUE
       FAILED — terminal; error_message describes the cause.
       
      SEQUENCE_DATASET_EXPORT_STATUS_FAILED = 3;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static DatasetOuterClass.SequenceDatasetExportStatus forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<DatasetOuterClass.SequenceDatasetExportStatus> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()