Reference documentation and code samples for the Google Cloud Migration Center V1 Client class AssetList.
Lists the asset IDs of all assets.
Generated from protobuf message google.cloud.migrationcenter.v1.AssetList
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ asset_ids |
array
Required. A list of asset IDs |
getAssetIds
Required. A list of asset IDs
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAssetIds
Required. A list of asset IDs
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|