Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ProjectConfig
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"name": string,
"registrationState": enum (RegistrationState )
} |
Fields |
name |
string
Required. The project config name, of the format "projects/*/config".
|
registrationState |
enum (RegistrationState )
Output only. The project registration state.
|
RegistrationState
Enums |
REGISTRATION_STATE_UNSPECIFIED |
Unspecified. |
NOT_REGISTERED |
Project is not registered. |
REGISTERED_COMMERCIALLY |
Project is registered for commercial use. |
REGISTERED_NOT_COMMERCIALLY |
Project is registered for non-commercial use. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eEarth Engine projects are managed through a cloud-based configuration with a defined structure represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eProject configuration includes essential details like a unique project name and registration state.\u003c/p\u003e\n"],["\u003cp\u003eThe registration state indicates whether a project is registered for commercial use, non-commercial use, or not registered at all.\u003c/p\u003e\n"]]],["The core information details the structure and registration status of a Cloud-based Earth Engine project. Each project has a unique `name` string in the format \"projects/\\*/config\". The `registrationState` field, which can't be modified directly, indicates whether the project is `NOT_REGISTERED`, `REGISTERED_COMMERCIALLY`, or `REGISTERED_NOT_COMMERCIALLY`. A default `REGISTRATION_STATE_UNSPECIFIED` value exists for unspecified states.\n"],null,["# ProjectConfig\n\nInformation about a Cloud-based Earth Engine project. \u003chttps://developers.google.com/earth-engine/cloud/projects\u003e.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"registrationState\": enum (/earth-engine/reference/rest/v1beta/ProjectConfig#RegistrationState) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The project config name, of the format \"projects/\\*/config\". |\n| `registrationState` | `enum (`[RegistrationState](/earth-engine/reference/rest/v1beta/ProjectConfig#RegistrationState)`)` Output only. The project registration state. |\n\nRegistrationState\n-----------------\n\nRegistration state.\n\n| Enums ||\n|----------------------------------|-----------------------------------------------|\n| `REGISTRATION_STATE_UNSPECIFIED` | Unspecified. |\n| `NOT_REGISTERED` | Project is not registered. |\n| `REGISTERED_COMMERCIALLY` | Project is registered for commercial use. |\n| `REGISTERED_NOT_COMMERCIALLY` | Project is registered for non-commercial use. |"]]