Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
(message has no fields)
string key = 1
int64 offset = 2
int64 limit = 3
string customer_id = 1
int64 balance = 2
bool billable = 3
bool delinquent = 4
(message has no fields)
string customer_id = 1
string status = 2
optional Period invoice_period = 3
(message has no fields)
(message has no fields)
(message has no fields)
string key = 1
map<string, int64> product_usage = 2
map<string, Usage> daily_usage = 1
(message has no fields)
string key = 1
int32 account_type = 2
bool active = 3
string email = 4
map<string, string> properties = 5
(message has no fields)
string key = 1
int32 account_type = 2
bool active = 3
int32 event = 4
map<string, string> properties = 5
(message has no fields)
Used in: CreateCustomerRequest
string key = 1
string email = 2
int32 account_type = 3
string username = 4
Used as response type in: APIService.GetCustomer
Used as field type in: ListDependentCustomersResponse, hubd.pb.ListBillingUsersResponse, usersd.pb.GetUsageResponse
string key = 1
string customer_id = 2
string parent_key = 3
string email = 4
int32 account_type = 5
string account_status = 6
string subscription_status = 7
int64 balance = 8
bool billable = 9
bool delinquent = 10
int64 created_at = 11
int64 grace_period_end = 12
optional Period invoice_period = 13
map<string, Usage> daily_usage = 14
int64 dependents = 15
Used as response type in: APIService.GetCustomerUsage
Used as field type in: usersd.pb.GetUsageResponse
map<string, Usage> usage = 1
Used in: GetCustomerResponse, UpdateCustomerSubscriptionRequest, Usage
int64 unix_start = 1
int64 unix_end = 2
Used in: GetCustomerResponse, GetCustomerUsageResponse, IncCustomerUsageResponse
string description = 1
int64 units = 2
int64 total = 3
int64 free = 4
int64 grace = 5
double cost = 6
optional Period period = 7