← Back to packages

Package intrinsic_proto.catalog

Enum AssetViewType

Enums

enum AssetViewType intrinsic/assets/proto/view.proto

Specifies a view of asset information with a particular level of detail.

Name Number Description
ASSET_VIEW_TYPE_UNSPECIFIED 0

The default/unset value (depends on the RPC being called).

ASSET_VIEW_TYPE_BASIC 1

Provides minimal, basic metadata about the asset.

Includes the following metadata fields: * asset_type * id_version

ASSET_VIEW_TYPE_DETAIL 2

Provides detailed metadata about the asset.

Includes the following metadata fields: * asset_tag * asset_type * display_name * documentation * id_version * provides * vendor

Also includes any asset-specific metadata.

ASSET_VIEW_TYPE_VERSIONS 3

Provides metadata that distinguish versions of the asset.

Includes the following metadata fields: * asset_type * id_version * release_notes * update_time * vendor

Also includes release metadata.

ASSET_VIEW_TYPE_ALL_METADATA 4

Provides all metadata fields.

ASSET_VIEW_TYPE_FULL 6

Provides all metadata fields and all available deployment data.