ProjectConfig

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

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

string

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

registrationState

enum (RegistrationState)

Output only. The project registration state.

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.