ProjectConfig
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การแสดง JSON |
{
"name": string,
"registrationState": enum (RegistrationState ),
"maxConcurrentExports": integer,
"planMaxConcurrentExports": integer
} |
ช่อง |
name |
string
ต้องระบุ ชื่อไฟล์กําหนดค่าโปรเจ็กต์ในรูปแบบ "projects/*/config"
|
registrationState |
enum (RegistrationState )
เอาต์พุตเท่านั้น สถานะการลงทะเบียนโปรเจ็กต์
|
maxConcurrentExports |
integer
ไม่บังคับ จำนวนการส่งออกพร้อมกันสูงสุดที่โปรเจ็กต์สามารถเรียกใช้ได้
|
planMaxConcurrentExports |
integer
ไม่บังคับ เอาต์พุตเท่านั้น จํานวนการส่งออกพร้อมกันสูงสุดที่ทํางานได้ภายใต้บัญชีการเรียกเก็บเงินของโปรเจ็กต์ จำนวนนี้มากกว่าหรือเท่ากับการส่งออกพร้อมกันสูงสุดของโปรเจ็กต์
|
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\u003eProject configurations encompass crucial details like registration state, concurrent export limits, and billing account export capacity.\u003c/p\u003e\n"],["\u003cp\u003eProjects have different registration states including: unspecified, not registered, registered for commercial use, and registered for non-commercial use.\u003c/p\u003e\n"],["\u003cp\u003eConcurrent export limits can be defined for individual projects and are capped by the billing account's overall capacity.\u003c/p\u003e\n"]]],["The document details a Cloud-based Earth Engine project's configuration. Key information includes the project's `name` and `registrationState` (Unspecified, Not Registered, Registered Commercially, or Registered Non-commercially). It defines `maxConcurrentExports`, the limit of simultaneous exports, and `planMaxConcurrentExports`, which represents the billing account's export limit and is always equal to or greater than the project's limit. These two parameters are represented as integer values.\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/v1alpha/ProjectConfig#RegistrationState), \"maxConcurrentExports\": integer, \"planMaxConcurrentExports\": integer } ``` |\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/v1alpha/ProjectConfig#RegistrationState)`)` Output only. The project registration state. |\n| `maxConcurrentExports` | `integer` Optional. The maximum number of concurrent exports that the project can run. |\n| `planMaxConcurrentExports` | `integer` Optional. Output only. The maximum number of concurrent exports that can be run under the project's billing account. This number is greater than or equal to the max concurrent exports for the project. |\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. |"]]