Obrigatório. O nome do recurso a ser recebido. name tem o formato "projects/*/assets/**" (por exemplo, "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Todos os recursos de propriedade do usuário estão no projeto "earthengine-legacy" (por exemplo, "projects/earthengine-legacy/assets/users/foo/bar"). Todos os outros recursos estão no projeto "earthengine-public" (por exemplo, "projects/earthengine-public/assets/LANDSAT").
A autorização requer a seguinte permissão do IAM no recurso especificado name:
earthengine.assets.get
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de EarthEngineAsset.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-06 UTC."],[[["Retrieves detailed information about a specified Earth Engine asset using a GET request."],["Requires the asset's name in the format \"projects/*/assets/**\" as a path parameter."],["Authorization is necessary and can be achieved with specific OAuth scopes like `earthengine.assets.get` IAM permission or Earth Engine-related OAuth scopes."],["Successful requests return an `EarthEngineAsset` object containing the asset's details."]]],["This documentation details how to retrieve information about an asset using a `GET` request to the Earth Engine API. The required URL format is `https://earthengine.googleapis.com/v1/{name=projects/*/assets/**}`, with the `name` parameter specifying the asset's location within either the \"earthengine-legacy\" or \"earthengine-public\" project. The request body must be empty. A successful response returns an `EarthEngineAsset` instance, and authorization requires specific IAM permissions and OAuth scopes.\n"]]