Enum Class Shell.CopyFilesSourceType

java.lang.Object
java.lang.Enum<Shell.CopyFilesSourceType>
com.viam.service.shell.v1.Shell.CopyFilesSourceType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<Shell.CopyFilesSourceType>, Constable
Enclosing class:
Shell

public static enum Shell.CopyFilesSourceType extends Enum<Shell.CopyFilesSourceType> implements com.google.protobuf.Internal.EnumLite
 CopyFilesSourceType indicates what will be copied. It's important
 to disambiguate the single directory case from the multiple files
 case in order to indicate that the user's intent is to copy a directory
 into a single location which may result in a new top-level directory versus
 the cause of multiples files that always go into the existing target destination.
 
Protobuf enum viam.service.shell.v1.CopyFilesSourceType
  • Enum Constant Details

    • COPY_FILES_SOURCE_TYPE_UNSPECIFIED

      public static final Shell.CopyFilesSourceType COPY_FILES_SOURCE_TYPE_UNSPECIFIED
      COPY_FILES_SOURCE_TYPE_UNSPECIFIED = 0;
    • COPY_FILES_SOURCE_TYPE_SINGLE_FILE

      public static final Shell.CopyFilesSourceType COPY_FILES_SOURCE_TYPE_SINGLE_FILE
      COPY_FILES_SOURCE_TYPE_SINGLE_FILE = 1;
    • COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY

      public static final Shell.CopyFilesSourceType COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY
      COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY = 2;
    • COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES

      public static final Shell.CopyFilesSourceType COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES
      COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES = 3;
    • UNRECOGNIZED

      public static final Shell.CopyFilesSourceType UNRECOGNIZED
  • Field Details

    • COPY_FILES_SOURCE_TYPE_UNSPECIFIED_VALUE

      public static final int COPY_FILES_SOURCE_TYPE_UNSPECIFIED_VALUE
      COPY_FILES_SOURCE_TYPE_UNSPECIFIED = 0;
      See Also:
    • COPY_FILES_SOURCE_TYPE_SINGLE_FILE_VALUE

      public static final int COPY_FILES_SOURCE_TYPE_SINGLE_FILE_VALUE
      COPY_FILES_SOURCE_TYPE_SINGLE_FILE = 1;
      See Also:
    • COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY_VALUE

      public static final int COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY_VALUE
      COPY_FILES_SOURCE_TYPE_SINGLE_DIRECTORY = 2;
      See Also:
    • COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES_VALUE

      public static final int COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES_VALUE
      COPY_FILES_SOURCE_TYPE_MULTIPLE_FILES = 3;
      See Also:
  • Method Details

    • values

      public static Shell.CopyFilesSourceType[] 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

      public static Shell.CopyFilesSourceType valueOf(String name)
      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 public static Shell.CopyFilesSourceType valueOf(int value)
      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 Shell.CopyFilesSourceType forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Shell.CopyFilesSourceType> internalGetValueMap()
    • internalGetVerifier

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