Enum ImportJobFormat

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ImportJobFormat>

    public enum ImportJobFormat
    extends Enum<ImportJobFormat>
    implements com.google.protobuf.ProtocolMessageEnum
     Specifies the data formats supported by Migration Center.
     
    Protobuf enum google.cloud.migrationcenter.v1.ImportJobFormat
    • Enum Constant Detail

      • IMPORT_JOB_FORMAT_UNSPECIFIED

        public static final ImportJobFormat IMPORT_JOB_FORMAT_UNSPECIFIED
         Default value.
         
        IMPORT_JOB_FORMAT_UNSPECIFIED = 0;
      • IMPORT_JOB_FORMAT_RVTOOLS_XLSX

        public static final ImportJobFormat IMPORT_JOB_FORMAT_RVTOOLS_XLSX
         RVTools format (XLSX).
         
        IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;
      • IMPORT_JOB_FORMAT_RVTOOLS_CSV

        public static final ImportJobFormat IMPORT_JOB_FORMAT_RVTOOLS_CSV
         RVTools format (CSV).
         
        IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;
      • IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV

        public static final ImportJobFormat IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV
         CSV format exported from AWS using the
         [AWS collection
         script][https://github.com/GoogleCloudPlatform/aws-to-stratozone-export].
         
        IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV = 4;
      • IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV

        public static final ImportJobFormat IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV
         CSV format exported from Azure using the
         [Azure collection
         script][https://github.com/GoogleCloudPlatform/azure-to-stratozone-export].
         
        IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV = 5;
      • IMPORT_JOB_FORMAT_STRATOZONE_CSV

        public static final ImportJobFormat IMPORT_JOB_FORMAT_STRATOZONE_CSV
         CSV format created manually and following the StratoZone format. For more
         information, see [Manually create and upload data
         tables][https://cloud.google.com/migrate/stratozone/docs/import-data-portal].
         
        IMPORT_JOB_FORMAT_STRATOZONE_CSV = 6;
    • Field Detail

      • IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE

        public static final int IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE
         Default value.
         
        IMPORT_JOB_FORMAT_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE

        public static final int IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE
         RVTools format (XLSX).
         
        IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;
        See Also:
        Constant Field Values
      • IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE

        public static final int IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE
         RVTools format (CSV).
         
        IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;
        See Also:
        Constant Field Values
      • IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV_VALUE

        public static final int IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV_VALUE
         CSV format exported from AWS using the
         [AWS collection
         script][https://github.com/GoogleCloudPlatform/aws-to-stratozone-export].
         
        IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV = 4;
        See Also:
        Constant Field Values
      • IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV_VALUE

        public static final int IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV_VALUE
         CSV format exported from Azure using the
         [Azure collection
         script][https://github.com/GoogleCloudPlatform/azure-to-stratozone-export].
         
        IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV = 5;
        See Also:
        Constant Field Values
      • IMPORT_JOB_FORMAT_STRATOZONE_CSV_VALUE

        public static final int IMPORT_JOB_FORMAT_STRATOZONE_CSV_VALUE
         CSV format created manually and following the StratoZone format. For more
         information, see [Manually create and upload data
         tables][https://cloud.google.com/migrate/stratozone/docs/import-data-portal].
         
        IMPORT_JOB_FORMAT_STRATOZONE_CSV = 6;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ImportJobFormat[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ImportJobFormat c : ImportJobFormat.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ImportJobFormat valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ImportJobFormat valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static ImportJobFormat forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<ImportJobFormat> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ImportJobFormat valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null