- shared.AutomationTriggerParam
- shared.CountResponseRelation
- shared.EnvironmentClassParam
- shared.EnvironmentVariableItemParam
- shared.EnvironmentVariableSourceParam
- shared.ErrorCode
- shared.FieldValueParam
- shared.OrganizationRole
- shared.OrganizationTier
- shared.Principal
- shared.ProjectEnvironmentClassParam
- shared.ResourceRole
- shared.ResourceType
- shared.RunsOnParam
- shared.SecretRefParam
- shared.SortParam
- shared.SortOrder
- shared.State
- shared.SubjectParam
- shared.TaskExecutionPhase
- shared.TaskMetadataParam
- shared.TaskSpecParam
- shared.UserStatus
- shared.AutomationTrigger
- shared.CountResponseRelation
- shared.EnvironmentClass
- shared.EnvironmentVariableItem
- shared.EnvironmentVariableSource
- shared.ErrorCode
- shared.FieldValue
- shared.Gateway
- shared.OrganizationRole
- shared.OrganizationTier
- shared.Principal
- shared.ProjectEnvironmentClass
- shared.ResourceRole
- shared.ResourceType
- shared.RunsOn
- shared.SecretRef
- shared.SortOrder
- shared.State
- 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
- gitpod.AccountListSSOLoginsResponse
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.ListJoinableOrganizations(ctx context.Context, params gitpod.AccountListJoinableOrganizationsParams) (*pagination.JoinableOrganizationsPage[gitpod.JoinableOrganization], error)client.Accounts.ListLoginProviders(ctx context.Context, params gitpod.AccountListLoginProvidersParams) (*pagination.LoginProvidersPage[gitpod.LoginProvider], error)client.Accounts.ListSSOLogins(ctx context.Context, params gitpod.AccountListSSOLoginsParams) (*pagination.LoginsPage[gitpod.AccountListSSOLoginsResponse], error)
Params Types:
- gitpod.AgentCodeContextParam
- gitpod.AgentMessageParam
- gitpod.AgentMode
- gitpod.Type
- gitpod.UserInputBlockParam
- gitpod.WakeEventParam
Response Types:
- gitpod.AgentCodeContext
- gitpod.AgentExecution
- gitpod.AgentMode
- gitpod.Prompt
- gitpod.PromptMetadata
- gitpod.PromptSpec
- gitpod.AgentNewExecutionConversationTokenResponse
- gitpod.AgentNewPromptResponse
- gitpod.AgentDeleteExecutionResponse
- gitpod.AgentDeletePromptResponse
- gitpod.AgentGetExecutionResponse
- gitpod.AgentGetPromptResponse
- gitpod.AgentSendToExecutionResponse
- gitpod.AgentStartExecutionResponse
- gitpod.AgentStopExecutionResponse
- gitpod.AgentUpdatePromptResponse
Methods:
client.Agents.NewExecutionConversationToken(ctx context.Context, body gitpod.AgentNewExecutionConversationTokenParams) (*gitpod.AgentNewExecutionConversationTokenResponse, error)client.Agents.NewPrompt(ctx context.Context, body gitpod.AgentNewPromptParams) (*gitpod.AgentNewPromptResponse, error)client.Agents.DeleteExecution(ctx context.Context, body gitpod.AgentDeleteExecutionParams) (*gitpod.AgentDeleteExecutionResponse, error)client.Agents.DeletePrompt(ctx context.Context, body gitpod.AgentDeletePromptParams) (*gitpod.AgentDeletePromptResponse, error)client.Agents.ListExecutions(ctx context.Context, params gitpod.AgentListExecutionsParams) (*pagination.AgentExecutionsPage[gitpod.AgentExecution], error)client.Agents.ListPrompts(ctx context.Context, params gitpod.AgentListPromptsParams) (*pagination.PromptsPage[gitpod.Prompt], error)client.Agents.GetExecution(ctx context.Context, body gitpod.AgentGetExecutionParams) (*gitpod.AgentGetExecutionResponse, error)client.Agents.GetPrompt(ctx context.Context, body gitpod.AgentGetPromptParams) (*gitpod.AgentGetPromptResponse, error)client.Agents.SendToExecution(ctx context.Context, body gitpod.AgentSendToExecutionParams) (*gitpod.AgentSendToExecutionResponse, error)client.Agents.StartExecution(ctx context.Context, body gitpod.AgentStartExecutionParams) (*gitpod.AgentStartExecutionResponse, error)client.Agents.StopExecution(ctx context.Context, body gitpod.AgentStopExecutionParams) (*gitpod.AgentStopExecutionResponse, error)client.Agents.UpdatePrompt(ctx context.Context, body gitpod.AgentUpdatePromptParams) (*gitpod.AgentUpdatePromptResponse, error)
Params Types:
- gitpod.WorkflowActionParam
- gitpod.WorkflowStepParam
- gitpod.WorkflowTriggerParam
- gitpod.WorkflowTriggerContextParam
Response Types:
- gitpod.Workflow
- gitpod.WorkflowAction
- gitpod.WorkflowExecution
- gitpod.WorkflowExecutionAction
- gitpod.WorkflowStep
- gitpod.WorkflowTrigger
- gitpod.WorkflowTriggerContext
- gitpod.AutomationNewResponse
- gitpod.AutomationGetResponse
- gitpod.AutomationUpdateResponse
- gitpod.AutomationDeleteResponse
- gitpod.AutomationCancelExecutionResponse
- gitpod.AutomationCancelExecutionActionResponse
- gitpod.AutomationListExecutionOutputsResponse
- gitpod.AutomationGetExecutionResponse
- gitpod.AutomationGetExecutionActionResponse
- gitpod.AutomationStartExecutionResponse
Methods:
client.Automations.New(ctx context.Context, body gitpod.AutomationNewParams) (*gitpod.AutomationNewResponse, error)client.Automations.Get(ctx context.Context, body gitpod.AutomationGetParams) (*gitpod.AutomationGetResponse, error)client.Automations.Update(ctx context.Context, body gitpod.AutomationUpdateParams) (*gitpod.AutomationUpdateResponse, error)client.Automations.List(ctx context.Context, params gitpod.AutomationListParams) (*pagination.WorkflowsPage[gitpod.Workflow], error)client.Automations.Delete(ctx context.Context, body gitpod.AutomationDeleteParams) (*gitpod.AutomationDeleteResponse, error)client.Automations.CancelExecution(ctx context.Context, body gitpod.AutomationCancelExecutionParams) (*gitpod.AutomationCancelExecutionResponse, error)client.Automations.CancelExecutionAction(ctx context.Context, body gitpod.AutomationCancelExecutionActionParams) (*gitpod.AutomationCancelExecutionActionResponse, error)client.Automations.ListExecutionActions(ctx context.Context, params gitpod.AutomationListExecutionActionsParams) (*pagination.WorkflowExecutionActionsPage[gitpod.WorkflowExecutionAction], error)client.Automations.ListExecutionOutputs(ctx context.Context, params gitpod.AutomationListExecutionOutputsParams) (*pagination.OutputsPage[gitpod.AutomationListExecutionOutputsResponse], error)client.Automations.ListExecutions(ctx context.Context, params gitpod.AutomationListExecutionsParams) (*pagination.WorkflowExecutionsPage[gitpod.WorkflowExecution], error)client.Automations.GetExecution(ctx context.Context, body gitpod.AutomationGetExecutionParams) (*gitpod.AutomationGetExecutionResponse, error)client.Automations.GetExecutionAction(ctx context.Context, body gitpod.AutomationGetExecutionActionParams) (*gitpod.AutomationGetExecutionActionResponse, error)client.Automations.StartExecution(ctx context.Context, body gitpod.AutomationStartExecutionParams) (*gitpod.AutomationStartExecutionResponse, 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.EnvironmentRole
- gitpod.EnvironmentSpecParam
- gitpod.KernelControlsConfigParam
- gitpod.VetoParam
Response Types:
- gitpod.AdmissionLevel
- gitpod.Environment
- gitpod.EnvironmentActivitySignal
- gitpod.EnvironmentMetadata
- gitpod.EnvironmentPhase
- gitpod.EnvironmentRole
- gitpod.EnvironmentSpec
- gitpod.EnvironmentStatus
- gitpod.KernelControlsConfig
- gitpod.Veto
- gitpod.EnvironmentNewResponse
- gitpod.EnvironmentGetResponse
- gitpod.EnvironmentUpdateResponse
- gitpod.EnvironmentDeleteResponse
- gitpod.EnvironmentNewEnvironmentTokenResponse
- gitpod.EnvironmentNewFromProjectResponse
- gitpod.EnvironmentNewLogsTokenResponse
- gitpod.EnvironmentMarkActiveResponse
- gitpod.EnvironmentStartResponse
- gitpod.EnvironmentStopResponse
- gitpod.EnvironmentUnarchiveResponse
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.NewEnvironmentToken(ctx context.Context, body gitpod.EnvironmentNewEnvironmentTokenParams) (*gitpod.EnvironmentNewEnvironmentTokenResponse, 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)client.Environments.Unarchive(ctx context.Context, body gitpod.EnvironmentUnarchiveParams) (*gitpod.EnvironmentUnarchiveResponse, 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.ServiceRole
- 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:
- gitpod.BreadcrumbParam
- gitpod.ErrorEventParam
- gitpod.ErrorLevel
- gitpod.ExceptionInfoParam
- gitpod.ExceptionMechanismParam
- gitpod.RequestInfoParam
- gitpod.StackFrameParam
Response Types:
Methods:
client.Errors.ReportErrors(ctx context.Context, body gitpod.ErrorReportErrorsParams) (*gitpod.ErrorReportErrorsResponse, error)
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)
Methods:
client.Gateways.List(ctx context.Context, params gitpod.GatewayListParams) (*pagination.GatewaysPage[shared.Gateway], error)
Response Types:
- gitpod.Group
- gitpod.GroupNewResponse
- gitpod.GroupGetResponse
- gitpod.GroupUpdateResponse
- gitpod.GroupDeleteResponse
Methods:
client.Groups.New(ctx context.Context, body gitpod.GroupNewParams) (*gitpod.GroupNewResponse, error)client.Groups.Get(ctx context.Context, body gitpod.GroupGetParams) (*gitpod.GroupGetResponse, error)client.Groups.Update(ctx context.Context, body gitpod.GroupUpdateParams) (*gitpod.GroupUpdateResponse, error)client.Groups.List(ctx context.Context, params gitpod.GroupListParams) (*pagination.GroupsPage[gitpod.Group], error)client.Groups.Delete(ctx context.Context, body gitpod.GroupDeleteParams) (*gitpod.GroupDeleteResponse, error)
Response Types:
- gitpod.GroupMembership
- gitpod.GroupMembershipNewResponse
- gitpod.GroupMembershipGetResponse
- gitpod.GroupMembershipDeleteResponse
Methods:
client.Groups.Memberships.New(ctx context.Context, body gitpod.GroupMembershipNewParams) (*gitpod.GroupMembershipNewResponse, error)client.Groups.Memberships.Get(ctx context.Context, body gitpod.GroupMembershipGetParams) (*gitpod.GroupMembershipGetResponse, error)client.Groups.Memberships.List(ctx context.Context, params gitpod.GroupMembershipListParams) (*pagination.MembersPage[gitpod.GroupMembership], error)client.Groups.Memberships.Delete(ctx context.Context, body gitpod.GroupMembershipDeleteParams) (*gitpod.GroupMembershipDeleteResponse, error)
Response Types:
- gitpod.RoleAssignment
- gitpod.GroupRoleAssignmentNewResponse
- gitpod.GroupRoleAssignmentDeleteResponse
Methods:
client.Groups.RoleAssignments.New(ctx context.Context, body gitpod.GroupRoleAssignmentNewParams) (*gitpod.GroupRoleAssignmentNewResponse, error)client.Groups.RoleAssignments.List(ctx context.Context, params gitpod.GroupRoleAssignmentListParams) (*pagination.AssignmentsPage[gitpod.RoleAssignment], error)client.Groups.RoleAssignments.Delete(ctx context.Context, body gitpod.GroupRoleAssignmentDeleteParams) (*gitpod.GroupRoleAssignmentDeleteResponse, error)
Response Types:
Methods:
client.Groups.Shares.New(ctx context.Context, body gitpod.GroupShareNewParams) (*gitpod.GroupShareNewResponse, error)client.Groups.Shares.Delete(ctx context.Context, body gitpod.GroupShareDeleteParams) (*gitpod.GroupShareDeleteResponse, error)
Params Types:
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.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.AnnouncementBanner
- gitpod.OrganizationAnnouncementBannerUpdateResponse
- gitpod.OrganizationAnnouncementBannerGetResponse
Methods:
client.Organizations.AnnouncementBanner.Update(ctx context.Context, body gitpod.OrganizationAnnouncementBannerUpdateParams) (*gitpod.OrganizationAnnouncementBannerUpdateResponse, error)client.Organizations.AnnouncementBanner.Get(ctx context.Context, body gitpod.OrganizationAnnouncementBannerGetParams) (*gitpod.OrganizationAnnouncementBannerGetResponse, error)
Params Types:
Response Types:
- gitpod.CustomDomain
- gitpod.CustomDomainProvider
- gitpod.OrganizationCustomDomainNewResponse
- gitpod.OrganizationCustomDomainGetResponse
- gitpod.OrganizationCustomDomainUpdateResponse
- gitpod.OrganizationCustomDomainDeleteResponse
Methods:
client.Organizations.CustomDomains.New(ctx context.Context, body gitpod.OrganizationCustomDomainNewParams) (*gitpod.OrganizationCustomDomainNewResponse, error)client.Organizations.CustomDomains.Get(ctx context.Context, body gitpod.OrganizationCustomDomainGetParams) (*gitpod.OrganizationCustomDomainGetResponse, error)client.Organizations.CustomDomains.Update(ctx context.Context, body gitpod.OrganizationCustomDomainUpdateParams) (*gitpod.OrganizationCustomDomainUpdateResponse, error)client.Organizations.CustomDomains.Delete(ctx context.Context, body gitpod.OrganizationCustomDomainDeleteParams) (*gitpod.OrganizationCustomDomainDeleteResponse, 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.AgentPolicy
- gitpod.ConversationSharingPolicy
- gitpod.CrowdStrikeConfig
- gitpod.KernelControlsAction
- gitpod.OrganizationPolicies
- gitpod.SecurityAgentPolicy
- gitpod.VetoExecPolicy
- gitpod.OrganizationPolicyGetResponse
- gitpod.OrganizationPolicyUpdateResponse
Methods:
client.Organizations.Policies.Get(ctx context.Context, body gitpod.OrganizationPolicyGetParams) (*gitpod.OrganizationPolicyGetResponse, error)client.Organizations.Policies.Update(ctx context.Context, body gitpod.OrganizationPolicyUpdateParams) (*gitpod.OrganizationPolicyUpdateResponse, error)
Response Types:
- gitpod.ScimConfiguration
- gitpod.OrganizationScimConfigurationNewResponse
- gitpod.OrganizationScimConfigurationGetResponse
- gitpod.OrganizationScimConfigurationUpdateResponse
- gitpod.OrganizationScimConfigurationDeleteResponse
- gitpod.OrganizationScimConfigurationRegenerateTokenResponse
Methods:
client.Organizations.ScimConfigurations.New(ctx context.Context, body gitpod.OrganizationScimConfigurationNewParams) (*gitpod.OrganizationScimConfigurationNewResponse, error)client.Organizations.ScimConfigurations.Get(ctx context.Context, body gitpod.OrganizationScimConfigurationGetParams) (*gitpod.OrganizationScimConfigurationGetResponse, error)client.Organizations.ScimConfigurations.Update(ctx context.Context, body gitpod.OrganizationScimConfigurationUpdateParams) (*gitpod.OrganizationScimConfigurationUpdateResponse, error)client.Organizations.ScimConfigurations.List(ctx context.Context, params gitpod.OrganizationScimConfigurationListParams) (*pagination.ScimConfigurationsPage[gitpod.ScimConfiguration], error)client.Organizations.ScimConfigurations.Delete(ctx context.Context, body gitpod.OrganizationScimConfigurationDeleteParams) (*gitpod.OrganizationScimConfigurationDeleteResponse, error)client.Organizations.ScimConfigurations.RegenerateToken(ctx context.Context, body gitpod.OrganizationScimConfigurationRegenerateTokenParams) (*gitpod.OrganizationScimConfigurationRegenerateTokenResponse, 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.Prebuild
- gitpod.PrebuildMetadata
- gitpod.PrebuildPhase
- gitpod.PrebuildSpec
- gitpod.PrebuildStatus
- gitpod.PrebuildTrigger
- gitpod.WarmPool
- gitpod.WarmPoolMetadata
- gitpod.WarmPoolPhase
- gitpod.WarmPoolSpec
- gitpod.WarmPoolStatus
- gitpod.PrebuildNewResponse
- gitpod.PrebuildGetResponse
- gitpod.PrebuildDeleteResponse
- gitpod.PrebuildCancelResponse
- gitpod.PrebuildNewLogsTokenResponse
- gitpod.PrebuildNewWarmPoolResponse
- gitpod.PrebuildDeleteWarmPoolResponse
- gitpod.PrebuildGetWarmPoolResponse
- gitpod.PrebuildUpdateWarmPoolResponse
Methods:
client.Prebuilds.New(ctx context.Context, body gitpod.PrebuildNewParams) (*gitpod.PrebuildNewResponse, error)client.Prebuilds.Get(ctx context.Context, body gitpod.PrebuildGetParams) (*gitpod.PrebuildGetResponse, error)client.Prebuilds.List(ctx context.Context, params gitpod.PrebuildListParams) (*pagination.PrebuildsPage[gitpod.Prebuild], error)client.Prebuilds.Delete(ctx context.Context, body gitpod.PrebuildDeleteParams) (*gitpod.PrebuildDeleteResponse, error)client.Prebuilds.Cancel(ctx context.Context, body gitpod.PrebuildCancelParams) (*gitpod.PrebuildCancelResponse, error)client.Prebuilds.NewLogsToken(ctx context.Context, body gitpod.PrebuildNewLogsTokenParams) (*gitpod.PrebuildNewLogsTokenResponse, error)client.Prebuilds.NewWarmPool(ctx context.Context, body gitpod.PrebuildNewWarmPoolParams) (*gitpod.PrebuildNewWarmPoolResponse, error)client.Prebuilds.DeleteWarmPool(ctx context.Context, body gitpod.PrebuildDeleteWarmPoolParams) (*gitpod.PrebuildDeleteWarmPoolResponse, error)client.Prebuilds.ListWarmPools(ctx context.Context, params gitpod.PrebuildListWarmPoolsParams) (*pagination.WarmPoolsPage[gitpod.WarmPool], error)client.Prebuilds.GetWarmPool(ctx context.Context, body gitpod.PrebuildGetWarmPoolParams) (*gitpod.PrebuildGetWarmPoolResponse, error)client.Prebuilds.UpdateWarmPool(ctx context.Context, body gitpod.PrebuildUpdateWarmPoolParams) (*gitpod.PrebuildUpdateWarmPoolResponse, error)
Params Types:
- gitpod.EnvironmentInitializerParam
- gitpod.ProjectPrebuildConfigurationParam
- gitpod.RecommendedEditorsParam
Response Types:
- gitpod.EnvironmentInitializer
- gitpod.Project
- gitpod.ProjectMetadata
- gitpod.ProjectPhase
- gitpod.ProjectPrebuildConfiguration
- gitpod.RecommendedEditors
- gitpod.ProjectNewResponse
- gitpod.ProjectGetResponse
- gitpod.ProjectUpdateResponse
- gitpod.ProjectDeleteResponse
- gitpod.ProjectBulkNewResponse
- gitpod.ProjectBulkDeleteResponse
- gitpod.ProjectBulkUpdateResponse
- 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.BulkNew(ctx context.Context, body gitpod.ProjectBulkNewParams) (*gitpod.ProjectBulkNewResponse, error)client.Projects.BulkDelete(ctx context.Context, body gitpod.ProjectBulkDeleteParams) (*gitpod.ProjectBulkDeleteResponse, error)client.Projects.BulkUpdate(ctx context.Context, body gitpod.ProjectBulkUpdateParams) (*gitpod.ProjectBulkUpdateResponse, error)client.Projects.NewFromEnvironment(ctx context.Context, body gitpod.ProjectNewFromEnvironmentParams) (*gitpod.ProjectNewFromEnvironmentResponse, error)
Response Types:
Methods:
client.Projects.EnvironmentClases.Update(ctx context.Context, body gitpod.ProjectEnvironmentClaseUpdateParams) (*gitpod.ProjectEnvironmentClaseUpdateResponse, error)client.Projects.EnvironmentClases.List(ctx context.Context, params gitpod.ProjectEnvironmentClaseListParams) (*pagination.ProjectEnvironmentClassesPage[shared.ProjectEnvironmentClass], 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.LogLevel
- gitpod.MetricsConfigurationParam
- gitpod.RunnerConfigurationParam
- gitpod.RunnerKind
- gitpod.RunnerPhase
- gitpod.RunnerProvider
- gitpod.RunnerReleaseChannel
- gitpod.RunnerSpecParam
- gitpod.RunnerVariant
- gitpod.SearchMode
- gitpod.UpdateWindowParam
Response Types:
- gitpod.GatewayInfo
- gitpod.LogLevel
- gitpod.MetricsConfiguration
- gitpod.Runner
- gitpod.RunnerCapability
- gitpod.RunnerConfiguration
- gitpod.RunnerKind
- gitpod.RunnerPhase
- gitpod.RunnerProvider
- gitpod.RunnerReleaseChannel
- gitpod.RunnerSpec
- gitpod.RunnerStatus
- gitpod.RunnerVariant
- gitpod.UpdateWindow
- gitpod.RunnerNewResponse
- gitpod.RunnerGetResponse
- gitpod.RunnerUpdateResponse
- gitpod.RunnerDeleteResponse
- gitpod.RunnerCheckAuthenticationForHostResponse
- gitpod.RunnerCheckRepositoryAccessResponse
- gitpod.RunnerNewLogsTokenResponse
- gitpod.RunnerNewRunnerTokenResponse
- gitpod.RunnerListScmOrganizationsResponse
- gitpod.RunnerParseContextURLResponse
- gitpod.RunnerSearchRepositoriesResponse
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.CheckRepositoryAccess(ctx context.Context, body gitpod.RunnerCheckRepositoryAccessParams) (*gitpod.RunnerCheckRepositoryAccessResponse, error)client.Runners.NewLogsToken(ctx context.Context, body gitpod.RunnerNewLogsTokenParams) (*gitpod.RunnerNewLogsTokenResponse, error)client.Runners.NewRunnerToken(ctx context.Context, body gitpod.RunnerNewRunnerTokenParams) (*gitpod.RunnerNewRunnerTokenResponse, error)client.Runners.ListScmOrganizations(ctx context.Context, params gitpod.RunnerListScmOrganizationsParams) (*gitpod.RunnerListScmOrganizationsResponse, error)client.Runners.ParseContextURL(ctx context.Context, body gitpod.RunnerParseContextURLParams) (*gitpod.RunnerParseContextURLResponse, error)client.Runners.SearchRepositories(ctx context.Context, body gitpod.RunnerSearchRepositoriesParams) (*gitpod.RunnerSearchRepositoriesResponse, 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)
Params Types:
Response Types:
- gitpod.Secret
- gitpod.SecretScope
- 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.Usage.ListEnvironmentRuntimeRecords(ctx context.Context, params gitpod.UsageListEnvironmentRuntimeRecordsParams) (*pagination.RecordsPage[gitpod.EnvironmentUsageRecord], error)
Response Types:
- gitpod.User
- gitpod.UserDeleteUserResponse
- gitpod.UserGetAuthenticatedUserResponse
- gitpod.UserGetUserResponse
- gitpod.UserSetSuspendedResponse
Methods:
client.Users.DeleteUser(ctx context.Context, body gitpod.UserDeleteUserParams) (*gitpod.UserDeleteUserResponse, error)client.Users.GetAuthenticatedUser(ctx context.Context, body gitpod.UserGetAuthenticatedUserParams) (*gitpod.UserGetAuthenticatedUserResponse, error)client.Users.GetUser(ctx context.Context, body gitpod.UserGetUserParams) (*gitpod.UserGetUserResponse, error)client.Users.SetSuspended(ctx context.Context, body gitpod.UserSetSuspendedParams) (*gitpod.UserSetSuspendedResponse, error)
Response Types:
Methods:
client.Users.Dotfiles.Get(ctx context.Context, body gitpod.UserDotfileGetParams) (*gitpod.UserDotfileGetResponse, error)client.Users.Dotfiles.Set(ctx context.Context, body gitpod.UserDotfileSetParams) (*gitpod.UserDotfileSetResponse, 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)