ProjectConfig

Cloud ベースの Earth Engine プロジェクトに関する情報。https://developers.google.com/earth-engine/cloud/projects

JSON 表現
{
  "name": string,
  "registrationState": enum (RegistrationState),
  "maxConcurrentExports": integer,
  "planMaxConcurrentExports": integer
}
フィールド
name

string

必須。プロジェクト構成の名前。形式は「projects/*/config」です。

registrationState

enum (RegistrationState)

出力専用。プロジェクトの登録ステータス。

maxConcurrentExports

integer

省略可。プロジェクトで実行できる同時エクスポートの最大数。

planMaxConcurrentExports

integer

省略可。出力専用。プロジェクトの課金アカウントで実行できる同時エクスポートの最大数。この数値は、プロジェクトの最大同時エクスポート数以上である必要があります。

RegistrationState

登録の状態。

列挙型
REGISTRATION_STATE_UNSPECIFIED (指定なし)
NOT_REGISTERED プロジェクトが登録されていません。
REGISTERED_COMMERCIALLY プロジェクトが商用利用のために登録されている。
REGISTERED_NOT_COMMERCIALLY プロジェクトは非営利目的で登録されています。