Reference documentation and code samples for the Google Cloud Migration Center V1 Client class AssetView.
Specifies the types of asset views that provide complete or partial details of an asset.
Protobuf type google.cloud.migrationcenter.v1.AssetView
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ASSET_VIEW_UNSPECIFIED
Value: 0
The asset view is not specified. The API displays the basic view by default.
Generated from protobuf enum ASSET_VIEW_UNSPECIFIED = 0;
ASSET_VIEW_BASIC
Value: 1
The asset view includes only basic metadata of the asset.
Generated from protobuf enum ASSET_VIEW_BASIC = 1;
ASSET_VIEW_FULL
Value: 2
The asset view includes all the metadata of an asset and performance data.
Generated from protobuf enum ASSET_VIEW_FULL = 2;