public static enum Source.SourceType extends Enum<Source.SourceType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.migrationcenter.v1.Source.SourceType| Enum Constant and Description |
|---|
SOURCE_TYPE_CUSTOM
Third-party owned sources.
|
SOURCE_TYPE_GUEST_OS_SCAN
Guest-level info
|
SOURCE_TYPE_INVENTORY_SCAN
Inventory-level scan
|
SOURCE_TYPE_UNKNOWN
Unspecified
|
SOURCE_TYPE_UPLOAD
Manually uploaded file (e.g.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
SOURCE_TYPE_CUSTOM_VALUE
Third-party owned sources.
|
static int |
SOURCE_TYPE_GUEST_OS_SCAN_VALUE
Guest-level info
|
static int |
SOURCE_TYPE_INVENTORY_SCAN_VALUE
Inventory-level scan
|
static int |
SOURCE_TYPE_UNKNOWN_VALUE
Unspecified
|
static int |
SOURCE_TYPE_UPLOAD_VALUE
Manually uploaded file (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Source.SourceType |
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<Source.SourceType> |
internalGetValueMap() |
static Source.SourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Source.SourceType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Source.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Source.SourceType SOURCE_TYPE_UNKNOWN
Unspecified
SOURCE_TYPE_UNKNOWN = 0;public static final Source.SourceType SOURCE_TYPE_UPLOAD
Manually uploaded file (e.g. CSV)
SOURCE_TYPE_UPLOAD = 1;public static final Source.SourceType SOURCE_TYPE_GUEST_OS_SCAN
Guest-level info
SOURCE_TYPE_GUEST_OS_SCAN = 2;public static final Source.SourceType SOURCE_TYPE_INVENTORY_SCAN
Inventory-level scan
SOURCE_TYPE_INVENTORY_SCAN = 3;public static final Source.SourceType SOURCE_TYPE_CUSTOM
Third-party owned sources.
SOURCE_TYPE_CUSTOM = 4;public static final Source.SourceType UNRECOGNIZED
public static final int SOURCE_TYPE_UNKNOWN_VALUE
Unspecified
SOURCE_TYPE_UNKNOWN = 0;public static final int SOURCE_TYPE_UPLOAD_VALUE
Manually uploaded file (e.g. CSV)
SOURCE_TYPE_UPLOAD = 1;public static final int SOURCE_TYPE_GUEST_OS_SCAN_VALUE
Guest-level info
SOURCE_TYPE_GUEST_OS_SCAN = 2;public static final int SOURCE_TYPE_INVENTORY_SCAN_VALUE
Inventory-level scan
SOURCE_TYPE_INVENTORY_SCAN = 3;public static final int SOURCE_TYPE_CUSTOM_VALUE
Third-party owned sources.
SOURCE_TYPE_CUSTOM = 4;public static Source.SourceType[] values()
for (Source.SourceType c : Source.SourceType.values()) System.out.println(c);
public static Source.SourceType 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 Source.SourceType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Source.SourceType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Source.SourceType> 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 Source.SourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.