ProjectConfig
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."],[[["Earth Engine projects are managed through a cloud-based configuration system represented in JSON format."],["Each project is uniquely identified by a required \"name\" field and includes a read-only \"registrationState\" indicating its commercial or non-commercial status."],["The \"registrationState\" field helps classify project usage as either unspecified, not registered, commercially registered, or non-commercially registered."]]],["The core content details a Google Earth Engine project's configuration, specifically its registration status. Key information includes the project's `name` (a required string) and its `registrationState`, an output-only enum. This state can be `NOT_REGISTERED`, `REGISTERED_COMMERCIALLY`, or `REGISTERED_NOT_COMMERCIALLY`, indicating the project's use type. The JSON representation includes these two fields, providing a structured way to access the project's name and status.\n"]]