Announcement: On November 13, 2024, all users will need to use a Cloud project in order to access Earth Engine. After this date, continued individual access without a Cloud project will require an exception.
The name of the asset to move. name is of the format "projects/*/assets/**" (e.g., "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). All user-owned assets are under the project "earthengine-legacy" (e.g., "projects/earthengine-legacy/assets/users/foo/bar"). All other assets are under the project "earthengine-public" (e.g., "projects/earthengine-public/assets/LANDSAT").
Authorization requires the following IAM permission on the specified resource sourceName:
earthengine.assets.delete
Request body
The request body contains data with the following structure:
JSON representation
{"destinationName": string}
Fields
destinationName
string
The destination name to which to move the asset. name is of the format "projects/*/assets/**" (e.g., "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). All user-owned assets are under the project "earthengine-legacy" (e.g., "projects/earthengine-legacy/assets/users/foo/bar"). All other assets are under the project "earthengine-public" (e.g., "projects/earthengine-public/assets/LANDSAT").
Authorization requires the following IAM permission on the specified resource destinationName:
earthengine.assets.create
Response body
If successful, the response body contains an instance of EarthEngineAsset.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[[["This documentation details the `ImportYumArtifactsResponseOrBuilder` interface, which provides methods to access information about the results of importing Yum artifacts into Artifact Registry."],["It includes methods to retrieve details about imported Yum artifacts (`getYumArtifacts`, `getYumArtifactsList`, etc.) and any errors encountered during the import process (`getErrors`, `getErrorsList`, etc.)."],["Developers can use this interface to programmatically interact with and process the response from a Yum artifact import operation in their Java applications."],["The interface extends `MessageOrBuilder` from the Protocol Buffer library, indicating its role in handling structured data within the Artifact Registry API."]]],[]]