public enum ImportJobView extends Enum<ImportJobView> implements com.google.protobuf.ProtocolMessageEnum
Specifies the types of import job views that provide complete or partial details of an import job.Protobuf enum
google.cloud.migrationcenter.v1.ImportJobView| Enum Constant and Description |
|---|
IMPORT_JOB_VIEW_BASIC
The import job view includes basic metadata of an import job.
|
IMPORT_JOB_VIEW_FULL
The import job view includes all metadata of an import job.
|
IMPORT_JOB_VIEW_UNSPECIFIED
The import job view is not specified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
IMPORT_JOB_VIEW_BASIC_VALUE
The import job view includes basic metadata of an import job.
|
static int |
IMPORT_JOB_VIEW_FULL_VALUE
The import job view includes all metadata of an import job.
|
static int |
IMPORT_JOB_VIEW_UNSPECIFIED_VALUE
The import job view is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportJobView |
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<ImportJobView> |
internalGetValueMap() |
static ImportJobView |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ImportJobView |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportJobView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportJobView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportJobView IMPORT_JOB_VIEW_UNSPECIFIED
The import job view is not specified. The API displays the basic view by default.
IMPORT_JOB_VIEW_UNSPECIFIED = 0;public static final ImportJobView IMPORT_JOB_VIEW_BASIC
The import job view includes basic metadata of an import job. This view does not include payload information.
IMPORT_JOB_VIEW_BASIC = 1;public static final ImportJobView IMPORT_JOB_VIEW_FULL
The import job view includes all metadata of an import job.
IMPORT_JOB_VIEW_FULL = 2;public static final ImportJobView UNRECOGNIZED
public static final int IMPORT_JOB_VIEW_UNSPECIFIED_VALUE
The import job view is not specified. The API displays the basic view by default.
IMPORT_JOB_VIEW_UNSPECIFIED = 0;public static final int IMPORT_JOB_VIEW_BASIC_VALUE
The import job view includes basic metadata of an import job. This view does not include payload information.
IMPORT_JOB_VIEW_BASIC = 1;public static final int IMPORT_JOB_VIEW_FULL_VALUE
The import job view includes all metadata of an import job.
IMPORT_JOB_VIEW_FULL = 2;public static ImportJobView[] values()
for (ImportJobView c : ImportJobView.values()) System.out.println(c);
public static ImportJobView 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 ImportJobView valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ImportJobView forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ImportJobView> 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 ImportJobView valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.