Informations sur un projet Earth Engine basé sur Cloud. https://developers.google.com/earth-engine/cloud/projects
Représentation JSON |
---|
{
"name": string,
"registrationState": enum ( |
Champs | |
---|---|
name |
Obligatoire. Nom de la configuration du projet, au format "projects/*/config". |
registrationState |
Uniquement en sortie. État de l'enregistrement du projet. |
maxConcurrentExports |
Facultatif. Nombre maximal d'exportations simultanées que le projet peut exécuter. |
planMaxConcurrentExports |
Facultatif. Uniquement en sortie. Nombre maximal d'exportations simultanées pouvant être exécutées dans le compte de facturation du projet. Ce nombre est supérieur ou égal au nombre maximal d'exportations simultanées pour le projet. |
RegistrationState
État de l'enregistrement.
Enums | |
---|---|
REGISTRATION_STATE_UNSPECIFIED |
Non spécifié. |
NOT_REGISTERED |
Le projet n'est pas enregistré. |
REGISTERED_COMMERCIALLY |
Le projet est enregistré pour un usage commercial. |
REGISTERED_NOT_COMMERCIALLY |
Le projet est enregistré pour un usage non commercial. |