Module: Google::Cloud::MigrationCenter::V1::AssetView

Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Specifies the types of asset views that provide complete or partial details of an asset.

Constant Summary collapse

ASSET_VIEW_UNSPECIFIED =

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

0
ASSET_VIEW_BASIC =

The asset view includes only basic metadata of the asset.

1
ASSET_VIEW_FULL =

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

2