2024-03-17 18:23:28 +00:00
# Protocol Documentation
< a name = "top" > < / a >
## Table of Contents
2024-03-18 10:14:42 +00:00
- [environments/environments_v1.proto ](#environments_environments_v1-proto )
2024-05-06 07:37:02 +00:00
- [CreateOptions ](#environments-CreateOptions )
- [DeleteOptions ](#environments-DeleteOptions )
2024-03-17 18:23:28 +00:00
- [EnvironmentFull ](#environments-EnvironmentFull )
- [EnvironmentId ](#environments-EnvironmentId )
2024-05-06 07:37:02 +00:00
- [EnvironmentMetadata ](#environments-EnvironmentMetadata )
- [EnvironmentSpec ](#environments-EnvironmentSpec )
- [GetOptions ](#environments-GetOptions )
- [ListOptions ](#environments-ListOptions )
- [OwnerId ](#environments-OwnerId )
- [Token ](#environments-Token )
- [UpdateOptions ](#environments-UpdateOptions )
2024-03-17 18:23:28 +00:00
2024-05-06 07:37:02 +00:00
- [Kubernetes ](#environments-Kubernetes )
- [Location ](#environments-Location )
2024-03-18 09:41:09 +00:00
- [Provider ](#environments-Provider )
2024-05-06 07:37:02 +00:00
- [ServerType ](#environments-ServerType )
2024-03-18 09:41:09 +00:00
2024-03-17 18:23:28 +00:00
- [Environments ](#environments-Environments )
2024-03-18 10:14:42 +00:00
- [accounts/accounts_v1.proto ](#accounts_accounts_v1-proto )
- [AccountData ](#accounts-AccountData )
- [AccountFull ](#accounts-AccountFull )
2024-03-18 13:20:24 +00:00
- [AccountFullWithToken ](#accounts-AccountFullWithToken )
2024-03-18 10:14:42 +00:00
- [AccountId ](#accounts-AccountId )
- [AccountPassword ](#accounts-AccountPassword )
- [AccountWithPassword ](#accounts-AccountWithPassword )
- [Accounts ](#accounts-Accounts )
2024-05-06 07:37:02 +00:00
- [applications/applications_v1.proto ](#applications_applications_v1-proto )
- [ApplicationFull ](#applications-ApplicationFull )
- [ApplicationId ](#applications-ApplicationId )
- [ApplicationMetadata ](#applications-ApplicationMetadata )
- [ApplicationSpec ](#applications-ApplicationSpec )
- [ApplicationSpec.ConfigEntry ](#applications-ApplicationSpec-ConfigEntry )
- [CreateOptions ](#applications-CreateOptions )
- [DeleteOptions ](#applications-DeleteOptions )
- [GetOptions ](#applications-GetOptions )
- [ListOptions ](#applications-ListOptions )
- [OwnerId ](#applications-OwnerId )
- [Token ](#applications-Token )
- [UpdateOptions ](#applications-UpdateOptions )
- [Applications ](#applications-Applications )
- [email/email_v1.proto ](#email_email_v1-proto )
- [ConfirmValidation ](#email-ConfirmValidation )
- [RequestValidation ](#email-RequestValidation )
- [EmailValidation ](#email-EmailValidation )
2024-03-17 18:23:28 +00:00
- [Scalar Value Types ](#scalar-value-types )
2024-03-18 10:14:42 +00:00
< a name = "environments_environments_v1-proto" > < / a >
2024-03-17 18:23:28 +00:00
< p align = "right" > < a href = "#top" > Top< / a > < / p >
2024-03-18 10:14:42 +00:00
## environments/environments_v1.proto
2024-03-17 18:23:28 +00:00
This file has messages for describing environments
2024-05-06 07:37:02 +00:00
< a name = "environments-CreateOptions" > < / a >
2024-03-17 18:23:28 +00:00
2024-05-06 07:37:02 +00:00
### CreateOptions
2024-03-17 18:23:28 +00:00
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-05-06 07:37:02 +00:00
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| spec | [EnvironmentSpec ](#environments-EnvironmentSpec ) | | |
| owner_id | [OwnerId ](#environments-OwnerId ) | | |
| token | [Token ](#environments-Token ) | | |
< a name = "environments-DeleteOptions" > < / a >
### DeleteOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [EnvironmentId ](#environments-EnvironmentId ) | | |
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| owner_id | [OwnerId ](#environments-OwnerId ) | | |
| token | [Token ](#environments-Token ) | | |
2024-03-17 18:23:28 +00:00
< a name = "environments-EnvironmentFull" > < / a >
### EnvironmentFull
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-05-06 07:37:02 +00:00
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| spec | [EnvironmentSpec ](#environments-EnvironmentSpec ) | | |
2024-03-17 18:23:28 +00:00
| id | [EnvironmentId ](#environments-EnvironmentId ) | | |
< a name = "environments-EnvironmentId" > < / a >
### EnvironmentId
2024-05-06 07:37:02 +00:00
2024-03-17 18:23:28 +00:00
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-05-06 07:37:02 +00:00
| uuid | [string ](#string ) | | |
< a name = "environments-EnvironmentMetadata" > < / a >
### EnvironmentMetadata
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| name | [string ](#string ) | | A name of the environment |
| description | [string ](#string ) | | |
< a name = "environments-EnvironmentSpec" > < / a >
### EnvironmentSpec
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| provider | [Provider ](#environments-Provider ) | | Provide |
| kubernetes | [Kubernetes ](#environments-Kubernetes ) | | |
| server_type | [ServerType ](#environments-ServerType ) | | |
| server_location | [Location ](#environments-Location ) | | |
2024-05-21 07:08:52 +00:00
| disk_size | [int32 ](#int32 ) | | |
2024-05-06 07:37:02 +00:00
< a name = "environments-GetOptions" > < / a >
### GetOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [EnvironmentId ](#environments-EnvironmentId ) | | |
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| owner_id | [OwnerId ](#environments-OwnerId ) | | |
| token | [Token ](#environments-Token ) | | |
< a name = "environments-ListOptions" > < / a >
### ListOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| search_string | [string ](#string ) | | |
| owner_id | [OwnerId ](#environments-OwnerId ) | | |
| token | [Token ](#environments-Token ) | | |
< a name = "environments-OwnerId" > < / a >
### OwnerId
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| uuid | [string ](#string ) | | UUID of a user that is creating an environemnt |
< a name = "environments-Token" > < / a >
### Token
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| token | [string ](#string ) | | Token that should be used to create an environment |
< a name = "environments-UpdateOptions" > < / a >
### UpdateOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [EnvironmentId ](#environments-EnvironmentId ) | | |
| metadata | [EnvironmentMetadata ](#environments-EnvironmentMetadata ) | | |
| spec | [EnvironmentSpec ](#environments-EnvironmentSpec ) | | |
| owner_id | [OwnerId ](#environments-OwnerId ) | | |
| token | [Token ](#environments-Token ) | | |
2024-03-17 18:23:28 +00:00
2024-03-18 09:41:09 +00:00
2024-05-06 07:37:02 +00:00
< a name = "environments-Kubernetes" > < / a >
### Kubernetes
| Name | Number | Description |
| ---- | ------ | ----------- |
| KUBERNETES_UNSPECIFIED | 0 | |
| KUBERNETES_K3S | 1 | |
< a name = "environments-Location" > < / a >
### Location
| Name | Number | Description |
| ---- | ------ | ----------- |
| LOCATION_UNSPECIFIED | 0 | |
| LOCATION_HETZNER_NUREMBERG | 1 | |
| LOCATION_HETZNER_FALKENSTEIN | 2 | |
| LOCATION_HETZNER_HELSINKI | 3 | |
| LOCATION_HETZNER_HILLSBORO | 4 | |
| LOCATION_HETZNER_ASHBURN | 5 | |
2024-03-18 09:41:09 +00:00
< a name = "environments-Provider" > < / a >
### Provider
2024-05-06 07:37:02 +00:00
Helpers and other messages
| Name | Number | Description |
| ---- | ------ | ----------- |
| PROVIDER_UNSPECIFIED | 0 | |
| PROVIDER_HETZNER | 1 | |
< a name = "environments-ServerType" > < / a >
### ServerType
2024-03-18 09:41:09 +00:00
| Name | Number | Description |
| ---- | ------ | ----------- |
2024-05-06 07:37:02 +00:00
| SERVER_TYPE_UNSPECIFIED | 0 | |
| SERVER_TYPE_STARTER | 1 | |
| SERVER_TYPE_REGULAR | 2 | |
| SERVER_TYPE_PLUS | 3 | |
| SERVER_TYPE_PRO | 4 | |
| SERVER_TYPE_CUSTOM | 5 | |
2024-03-18 09:41:09 +00:00
2024-03-17 18:23:28 +00:00
< a name = "environments-Environments" > < / a >
### Environments
Service for handling environments
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
2024-05-06 07:37:02 +00:00
| Create | [CreateOptions ](#environments-CreateOptions ) | [EnvironmentFull ](#environments-EnvironmentFull ) | |
| Update | [UpdateOptions ](#environments-UpdateOptions ) | [EnvironmentFull ](#environments-EnvironmentFull ) | |
| Delete | [DeleteOptions ](#environments-DeleteOptions ) | [.google.protobuf.Empty ](#google-protobuf-Empty ) | |
| Get | [GetOptions ](#environments-GetOptions ) | [EnvironmentFull ](#environments-EnvironmentFull ) | |
| List | [ListOptions ](#environments-ListOptions ) | [EnvironmentFull ](#environments-EnvironmentFull ) stream | |
2024-03-17 18:23:28 +00:00
2024-03-18 10:14:42 +00:00
< a name = "accounts_accounts_v1-proto" > < / a >
< p align = "right" > < a href = "#top" > Top< / a > < / p >
## accounts/accounts_v1.proto
This file has messages for describing environments
< a name = "accounts-AccountData" > < / a >
### AccountData
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| name | [string ](#string ) | | Account name |
2024-03-18 13:20:24 +00:00
| email | [string ](#string ) | | Account email |
2024-03-18 10:14:42 +00:00
< a name = "accounts-AccountFull" > < / a >
### AccountFull
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [AccountId ](#accounts-AccountId ) | | |
| data | [AccountData ](#accounts-AccountData ) | | |
2024-03-18 13:20:24 +00:00
< a name = "accounts-AccountFullWithToken" > < / a >
### AccountFullWithToken
2024-03-18 10:14:42 +00:00
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-03-18 13:20:24 +00:00
| id | [AccountId ](#accounts-AccountId ) | | |
| data | [AccountData ](#accounts-AccountData ) | | |
2024-05-06 07:37:02 +00:00
| token | [string ](#string ) | | |
2024-03-18 10:14:42 +00:00
2024-03-18 13:20:24 +00:00
< a name = "accounts-AccountId" > < / a >
2024-03-18 10:14:42 +00:00
2024-03-18 13:20:24 +00:00
### AccountId
Represents a environment UUID only
2024-03-18 10:14:42 +00:00
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-03-18 13:20:24 +00:00
| id | [string ](#string ) | | Contour ID: UUID |
2024-03-18 10:14:42 +00:00
2024-03-18 13:20:24 +00:00
< a name = "accounts-AccountPassword" > < / a >
2024-03-18 11:16:30 +00:00
2024-03-18 13:20:24 +00:00
### AccountPassword
2024-03-18 11:16:30 +00:00
2024-03-18 13:20:24 +00:00
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
2024-05-06 07:37:02 +00:00
| password | [string ](#string ) | | |
2024-03-18 13:20:24 +00:00
2024-03-18 11:16:30 +00:00
2024-03-18 10:14:42 +00:00
< a name = "accounts-AccountWithPassword" > < / a >
### AccountWithPassword
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| data | [AccountData ](#accounts-AccountData ) | | |
2024-05-06 07:37:02 +00:00
| password | [AccountPassword ](#accounts-AccountPassword ) | | |
2024-03-18 10:14:42 +00:00
< a name = "accounts-Accounts" > < / a >
### Accounts
Service for handling environments
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
2024-03-18 13:20:24 +00:00
| SignUp | [AccountWithPassword ](#accounts-AccountWithPassword ) | [AccountFullWithToken ](#accounts-AccountFullWithToken ) | |
| SignIn | [AccountWithPassword ](#accounts-AccountWithPassword ) | [AccountFullWithToken ](#accounts-AccountFullWithToken ) | |
2024-05-21 07:08:52 +00:00
| ResetPassword | [AccountData ](#accounts-AccountData ) | [.google.protobuf.Empty ](#google-protobuf-Empty ) | |
2024-03-18 10:14:42 +00:00
2024-05-06 07:37:02 +00:00
< a name = "applications_applications_v1-proto" > < / a >
< p align = "right" > < a href = "#top" > Top< / a > < / p >
## applications/applications_v1.proto
This file has messages for describing applications
< a name = "applications-ApplicationFull" > < / a >
### ApplicationFull
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| spec | [ApplicationSpec ](#applications-ApplicationSpec ) | | |
| id | [ApplicationId ](#applications-ApplicationId ) | | |
< a name = "applications-ApplicationId" > < / a >
### ApplicationId
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| uuid | [string ](#string ) | | |
< a name = "applications-ApplicationMetadata" > < / a >
### ApplicationMetadata
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| name | [string ](#string ) | | |
| description | [string ](#string ) | | |
< a name = "applications-ApplicationSpec" > < / a >
### ApplicationSpec
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| application | [string ](#string ) | | |
| version | [string ](#string ) | | |
| environemnt_id | [string ](#string ) | | |
| config | [ApplicationSpec.ConfigEntry ](#applications-ApplicationSpec-ConfigEntry ) | repeated | |
| raw_config | [string ](#string ) | | |
< a name = "applications-ApplicationSpec-ConfigEntry" > < / a >
### ApplicationSpec.ConfigEntry
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| key | [string ](#string ) | | |
| value | [string ](#string ) | | |
< a name = "applications-CreateOptions" > < / a >
### CreateOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| spec | [ApplicationSpec ](#applications-ApplicationSpec ) | | |
| owner_id | [OwnerId ](#applications-OwnerId ) | | |
| token | [Token ](#applications-Token ) | | |
< a name = "applications-DeleteOptions" > < / a >
### DeleteOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [ApplicationId ](#applications-ApplicationId ) | | |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| owner_id | [OwnerId ](#applications-OwnerId ) | | |
| token | [Token ](#applications-Token ) | | |
< a name = "applications-GetOptions" > < / a >
### GetOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [ApplicationId ](#applications-ApplicationId ) | | |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| owner_id | [OwnerId ](#applications-OwnerId ) | | |
| token | [Token ](#applications-Token ) | | |
< a name = "applications-ListOptions" > < / a >
### ListOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| owner_id | [OwnerId ](#applications-OwnerId ) | | |
| token | [Token ](#applications-Token ) | | |
< a name = "applications-OwnerId" > < / a >
### OwnerId
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| uuid | [string ](#string ) | | UUID of a user that is creating an environemnt |
< a name = "applications-Token" > < / a >
### Token
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| token | [string ](#string ) | | Token that should be used to create an environment |
< a name = "applications-UpdateOptions" > < / a >
### UpdateOptions
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| id | [ApplicationId ](#applications-ApplicationId ) | | |
| metadata | [ApplicationMetadata ](#applications-ApplicationMetadata ) | | |
| spec | [ApplicationSpec ](#applications-ApplicationSpec ) | | |
| owner_id | [OwnerId ](#applications-OwnerId ) | | |
| token | [Token ](#applications-Token ) | | |
< a name = "applications-Applications" > < / a >
### Applications
Service for handling applications
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
| Create | [CreateOptions ](#applications-CreateOptions ) | [ApplicationFull ](#applications-ApplicationFull ) | |
| Update | [UpdateOptions ](#applications-UpdateOptions ) | [ApplicationFull ](#applications-ApplicationFull ) | |
| Delete | [DeleteOptions ](#applications-DeleteOptions ) | [.google.protobuf.Empty ](#google-protobuf-Empty ) | |
| Get | [GetOptions ](#applications-GetOptions ) | [ApplicationFull ](#applications-ApplicationFull ) | |
| List | [ListOptions ](#applications-ListOptions ) | [ApplicationFull ](#applications-ApplicationFull ) stream | |
< a name = "email_email_v1-proto" > < / a >
< p align = "right" > < a href = "#top" > Top< / a > < / p >
## email/email_v1.proto
This file has messages for describing environments
< a name = "email-ConfirmValidation" > < / a >
### ConfirmValidation
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| user_id | [string ](#string ) | | |
| code | [int32 ](#int32 ) | | |
< a name = "email-RequestValidation" > < / a >
### RequestValidation
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| user_id | [string ](#string ) | | |
< a name = "email-EmailValidation" > < / a >
### EmailValidation
A service that should handle email validation
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
| SendRequest | [RequestValidation ](#email-RequestValidation ) | [.google.protobuf.Empty ](#google-protobuf-Empty ) | |
| ValidateEmail | [ConfirmValidation ](#email-ConfirmValidation ) | [.google.protobuf.Empty ](#google-protobuf-Empty ) | |
2024-03-17 18:23:28 +00:00
## Scalar Value Types
| .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
| ----------- | ----- | --- | ---- | ------ | -- | -- | --- | ---- |
| < a name = "double" / > double | | double | double | float | float64 | double | float | Float |
| < a name = "float" / > float | | float | float | float | float32 | float | float | Float |
| < a name = "int32" / > int32 | Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint32 instead. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
| < a name = "int64" / > int64 | Uses variable-length encoding. Inefficient for encoding negative numbers – if your field is likely to have negative values, use sint64 instead. | int64 | long | int/long | int64 | long | integer/string | Bignum |
| < a name = "uint32" / > uint32 | Uses variable-length encoding. | uint32 | int | int/long | uint32 | uint | integer | Bignum or Fixnum (as required) |
| < a name = "uint64" / > uint64 | Uses variable-length encoding. | uint64 | long | int/long | uint64 | ulong | integer/string | Bignum or Fixnum (as required) |
| < a name = "sint32" / > sint32 | Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int32s. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
| < a name = "sint64" / > sint64 | Uses variable-length encoding. Signed int value. These more efficiently encode negative numbers than regular int64s. | int64 | long | int/long | int64 | long | integer/string | Bignum |
| < a name = "fixed32" / > fixed32 | Always four bytes. More efficient than uint32 if values are often greater than 2^28. | uint32 | int | int | uint32 | uint | integer | Bignum or Fixnum (as required) |
| < a name = "fixed64" / > fixed64 | Always eight bytes. More efficient than uint64 if values are often greater than 2^56. | uint64 | long | int/long | uint64 | ulong | integer/string | Bignum |
| < a name = "sfixed32" / > sfixed32 | Always four bytes. | int32 | int | int | int32 | int | integer | Bignum or Fixnum (as required) |
| < a name = "sfixed64" / > sfixed64 | Always eight bytes. | int64 | long | int/long | int64 | long | integer/string | Bignum |
| < a name = "bool" / > bool | | bool | boolean | boolean | bool | bool | boolean | TrueClass/FalseClass |
| < a name = "string" / > string | A string must always contain UTF-8 encoded or 7-bit ASCII text. | string | String | str/unicode | string | string | string | String (UTF-8) |
| < a name = "bytes" / > bytes | May contain any arbitrary sequence of bytes. | string | ByteString | str | []byte | ByteString | string | String (ASCII-8BIT) |