ProjectConfig

Information about a Cloud-based Earth Engine project. https://developers.google.com/earth-engine/cloud/projects.

JSON representation
{
  "name": string,
  "maxConcurrentExports": integer,
  "planMaxConcurrentExports": integer
}
Fields
name

string

Required. The project config name, of the format "projects/*/config".

maxConcurrentExports

integer

Optional. The maximum number of concurrent exports that the project can run.

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.