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 and 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 |
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportJobFormat |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final ImportJobFormat IMPORT_JOB_FORMAT_UNSPECIFIED
Default value.
IMPORT_JOB_FORMAT_UNSPECIFIED = 0;public static final ImportJobFormat IMPORT_JOB_FORMAT_RVTOOLS_XLSX
RVTools format (XLSX).
IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;public static final ImportJobFormat IMPORT_JOB_FORMAT_RVTOOLS_CSV
RVTools format (CSV).
IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;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;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;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;public static final ImportJobFormat UNRECOGNIZED
public static final int IMPORT_JOB_FORMAT_UNSPECIFIED_VALUE
Default value.
IMPORT_JOB_FORMAT_UNSPECIFIED = 0;public static final int IMPORT_JOB_FORMAT_RVTOOLS_XLSX_VALUE
RVTools format (XLSX).
IMPORT_JOB_FORMAT_RVTOOLS_XLSX = 1;public static final int IMPORT_JOB_FORMAT_RVTOOLS_CSV_VALUE
RVTools format (CSV).
IMPORT_JOB_FORMAT_RVTOOLS_CSV = 2;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;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;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;public static ImportJobFormat[] values()
for (ImportJobFormat c : ImportJobFormat.values()) System.out.println(c);
public static ImportJobFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ImportJobFormat valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ImportJobFormat forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ImportJobFormat> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ImportJobFormat valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.