public enum BackgroundJobType extends Enum<BackgroundJobType> implements com.google.protobuf.ProtocolMessageEnum
The types of jobs that can be executed in the background.Protobuf enum
google.cloud.clouddms.v1.BackgroundJobType| Enum Constant and Description |
|---|
BACKGROUND_JOB_TYPE_APPLY_DESTINATION
Job to apply the draft tree onto the destination.
|
BACKGROUND_JOB_TYPE_CONVERT
Job to convert the source database into a draft of the destination
database.
|
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE
Job to import and convert mapping rules from an external source such as an
ora2pg config file.
|
BACKGROUND_JOB_TYPE_SOURCE_SEED
Job to seed from the source database.
|
BACKGROUND_JOB_TYPE_UNSPECIFIED
Unspecified background job type.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BACKGROUND_JOB_TYPE_APPLY_DESTINATION_VALUE
Job to apply the draft tree onto the destination.
|
static int |
BACKGROUND_JOB_TYPE_CONVERT_VALUE
Job to convert the source database into a draft of the destination
database.
|
static int |
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE_VALUE
Job to import and convert mapping rules from an external source such as an
ora2pg config file.
|
static int |
BACKGROUND_JOB_TYPE_SOURCE_SEED_VALUE
Job to seed from the source database.
|
static int |
BACKGROUND_JOB_TYPE_UNSPECIFIED_VALUE
Unspecified background job type.
|
| Modifier and Type | Method and Description |
|---|---|
static BackgroundJobType |
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<BackgroundJobType> |
internalGetValueMap() |
static BackgroundJobType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BackgroundJobType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackgroundJobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundJobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackgroundJobType BACKGROUND_JOB_TYPE_UNSPECIFIED
Unspecified background job type.
BACKGROUND_JOB_TYPE_UNSPECIFIED = 0;public static final BackgroundJobType BACKGROUND_JOB_TYPE_SOURCE_SEED
Job to seed from the source database.
BACKGROUND_JOB_TYPE_SOURCE_SEED = 1;public static final BackgroundJobType BACKGROUND_JOB_TYPE_CONVERT
Job to convert the source database into a draft of the destination database.
BACKGROUND_JOB_TYPE_CONVERT = 2;public static final BackgroundJobType BACKGROUND_JOB_TYPE_APPLY_DESTINATION
Job to apply the draft tree onto the destination.
BACKGROUND_JOB_TYPE_APPLY_DESTINATION = 3;public static final BackgroundJobType BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE
Job to import and convert mapping rules from an external source such as an ora2pg config file.
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE = 5;public static final BackgroundJobType UNRECOGNIZED
public static final int BACKGROUND_JOB_TYPE_UNSPECIFIED_VALUE
Unspecified background job type.
BACKGROUND_JOB_TYPE_UNSPECIFIED = 0;public static final int BACKGROUND_JOB_TYPE_SOURCE_SEED_VALUE
Job to seed from the source database.
BACKGROUND_JOB_TYPE_SOURCE_SEED = 1;public static final int BACKGROUND_JOB_TYPE_CONVERT_VALUE
Job to convert the source database into a draft of the destination database.
BACKGROUND_JOB_TYPE_CONVERT = 2;public static final int BACKGROUND_JOB_TYPE_APPLY_DESTINATION_VALUE
Job to apply the draft tree onto the destination.
BACKGROUND_JOB_TYPE_APPLY_DESTINATION = 3;public static final int BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE_VALUE
Job to import and convert mapping rules from an external source such as an ora2pg config file.
BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE = 5;public static BackgroundJobType[] values()
for (BackgroundJobType c : BackgroundJobType.values()) System.out.println(c);
public static BackgroundJobType 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 BackgroundJobType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BackgroundJobType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BackgroundJobType> 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 BackgroundJobType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.