Enum AssetView (0.4.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ASSET_VIEW_BASIC

The asset view includes only basic metadata of the asset.

ASSET_VIEW_BASIC = 1;

ASSET_VIEW_BASIC_VALUE

The asset view includes only basic metadata of the asset.

ASSET_VIEW_BASIC = 1;

ASSET_VIEW_FULL

The asset view includes all the metadata of an asset and performance data.

ASSET_VIEW_FULL = 2;

ASSET_VIEW_FULL_VALUE

The asset view includes all the metadata of an asset and performance data.

ASSET_VIEW_FULL = 2;

ASSET_VIEW_UNSPECIFIED

The asset view is not specified. The API displays the basic view by default.

ASSET_VIEW_UNSPECIFIED = 0;

ASSET_VIEW_UNSPECIFIED_VALUE

The asset view is not specified. The API displays the basic view by default.

ASSET_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()