public static enum BackgroundJobLogEntry.JobDetailsCase extends Enum<BackgroundJobLogEntry.JobDetailsCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
APPLY_JOB_DETAILS |
CONVERT_JOB_DETAILS |
IMPORT_RULES_JOB_DETAILS |
JOBDETAILS_NOT_SET |
SEED_JOB_DETAILS |
| Modifier and Type | Method and Description |
|---|---|
static BackgroundJobLogEntry.JobDetailsCase |
forNumber(int value) |
int |
getNumber() |
static BackgroundJobLogEntry.JobDetailsCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BackgroundJobLogEntry.JobDetailsCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackgroundJobLogEntry.JobDetailsCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackgroundJobLogEntry.JobDetailsCase SEED_JOB_DETAILS
public static final BackgroundJobLogEntry.JobDetailsCase IMPORT_RULES_JOB_DETAILS
public static final BackgroundJobLogEntry.JobDetailsCase CONVERT_JOB_DETAILS
public static final BackgroundJobLogEntry.JobDetailsCase APPLY_JOB_DETAILS
public static final BackgroundJobLogEntry.JobDetailsCase JOBDETAILS_NOT_SET
public static BackgroundJobLogEntry.JobDetailsCase[] values()
for (BackgroundJobLogEntry.JobDetailsCase c : BackgroundJobLogEntry.JobDetailsCase.values()) System.out.println(c);
public static BackgroundJobLogEntry.JobDetailsCase 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 null@Deprecated public static BackgroundJobLogEntry.JobDetailsCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static BackgroundJobLogEntry.JobDetailsCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.