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.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/03/06 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/03/06 (UTC)."],[[["Earth Engine projects are managed through a cloud-based configuration with a defined structure represented in JSON format."],["Project configuration includes essential details like a unique project name and registration state."],["The registration state indicates whether a project is registered for commercial use, non-commercial use, or not registered at all."]]],["The core information details the structure and registration status of a Cloud-based Earth Engine project. Each project has a unique `name` string in the format \"projects/\\*/config\". The `registrationState` field, which can't be modified directly, indicates whether the project is `NOT_REGISTERED`, `REGISTERED_COMMERCIALLY`, or `REGISTERED_NOT_COMMERCIALLY`. A default `REGISTRATION_STATE_UNSPECIFIED` value exists for unspecified states.\n"]]