ProjectConfig

Informations sur un projet Earth Engine basé sur Cloud. https://developers.google.com/earth-engine/cloud/projects

Représentation JSON
{
  "name": string,
  "registrationState": enum (RegistrationState)
}
Champs
name

string

Obligatoire. Nom de la configuration du projet, au format "projects/*/config".

registrationState

enum (RegistrationState)

Uniquement en sortie. État de l'enregistrement du 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.