Get desktop application:
View/edit binary Protocol Buffers messages
Used in: v1.AccountCreateResponse, v1.AccountGetResponse, v1.AccountUpdateResponse
string name = 2
string email = 3
optional PlanId plan_id = 4
Used in: v1.AccountCreateRequest, v1.AccountUpdateRequest
string name = 1
string email = 2
Used in: v1.AccountGetPlanResponse
Used in: Plan
int32 project_limit = 1
int32 component_limit = 2
int32 worker_limit = 3
int32 storage_limit = 4
int64 monthly_gas_limit = 5
int32 monthly_upload_limit = 6
int64 max_memory_per_worker = 7
Used in: Account, Plan