public static enum MigrationJob.PerformanceConfig.DumpParallelLevel extends Enum<MigrationJob.PerformanceConfig.DumpParallelLevel> implements com.google.protobuf.ProtocolMessageEnum
Describes the parallelism level during initial dump.Protobuf enum
google.cloud.clouddms.v1.MigrationJob.PerformanceConfig.DumpParallelLevel| Enum Constant and Description |
|---|
DUMP_PARALLEL_LEVEL_UNSPECIFIED
Unknown dump parallel level.
|
MAX
Maximum parallel level.
|
MIN
Minimal parallel level.
|
OPTIMAL
Optimal parallel level.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DUMP_PARALLEL_LEVEL_UNSPECIFIED_VALUE
Unknown dump parallel level.
|
static int |
MAX_VALUE
Maximum parallel level.
|
static int |
MIN_VALUE
Minimal parallel level.
|
static int |
OPTIMAL_VALUE
Optimal parallel level.
|
| Modifier and Type | Method and Description |
|---|---|
static MigrationJob.PerformanceConfig.DumpParallelLevel |
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<MigrationJob.PerformanceConfig.DumpParallelLevel> |
internalGetValueMap() |
static MigrationJob.PerformanceConfig.DumpParallelLevel |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MigrationJob.PerformanceConfig.DumpParallelLevel |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MigrationJob.PerformanceConfig.DumpParallelLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationJob.PerformanceConfig.DumpParallelLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MigrationJob.PerformanceConfig.DumpParallelLevel DUMP_PARALLEL_LEVEL_UNSPECIFIED
Unknown dump parallel level. Will be defaulted to OPTIMAL.
DUMP_PARALLEL_LEVEL_UNSPECIFIED = 0;public static final MigrationJob.PerformanceConfig.DumpParallelLevel MIN
Minimal parallel level.
MIN = 1;public static final MigrationJob.PerformanceConfig.DumpParallelLevel OPTIMAL
Optimal parallel level.
OPTIMAL = 2;public static final MigrationJob.PerformanceConfig.DumpParallelLevel MAX
Maximum parallel level.
MAX = 3;public static final MigrationJob.PerformanceConfig.DumpParallelLevel UNRECOGNIZED
public static final int DUMP_PARALLEL_LEVEL_UNSPECIFIED_VALUE
Unknown dump parallel level. Will be defaulted to OPTIMAL.
DUMP_PARALLEL_LEVEL_UNSPECIFIED = 0;public static final int MIN_VALUE
Minimal parallel level.
MIN = 1;public static final int OPTIMAL_VALUE
Optimal parallel level.
OPTIMAL = 2;public static final int MAX_VALUE
Maximum parallel level.
MAX = 3;public static MigrationJob.PerformanceConfig.DumpParallelLevel[] values()
for (MigrationJob.PerformanceConfig.DumpParallelLevel c : MigrationJob.PerformanceConfig.DumpParallelLevel.values()) System.out.println(c);
public static MigrationJob.PerformanceConfig.DumpParallelLevel 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 MigrationJob.PerformanceConfig.DumpParallelLevel valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MigrationJob.PerformanceConfig.DumpParallelLevel forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<MigrationJob.PerformanceConfig.DumpParallelLevel> 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 MigrationJob.PerformanceConfig.DumpParallelLevel valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.