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". |
registration |
Output only. The project registration state. |
max |
Optional. The maximum number of concurrent exports that the project can run. |
plan |
Optional. Output only. The maximum number of concurrent exports that can be run under the project's billing account. This number is greater than or equal to the max concurrent exports for the project. |
RegistrationState
Registration state.
Enums | |
---|---|
REGISTRATION_STATE_UNSPECIFIED |
Unspecified. |
NOT_REGISTERED |
Project is not registered. |
REGISTERED_COMMERCILALLY |
Project is registered for commercial use. |
REGISTERED_NOT_COMMERCILALLY |
Project is registered for non-commercial use. |