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