public enum AssetView extends Enum<AssetView> implements ProtocolMessageEnum
Specifies the types of asset views that provide complete or partial details of an asset.
Protobuf enum google.cloud.migrationcenter.v1.AssetView
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ASSET_VIEW_BASIC | The asset view includes only basic metadata of the asset. |
ASSET_VIEW_BASIC_VALUE | 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_FULL_VALUE | The asset view includes all the metadata of an asset and performance data. |
ASSET_VIEW_UNSPECIFIED | The asset view is not specified. The API displays the basic view by default. |
ASSET_VIEW_UNSPECIFIED_VALUE | The asset view is not specified. The API displays the basic view by default. |
UNRECOGNIZED |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |