ProjectConfig
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ช่อง |
name |
string
ต้องระบุ ชื่อไฟล์กําหนดค่าโปรเจ็กต์ในรูปแบบ "projects/*/config"
|
registrationState |
enum (RegistrationState )
เอาต์พุตเท่านั้น สถานะการลงทะเบียนโปรเจ็กต์
|
RegistrationState
Enum |
REGISTRATION_STATE_UNSPECIFIED |
ไม่ระบุ |
NOT_REGISTERED |
โปรเจ็กต์ไม่ได้ลงทะเบียน |
REGISTERED_COMMERCIALLY |
โปรเจ็กต์ได้รับการจดทะเบียนเพื่อการใช้งานเชิงพาณิชย์ |
REGISTERED_NOT_COMMERCIALLY |
โปรเจ็กต์จดทะเบียนเพื่อการใช้งานที่ไม่ใช่เชิงพาณิชย์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eEarth Engine projects are managed through a cloud-based configuration system represented in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eEach project is uniquely identified by a required "name" field and includes a read-only "registrationState" indicating its commercial or non-commercial status.\u003c/p\u003e\n"],["\u003cp\u003eThe "registrationState" field helps classify project usage as either unspecified, not registered, commercially registered, or non-commercially registered.\u003c/p\u003e\n"]]],["The core content details a Google Earth Engine project's configuration, specifically its registration status. Key information includes the project's `name` (a required string) and its `registrationState`, an output-only enum. This state can be `NOT_REGISTERED`, `REGISTERED_COMMERCIALLY`, or `REGISTERED_NOT_COMMERCIALLY`, indicating the project's use type. The JSON representation includes these two fields, providing a structured way to access the project's name and status.\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/v1/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/v1/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. |"]]