ProjectsLocationsAssets
class ProjectsLocationsAssets extends Resource (View source)
The "assets" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$assets = $migrationcenterService->projects_locations_assets;
Methods
Aggregates the requested fields based on provided function.
Deletes list of Assets. (assets.batchDelete)
Updates the parameters of a list of assets. (assets.batchUpdate)
Deletes an asset. (assets.delete)
Lists all the assets in a given project and location.
Reports a set of frames. (assets.reportAssetFrames)
Details
AggregateAssetsValuesResponse
aggregateValues(string $parent, AggregateAssetsValuesRequest $postBody, array $optParams = [])
Aggregates the requested fields based on provided function.
(assets.aggregateValues)
MigrationcenterEmpty
batchDelete(string $parent, BatchDeleteAssetsRequest $postBody, array $optParams = [])
Deletes list of Assets. (assets.batchDelete)
BatchUpdateAssetsResponse
batchUpdate(string $parent, BatchUpdateAssetsRequest $postBody, array $optParams = [])
Updates the parameters of a list of assets. (assets.batchUpdate)
MigrationcenterEmpty
delete(string $name, array $optParams = [])
Deletes an asset. (assets.delete)
Asset
get(string $name, array $optParams = [])
Gets the details of an asset. (assets.get)
ListAssetsResponse
listProjectsLocationsAssets(string $parent, array $optParams = [])
Lists all the assets in a given project and location.
(assets.listProjectsLocationsAssets)
Asset
patch(string $name, Asset $postBody, array $optParams = [])
Updates the parameters of an asset. (assets.patch)
ReportAssetFramesResponse
reportAssetFrames(string $parent, Frames $postBody, array $optParams = [])
Reports a set of frames. (assets.reportAssetFrames)