public sealed class AssetList : IMessage<AssetList>, IEquatable<AssetList>, IDeepCloneable<AssetList>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class AssetList.
Lists the asset IDs of all assets.
Implements
IMessageAssetList, IEquatableAssetList, IDeepCloneableAssetList, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
AssetList()
public AssetList()AssetList(AssetList)
public AssetList(AssetList other)| Parameter | |
|---|---|
| Name | Description |
other |
AssetList |
Properties
AssetIds
public RepeatedField<string> AssetIds { get; }Required. A list of asset IDs
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
AssetIdsAsAssetNames
public ResourceNameList<AssetName> AssetIdsAsAssetNames { get; }| Property Value | |
|---|---|
| Type | Description |
ResourceNameListAssetName |
|