ProjectConfig

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

JSON representation
{
  "name": string,
  "registrationState": enum (RegistrationState),
  "maxConcurrentExports": integer,
  "planMaxConcurrentExports": integer
}
Fields
name

string

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

registrationState

enum (RegistrationState)

Output only. The project registration state.

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.

RegistrationState

Registration state.

Enums
REGISTRATION_STATE_UNSPECIFIED Unspecified.
NOT_REGISTERED Project is not registered.
REGISTERED_COMMERCILALLY Project is registered for commercial use.
REGISTERED_NOT_COMMERCILALLY Project is registered for non-commercial use.