AI-generated Key Takeaways
-
Cloud-based Earth Engine projects are represented by a JSON object with
nameandregistrationStatefields. -
The
namefield is a required string representing the project config name. -
The
registrationStatefield is an output-only enum indicating the project's registration status. -
Possible registration states include unspecified, not registered, registered commercially, and registered non-commercially.
Information about a Cloud-based Earth Engine project. https://developers.google.com/earth-engine/cloud/projects .
| JSON representation |
|---|
{
"name"
:
string
,
"registrationState"
:
enum (
|
| Fields | |
|---|---|
name
|
Required. The project config name, of the format "projects/*/config". |
registrationState
|
Output only. The project registration state. |
RegistrationState
Registration state.
| 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. |

