Skip to main content
Unary · Runner Configurations Lists environment classes with optional filtering. Use this method to:
  • View available classes
  • Filter by capability
  • Check enabled status

Examples

  • List all classes: Shows all environment classes.
  • Filter enabled classes: Lists only enabled environment classes.
buf:lint:ignore RPC_REQUEST_RESPONSE_UNIQUE

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.ListEnvironmentClassesRequest

Response

gitpod.v1.ListEnvironmentClassesResponse
gitpod.v1.EnvironmentClass
gitpod.v1.FieldValue
gitpod.v1.ListEnvironmentClassesRequest.Filter
gitpod.v1.PaginationRequest
gitpod.v1.PaginationResponse
RunnerKind represents the kind of a runner
RunnerProvider identifies the specific implementation type of a runner. Each provider maps to a specific kind of runner (local or remote), as specified below for each provider.