Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ProjectConfig
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Rappresentazione JSON |
{
"name": string,
"registrationState": enum (RegistrationState )
} |
Campi |
name |
string
Obbligatorio. Il nome della configurazione del progetto, nel formato "projects/*/config".
|
registrationState |
enum (RegistrationState )
Solo output. Lo stato della registrazione del progetto.
|
RegistrationState
Stato della registrazione.
Enum |
REGISTRATION_STATE_UNSPECIFIED |
Non specificato. |
NOT_REGISTERED |
Il progetto non è registrato. |
REGISTERED_COMMERCIALLY |
Il progetto è registrato per uso commerciale. |
REGISTERED_NOT_COMMERCIALLY |
Il progetto è registrato per uso non commerciale. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[[["\u003cp\u003eEarth Engine projects are managed through a cloud-based configuration with a defined structure represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eProject configuration includes essential details like a unique project name and registration state.\u003c/p\u003e\n"],["\u003cp\u003eThe registration state indicates whether a project is registered for commercial use, non-commercial use, or not registered at all.\u003c/p\u003e\n"]]],["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"],null,["# ProjectConfig\n\nInformation about a Cloud-based Earth Engine project. \u003chttps://developers.google.com/earth-engine/cloud/projects\u003e.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"registrationState\": enum (/earth-engine/reference/rest/v1beta/ProjectConfig#RegistrationState) } ``` |\n\n| Fields ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The project config name, of the format \"projects/\\*/config\". |\n| `registrationState` | `enum (`[RegistrationState](/earth-engine/reference/rest/v1beta/ProjectConfig#RegistrationState)`)` Output only. The project registration state. |\n\nRegistrationState\n-----------------\n\nRegistration state.\n\n| Enums ||\n|----------------------------------|-----------------------------------------------|\n| `REGISTRATION_STATE_UNSPECIFIED` | Unspecified. |\n| `NOT_REGISTERED` | Project is not registered. |\n| `REGISTERED_COMMERCIALLY` | Project is registered for commercial use. |\n| `REGISTERED_NOT_COMMERCIALLY` | Project is registered for non-commercial use. |"]]