ProjectConfig
字段 |
name |
string
必需。项目配置名称,格式为“projects/*/config”。
|
registrationState |
enum (RegistrationState )
仅限输出。项目注册状态。
|
RegistrationState
枚举 |
REGISTRATION_STATE_UNSPECIFIED |
未指定。 |
NOT_REGISTERED |
项目未注册。 |
REGISTERED_COMMERCIALLY |
项目已注册用于商业用途。 |
REGISTERED_NOT_COMMERCIALLY |
项目已注册用于非商业用途。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-06。
[null,null,["最后更新时间 (UTC):2025-03-06。"],[[["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"]]