Enum ImportJobFormat
- java.lang.Object
-
- java.lang.Enum<ImportJobFormat>
-
- com.google.cloud.migrationcenter.v1.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 enumgoogle.cloud.migrationcenter.v1.ImportJobFormat
-
-
Enum Constant Summary
Enum Constants Enum Constant Description 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_AZURE_CSV
CSV format exported from Azure using the [Azure collection script][https://github.com/GoogleCloudPlatform/azure-to-stratozone-export].IMPORT_JOB_FORMAT_RVTOOLS_CSV
RVTools format (CSV).IMPORT_JOB_FORMAT_RVTOOLS_XLSX
RVTools format (XLSX).IMPORT_JOB_FORMAT_STRATOZONE_CSV
CSV format created manually and following the StratoZone format.IMPORT_JOB_FORMAT_UNSPECIFIED
Default value.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static 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].static 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].static int
IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE
RVTools format (CSV).static int
IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE
RVTools format (XLSX).static int
IMPORT_JOB_FORMAT_STRATOZONE_CSV_VALUE
CSV format created manually and following the StratoZone format.static int
IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE
Default value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ImportJobFormat
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ImportJobFormat>
internalGetValueMap()
static ImportJobFormat
valueOf(int value)
Deprecated.static ImportJobFormat
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportJobFormat
valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportJobFormat[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
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;
-
UNRECOGNIZED
public static final ImportJobFormat UNRECOGNIZED
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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 interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-