- shared.AutomationTriggerParam
- shared.EnvironmentClassParam
- shared.FieldValueParam
- shared.OrganizationRole
- shared.Principal
- shared.RunsOnParam
- shared.SubjectParam
- shared.TaskExecutionPhase
- shared.TaskMetadataParam
- shared.TaskSpecParam
- shared.AutomationTrigger
- shared.EnvironmentClass
- shared.FieldValue
- shared.OrganizationRole
- shared.Principal
- shared.RunsOn
- shared.Subject
- shared.Task
- shared.TaskExecution
- shared.TaskExecutionMetadata
- shared.TaskExecutionPhase
- shared.TaskExecutionSpec
- shared.TaskExecutionStatus
- shared.TaskMetadata
- shared.TaskSpec
- shared.UserStatus
Response Types:
- gitpod.Account
- gitpod.AccountMembership
- gitpod.JoinableOrganization
- gitpod.LoginProvider
- gitpod.AccountGetResponse
- gitpod.AccountDeleteResponse
- gitpod.AccountGetSSOLoginURLResponse
Methods:
client.Accounts.Get(ctx context.Context, body gitpod.AccountGetParams) (gitpod.AccountGetResponse, error)
client.Accounts.Delete(ctx context.Context, body gitpod.AccountDeleteParams) (gitpod.AccountDeleteResponse, error)
client.Accounts.GetSSOLoginURL(ctx context.Context, body gitpod.AccountGetSSOLoginURLParams) (gitpod.AccountGetSSOLoginURLResponse, error)
client.Accounts.ListLoginProviders(ctx context.Context, params gitpod.AccountListLoginProvidersParams) (pagination.LoginProvidersPage[gitpod.LoginProvider], error)
Response Types:
Methods:
client.Editors.Get(ctx context.Context, body gitpod.EditorGetParams) (gitpod.EditorGetResponse, error)
client.Editors.List(ctx context.Context, params gitpod.EditorListParams) (pagination.EditorsPage[gitpod.Editor], error)
client.Editors.ResolveURL(ctx context.Context, body gitpod.EditorResolveURLParams) (gitpod.EditorResolveURLResponse, error)
Params Types:
- gitpod.AdmissionLevel
- gitpod.EnvironmentActivitySignalParam
- gitpod.EnvironmentPhase
- gitpod.EnvironmentSpecParam
Response Types:
- gitpod.AdmissionLevel
- gitpod.Environment
- gitpod.EnvironmentActivitySignal
- gitpod.EnvironmentMetadata
- gitpod.EnvironmentPhase
- gitpod.EnvironmentSpec
- gitpod.EnvironmentStatus
- gitpod.EnvironmentNewResponse
- gitpod.EnvironmentGetResponse
- gitpod.EnvironmentUpdateResponse
- gitpod.EnvironmentDeleteResponse
- gitpod.EnvironmentNewFromProjectResponse
- gitpod.EnvironmentNewLogsTokenResponse
- gitpod.EnvironmentMarkActiveResponse
- gitpod.EnvironmentStartResponse
- gitpod.EnvironmentStopResponse
Methods:
client.Environments.New(ctx context.Context, body gitpod.EnvironmentNewParams) (gitpod.EnvironmentNewResponse, error)
client.Environments.Get(ctx context.Context, body gitpod.EnvironmentGetParams) (gitpod.EnvironmentGetResponse, error)
client.Environments.Update(ctx context.Context, body gitpod.EnvironmentUpdateParams) (gitpod.EnvironmentUpdateResponse, error)
client.Environments.List(ctx context.Context, params gitpod.EnvironmentListParams) (pagination.EnvironmentsPage[gitpod.Environment], error)
client.Environments.Delete(ctx context.Context, body gitpod.EnvironmentDeleteParams) (gitpod.EnvironmentDeleteResponse, error)
client.Environments.NewFromProject(ctx context.Context, body gitpod.EnvironmentNewFromProjectParams) (gitpod.EnvironmentNewFromProjectResponse, error)
client.Environments.NewLogsToken(ctx context.Context, body gitpod.EnvironmentNewLogsTokenParams) (gitpod.EnvironmentNewLogsTokenResponse, error)
client.Environments.MarkActive(ctx context.Context, body gitpod.EnvironmentMarkActiveParams) (gitpod.EnvironmentMarkActiveResponse, error)
client.Environments.Start(ctx context.Context, body gitpod.EnvironmentStartParams) (gitpod.EnvironmentStartResponse, error)
client.Environments.Stop(ctx context.Context, body gitpod.EnvironmentStopParams) (gitpod.EnvironmentStopResponse, error)
Params Types:
Response Types:
Methods:
client.Environments.Automations.Upsert(ctx context.Context, body gitpod.EnvironmentAutomationUpsertParams) (gitpod.EnvironmentAutomationUpsertResponse, error)
Params Types:
Response Types:
- gitpod.Service
- gitpod.ServiceMetadata
- gitpod.ServicePhase
- gitpod.ServiceSpec
- gitpod.ServiceStatus
- gitpod.EnvironmentAutomationServiceNewResponse
- gitpod.EnvironmentAutomationServiceGetResponse
- gitpod.EnvironmentAutomationServiceUpdateResponse
- gitpod.EnvironmentAutomationServiceDeleteResponse
- gitpod.EnvironmentAutomationServiceStartResponse
- gitpod.EnvironmentAutomationServiceStopResponse
Methods:
client.Environments.Automations.Services.New(ctx context.Context, body gitpod.EnvironmentAutomationServiceNewParams) (gitpod.EnvironmentAutomationServiceNewResponse, error)
client.Environments.Automations.Services.Get(ctx context.Context, body gitpod.EnvironmentAutomationServiceGetParams) (gitpod.EnvironmentAutomationServiceGetResponse, error)
client.Environments.Automations.Services.Update(ctx context.Context, body gitpod.EnvironmentAutomationServiceUpdateParams) (gitpod.EnvironmentAutomationServiceUpdateResponse, error)
client.Environments.Automations.Services.List(ctx context.Context, params gitpod.EnvironmentAutomationServiceListParams) (pagination.ServicesPage[gitpod.Service], error)
client.Environments.Automations.Services.Delete(ctx context.Context, body gitpod.EnvironmentAutomationServiceDeleteParams) (gitpod.EnvironmentAutomationServiceDeleteResponse, error)
client.Environments.Automations.Services.Start(ctx context.Context, body gitpod.EnvironmentAutomationServiceStartParams) (gitpod.EnvironmentAutomationServiceStartResponse, error)
client.Environments.Automations.Services.Stop(ctx context.Context, body gitpod.EnvironmentAutomationServiceStopParams) (gitpod.EnvironmentAutomationServiceStopResponse, error)
Response Types:
- gitpod.EnvironmentAutomationTaskNewResponse
- gitpod.EnvironmentAutomationTaskGetResponse
- gitpod.EnvironmentAutomationTaskUpdateResponse
- gitpod.EnvironmentAutomationTaskDeleteResponse
- gitpod.EnvironmentAutomationTaskStartResponse
Methods:
client.Environments.Automations.Tasks.New(ctx context.Context, body gitpod.EnvironmentAutomationTaskNewParams) (gitpod.EnvironmentAutomationTaskNewResponse, error)
client.Environments.Automations.Tasks.Get(ctx context.Context, body gitpod.EnvironmentAutomationTaskGetParams) (gitpod.EnvironmentAutomationTaskGetResponse, error)
client.Environments.Automations.Tasks.Update(ctx context.Context, body gitpod.EnvironmentAutomationTaskUpdateParams) (gitpod.EnvironmentAutomationTaskUpdateResponse, error)
client.Environments.Automations.Tasks.List(ctx context.Context, params gitpod.EnvironmentAutomationTaskListParams) (pagination.TasksPage[shared.Task], error)
client.Environments.Automations.Tasks.Delete(ctx context.Context, body gitpod.EnvironmentAutomationTaskDeleteParams) (gitpod.EnvironmentAutomationTaskDeleteResponse, error)
client.Environments.Automations.Tasks.Start(ctx context.Context, body gitpod.EnvironmentAutomationTaskStartParams) (gitpod.EnvironmentAutomationTaskStartResponse, error)
Response Types:
- gitpod.EnvironmentAutomationTaskExecutionGetResponse
- gitpod.EnvironmentAutomationTaskExecutionStopResponse
Methods:
client.Environments.Automations.Tasks.Executions.Get(ctx context.Context, body gitpod.EnvironmentAutomationTaskExecutionGetParams) (gitpod.EnvironmentAutomationTaskExecutionGetResponse, error)
client.Environments.Automations.Tasks.Executions.List(ctx context.Context, params gitpod.EnvironmentAutomationTaskExecutionListParams) (pagination.TaskExecutionsPage[shared.TaskExecution], error)
client.Environments.Automations.Tasks.Executions.Stop(ctx context.Context, body gitpod.EnvironmentAutomationTaskExecutionStopParams) (gitpod.EnvironmentAutomationTaskExecutionStopResponse, error)
Methods:
client.Environments.Classes.List(ctx context.Context, params gitpod.EnvironmentClassListParams) (pagination.EnvironmentClassesPage[shared.EnvironmentClass], error)
Params Types:
Response Types:
Methods:
client.Events.List(ctx context.Context, params gitpod.EventListParams) (pagination.EntriesPage[gitpod.EventListResponse], error)
client.Events.Watch(ctx context.Context, body gitpod.EventWatchParams) (gitpod.EventWatchResponse, error)
Response Types:
Methods:
client.Groups.List(ctx context.Context, params gitpod.GroupListParams) (pagination.GroupsPage[gitpod.Group], error)
Response Types:
- gitpod.IdentityExchangeTokenResponse
- gitpod.IdentityGetAuthenticatedIdentityResponse
- gitpod.IdentityGetIDTokenResponse
Methods:
client.Identity.ExchangeToken(ctx context.Context, body gitpod.IdentityExchangeTokenParams) (gitpod.IdentityExchangeTokenResponse, error)
client.Identity.GetAuthenticatedIdentity(ctx context.Context, body gitpod.IdentityGetAuthenticatedIdentityParams) (gitpod.IdentityGetAuthenticatedIdentityResponse, error)
client.Identity.GetIDToken(ctx context.Context, body gitpod.IdentityGetIDTokenParams) (gitpod.IdentityGetIDTokenResponse, error)
Params Types:
Response Types:
- gitpod.InviteDomains
- gitpod.Organization
- gitpod.OrganizationMember
- gitpod.OrganizationNewResponse
- gitpod.OrganizationGetResponse
- gitpod.OrganizationUpdateResponse
- gitpod.OrganizationDeleteResponse
- gitpod.OrganizationJoinResponse
- gitpod.OrganizationLeaveResponse
- gitpod.OrganizationSetRoleResponse
Methods:
client.Organizations.New(ctx context.Context, body gitpod.OrganizationNewParams) (gitpod.OrganizationNewResponse, error)
client.Organizations.Get(ctx context.Context, body gitpod.OrganizationGetParams) (gitpod.OrganizationGetResponse, error)
client.Organizations.Update(ctx context.Context, body gitpod.OrganizationUpdateParams) (gitpod.OrganizationUpdateResponse, error)
client.Organizations.List(ctx context.Context, params gitpod.OrganizationListParams) (pagination.OrganizationsPage[gitpod.Organization], error)
client.Organizations.Delete(ctx context.Context, body gitpod.OrganizationDeleteParams) (gitpod.OrganizationDeleteResponse, error)
client.Organizations.Join(ctx context.Context, body gitpod.OrganizationJoinParams) (gitpod.OrganizationJoinResponse, error)
client.Organizations.Leave(ctx context.Context, body gitpod.OrganizationLeaveParams) (gitpod.OrganizationLeaveResponse, error)
client.Organizations.ListMembers(ctx context.Context, params gitpod.OrganizationListMembersParams) (pagination.MembersPage[gitpod.OrganizationMember], error)
client.Organizations.SetRole(ctx context.Context, body gitpod.OrganizationSetRoleParams) (gitpod.OrganizationSetRoleResponse, error)
Response Types:
- gitpod.DomainVerification
- gitpod.DomainVerificationState
- gitpod.OrganizationDomainVerificationNewResponse
- gitpod.OrganizationDomainVerificationGetResponse
- gitpod.OrganizationDomainVerificationDeleteResponse
- gitpod.OrganizationDomainVerificationVerifyResponse
Methods:
client.Organizations.DomainVerifications.New(ctx context.Context, body gitpod.OrganizationDomainVerificationNewParams) (gitpod.OrganizationDomainVerificationNewResponse, error)
client.Organizations.DomainVerifications.Get(ctx context.Context, body gitpod.OrganizationDomainVerificationGetParams) (gitpod.OrganizationDomainVerificationGetResponse, error)
client.Organizations.DomainVerifications.List(ctx context.Context, params gitpod.OrganizationDomainVerificationListParams) (pagination.DomainVerificationsPage[gitpod.DomainVerification], error)
client.Organizations.DomainVerifications.Delete(ctx context.Context, body gitpod.OrganizationDomainVerificationDeleteParams) (gitpod.OrganizationDomainVerificationDeleteResponse, error)
client.Organizations.DomainVerifications.Verify(ctx context.Context, body gitpod.OrganizationDomainVerificationVerifyParams) (gitpod.OrganizationDomainVerificationVerifyResponse, error)
Response Types:
- gitpod.OrganizationInvite
- gitpod.OrganizationInviteNewResponse
- gitpod.OrganizationInviteGetResponse
- gitpod.OrganizationInviteGetSummaryResponse
Methods:
client.Organizations.Invites.New(ctx context.Context, body gitpod.OrganizationInviteNewParams) (gitpod.OrganizationInviteNewResponse, error)
client.Organizations.Invites.Get(ctx context.Context, body gitpod.OrganizationInviteGetParams) (gitpod.OrganizationInviteGetResponse, error)
client.Organizations.Invites.GetSummary(ctx context.Context, body gitpod.OrganizationInviteGetSummaryParams) (gitpod.OrganizationInviteGetSummaryResponse, error)
Params Types:
Response Types:
- gitpod.ProviderType
- gitpod.SSOConfiguration
- gitpod.SSOConfigurationState
- gitpod.OrganizationSSOConfigurationNewResponse
- gitpod.OrganizationSSOConfigurationGetResponse
- gitpod.OrganizationSSOConfigurationUpdateResponse
- gitpod.OrganizationSSOConfigurationDeleteResponse
Methods:
client.Organizations.SSOConfigurations.New(ctx context.Context, body gitpod.OrganizationSSOConfigurationNewParams) (gitpod.OrganizationSSOConfigurationNewResponse, error)
client.Organizations.SSOConfigurations.Get(ctx context.Context, body gitpod.OrganizationSSOConfigurationGetParams) (gitpod.OrganizationSSOConfigurationGetResponse, error)
client.Organizations.SSOConfigurations.Update(ctx context.Context, body gitpod.OrganizationSSOConfigurationUpdateParams) (gitpod.OrganizationSSOConfigurationUpdateResponse, error)
client.Organizations.SSOConfigurations.List(ctx context.Context, params gitpod.OrganizationSSOConfigurationListParams) (pagination.SSOConfigurationsPage[gitpod.SSOConfiguration], error)
client.Organizations.SSOConfigurations.Delete(ctx context.Context, body gitpod.OrganizationSSOConfigurationDeleteParams) (gitpod.OrganizationSSOConfigurationDeleteResponse, error)
Params Types:
Response Types:
- gitpod.EnvironmentInitializer
- gitpod.Project
- gitpod.ProjectEnvironmentClass
- gitpod.ProjectMetadata
- gitpod.ProjectNewResponse
- gitpod.ProjectGetResponse
- gitpod.ProjectUpdateResponse
- gitpod.ProjectDeleteResponse
- gitpod.ProjectNewFromEnvironmentResponse
Methods:
client.Projects.New(ctx context.Context, body gitpod.ProjectNewParams) (gitpod.ProjectNewResponse, error)
client.Projects.Get(ctx context.Context, body gitpod.ProjectGetParams) (gitpod.ProjectGetResponse, error)
client.Projects.Update(ctx context.Context, body gitpod.ProjectUpdateParams) (gitpod.ProjectUpdateResponse, error)
client.Projects.List(ctx context.Context, params gitpod.ProjectListParams) (pagination.ProjectsPage[gitpod.Project], error)
client.Projects.Delete(ctx context.Context, body gitpod.ProjectDeleteParams) (gitpod.ProjectDeleteResponse, error)
client.Projects.NewFromEnvironment(ctx context.Context, body gitpod.ProjectNewFromEnvironmentParams) (gitpod.ProjectNewFromEnvironmentResponse, error)
Params Types:
Response Types:
- gitpod.ProjectPolicy
- gitpod.ProjectRole
- gitpod.ProjectPolicyNewResponse
- gitpod.ProjectPolicyUpdateResponse
- gitpod.ProjectPolicyDeleteResponse
Methods:
client.Projects.Policies.New(ctx context.Context, body gitpod.ProjectPolicyNewParams) (gitpod.ProjectPolicyNewResponse, error)
client.Projects.Policies.Update(ctx context.Context, body gitpod.ProjectPolicyUpdateParams) (gitpod.ProjectPolicyUpdateResponse, error)
client.Projects.Policies.List(ctx context.Context, params gitpod.ProjectPolicyListParams) (pagination.PoliciesPage[gitpod.ProjectPolicy], error)
client.Projects.Policies.Delete(ctx context.Context, body gitpod.ProjectPolicyDeleteParams) (gitpod.ProjectPolicyDeleteResponse, error)
Params Types:
- gitpod.RunnerConfigurationParam
- gitpod.RunnerKind
- gitpod.RunnerPhase
- gitpod.RunnerProvider
- gitpod.RunnerReleaseChannel
- gitpod.RunnerSpecParam
Response Types:
- gitpod.Runner
- gitpod.RunnerCapability
- gitpod.RunnerConfiguration
- gitpod.RunnerKind
- gitpod.RunnerPhase
- gitpod.RunnerProvider
- gitpod.RunnerReleaseChannel
- gitpod.RunnerSpec
- gitpod.RunnerStatus
- gitpod.RunnerNewResponse
- gitpod.RunnerGetResponse
- gitpod.RunnerUpdateResponse
- gitpod.RunnerDeleteResponse
- gitpod.RunnerCheckAuthenticationForHostResponse
- gitpod.RunnerNewRunnerTokenResponse
- gitpod.RunnerParseContextURLResponse
Methods:
client.Runners.New(ctx context.Context, body gitpod.RunnerNewParams) (gitpod.RunnerNewResponse, error)
client.Runners.Get(ctx context.Context, body gitpod.RunnerGetParams) (gitpod.RunnerGetResponse, error)
client.Runners.Update(ctx context.Context, body gitpod.RunnerUpdateParams) (gitpod.RunnerUpdateResponse, error)
client.Runners.List(ctx context.Context, params gitpod.RunnerListParams) (pagination.RunnersPage[gitpod.Runner], error)
client.Runners.Delete(ctx context.Context, body gitpod.RunnerDeleteParams) (gitpod.RunnerDeleteResponse, error)
client.Runners.CheckAuthenticationForHost(ctx context.Context, body gitpod.RunnerCheckAuthenticationForHostParams) (gitpod.RunnerCheckAuthenticationForHostResponse, error)
client.Runners.NewRunnerToken(ctx context.Context, body gitpod.RunnerNewRunnerTokenParams) (gitpod.RunnerNewRunnerTokenResponse, error)
client.Runners.ParseContextURL(ctx context.Context, body gitpod.RunnerParseContextURLParams) (gitpod.RunnerParseContextURLResponse, error)
Response Types:
- gitpod.EnvironmentClassValidationResult
- gitpod.FieldValidationError
- gitpod.ScmIntegrationValidationResult
- gitpod.RunnerConfigurationValidateResponse
Methods:
client.Runners.Configurations.Validate(ctx context.Context, body gitpod.RunnerConfigurationValidateParams) (gitpod.RunnerConfigurationValidateResponse, error)
Response Types:
- gitpod.RunnerConfigurationEnvironmentClassNewResponse
- gitpod.RunnerConfigurationEnvironmentClassGetResponse
- gitpod.RunnerConfigurationEnvironmentClassUpdateResponse
Methods:
client.Runners.Configurations.EnvironmentClasses.New(ctx context.Context, body gitpod.RunnerConfigurationEnvironmentClassNewParams) (gitpod.RunnerConfigurationEnvironmentClassNewResponse, error)
client.Runners.Configurations.EnvironmentClasses.Get(ctx context.Context, body gitpod.RunnerConfigurationEnvironmentClassGetParams) (gitpod.RunnerConfigurationEnvironmentClassGetResponse, error)
client.Runners.Configurations.EnvironmentClasses.Update(ctx context.Context, body gitpod.RunnerConfigurationEnvironmentClassUpdateParams) (gitpod.RunnerConfigurationEnvironmentClassUpdateResponse, error)
client.Runners.Configurations.EnvironmentClasses.List(ctx context.Context, params gitpod.RunnerConfigurationEnvironmentClassListParams) (pagination.EnvironmentClassesPage[shared.EnvironmentClass], error)
Params Types:
Response Types:
- gitpod.HostAuthenticationToken
- gitpod.HostAuthenticationTokenSource
- gitpod.RunnerConfigurationHostAuthenticationTokenNewResponse
- gitpod.RunnerConfigurationHostAuthenticationTokenGetResponse
- gitpod.RunnerConfigurationHostAuthenticationTokenUpdateResponse
- gitpod.RunnerConfigurationHostAuthenticationTokenDeleteResponse
Methods:
client.Runners.Configurations.HostAuthenticationTokens.New(ctx context.Context, body gitpod.RunnerConfigurationHostAuthenticationTokenNewParams) (gitpod.RunnerConfigurationHostAuthenticationTokenNewResponse, error)
client.Runners.Configurations.HostAuthenticationTokens.Get(ctx context.Context, body gitpod.RunnerConfigurationHostAuthenticationTokenGetParams) (gitpod.RunnerConfigurationHostAuthenticationTokenGetResponse, error)
client.Runners.Configurations.HostAuthenticationTokens.Update(ctx context.Context, body gitpod.RunnerConfigurationHostAuthenticationTokenUpdateParams) (gitpod.RunnerConfigurationHostAuthenticationTokenUpdateResponse, error)
client.Runners.Configurations.HostAuthenticationTokens.List(ctx context.Context, params gitpod.RunnerConfigurationHostAuthenticationTokenListParams) (pagination.TokensPage[gitpod.HostAuthenticationToken], error)
client.Runners.Configurations.HostAuthenticationTokens.Delete(ctx context.Context, body gitpod.RunnerConfigurationHostAuthenticationTokenDeleteParams) (gitpod.RunnerConfigurationHostAuthenticationTokenDeleteResponse, error)
Response Types:
Methods:
client.Runners.Configurations.Schema.Get(ctx context.Context, body gitpod.RunnerConfigurationSchemaGetParams) (gitpod.RunnerConfigurationSchemaGetResponse, error)
Response Types:
- gitpod.ScmIntegration
- gitpod.ScmIntegrationOAuthConfig
- gitpod.RunnerConfigurationScmIntegrationNewResponse
- gitpod.RunnerConfigurationScmIntegrationGetResponse
- gitpod.RunnerConfigurationScmIntegrationUpdateResponse
- gitpod.RunnerConfigurationScmIntegrationDeleteResponse
Methods:
client.Runners.Configurations.ScmIntegrations.New(ctx context.Context, body gitpod.RunnerConfigurationScmIntegrationNewParams) (gitpod.RunnerConfigurationScmIntegrationNewResponse, error)
client.Runners.Configurations.ScmIntegrations.Get(ctx context.Context, body gitpod.RunnerConfigurationScmIntegrationGetParams) (gitpod.RunnerConfigurationScmIntegrationGetResponse, error)
client.Runners.Configurations.ScmIntegrations.Update(ctx context.Context, body gitpod.RunnerConfigurationScmIntegrationUpdateParams) (gitpod.RunnerConfigurationScmIntegrationUpdateResponse, error)
client.Runners.Configurations.ScmIntegrations.List(ctx context.Context, params gitpod.RunnerConfigurationScmIntegrationListParams) (pagination.IntegrationsPage[gitpod.ScmIntegration], error)
client.Runners.Configurations.ScmIntegrations.Delete(ctx context.Context, body gitpod.RunnerConfigurationScmIntegrationDeleteParams) (gitpod.RunnerConfigurationScmIntegrationDeleteResponse, error)
Params Types:
Response Types:
- gitpod.RunnerPolicy
- gitpod.RunnerRole
- gitpod.RunnerPolicyNewResponse
- gitpod.RunnerPolicyUpdateResponse
- gitpod.RunnerPolicyDeleteResponse
Methods:
client.Runners.Policies.New(ctx context.Context, body gitpod.RunnerPolicyNewParams) (gitpod.RunnerPolicyNewResponse, error)
client.Runners.Policies.Update(ctx context.Context, body gitpod.RunnerPolicyUpdateParams) (gitpod.RunnerPolicyUpdateResponse, error)
client.Runners.Policies.List(ctx context.Context, params gitpod.RunnerPolicyListParams) (pagination.PoliciesPage[gitpod.RunnerPolicy], error)
client.Runners.Policies.Delete(ctx context.Context, body gitpod.RunnerPolicyDeleteParams) (gitpod.RunnerPolicyDeleteResponse, error)
Response Types:
- gitpod.Secret
- gitpod.SecretNewResponse
- gitpod.SecretDeleteResponse
- gitpod.SecretGetValueResponse
- gitpod.SecretUpdateValueResponse
Methods:
client.Secrets.New(ctx context.Context, body gitpod.SecretNewParams) (gitpod.SecretNewResponse, error)
client.Secrets.List(ctx context.Context, params gitpod.SecretListParams) (pagination.SecretsPage[gitpod.Secret], error)
client.Secrets.Delete(ctx context.Context, body gitpod.SecretDeleteParams) (gitpod.SecretDeleteResponse, error)
client.Secrets.GetValue(ctx context.Context, body gitpod.SecretGetValueParams) (gitpod.SecretGetValueResponse, error)
client.Secrets.UpdateValue(ctx context.Context, body gitpod.SecretUpdateValueParams) (gitpod.SecretUpdateValueResponse, error)
Response Types:
Methods:
client.Users.GetAuthenticatedUser(ctx context.Context, body gitpod.UserGetAuthenticatedUserParams) (gitpod.UserGetAuthenticatedUserResponse, error)
client.Users.SetSuspended(ctx context.Context, body gitpod.UserSetSuspendedParams) (gitpod.UserSetSuspendedResponse, error)
Response Types:
Methods:
client.Users.Pats.List(ctx context.Context, params gitpod.UserPatListParams) (pagination.PersonalAccessTokensPage[gitpod.PersonalAccessToken], error)
client.Users.Pats.Delete(ctx context.Context, body gitpod.UserPatDeleteParams) (gitpod.UserPatDeleteResponse, error)
client.Users.Pats.Get(ctx context.Context, body gitpod.UserPatGetParams) (gitpod.UserPatGetResponse, error)