Skip to content

Commit afa5045

Browse files
committed
feat(api): update via SDK Studio
1 parent 4715793 commit afa5045

File tree

13 files changed

+3405
-357
lines changed

13 files changed

+3405
-357
lines changed

Diff for: api.md

+18-50
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ from gitpod.types.environment_automations import (
8383
TaskExecutionCreateListResponse,
8484
TaskExecutionCreateRetrieveResponse,
8585
TaskExecutionStopResponse,
86+
TaskExecutionUpdateTaskExecutionStatusResponse,
8687
)
8788
```
8889

@@ -93,18 +94,7 @@ Methods:
9394
- <code title="post /gitpod.v1.EnvironmentAutomationService/ListTaskExecutions">client.environment_automations.task_executions.<a href="./src/gitpod/resources/environment_automations/task_executions.py">create_list</a>(\*\*<a href="src/gitpod/types/environment_automations/task_execution_create_list_params.py">params</a>) -> <a href="./src/gitpod/types/environment_automations/task_execution_create_list_response.py">TaskExecutionCreateListResponse</a></code>
9495
- <code title="post /gitpod.v1.EnvironmentAutomationService/GetTaskExecution">client.environment_automations.task_executions.<a href="./src/gitpod/resources/environment_automations/task_executions.py">create_retrieve</a>(\*\*<a href="src/gitpod/types/environment_automations/task_execution_create_retrieve_params.py">params</a>) -> <a href="./src/gitpod/types/environment_automations/task_execution_create_retrieve_response.py">TaskExecutionCreateRetrieveResponse</a></code>
9596
- <code title="post /gitpod.v1.EnvironmentAutomationService/StopTaskExecution">client.environment_automations.task_executions.<a href="./src/gitpod/resources/environment_automations/task_executions.py">stop</a>(\*\*<a href="src/gitpod/types/environment_automations/task_execution_stop_params.py">params</a>) -> <a href="./src/gitpod/types/environment_automations/task_execution_stop_response.py">object</a></code>
96-
97-
# EnvironmentAutomation
98-
99-
Types:
100-
101-
```python
102-
from gitpod.types import EnvironmentAutomationUpdateTaskExecutionStatusResponse
103-
```
104-
105-
Methods:
106-
107-
- <code title="post /gitpod.v1.EnvironmentAutomationService/UpdateTaskExecutionStatus">client.environment_automation.<a href="./src/gitpod/resources/environment_automation.py">update_task_execution_status</a>(\*\*<a href="src/gitpod/types/environment_automation_update_task_execution_status_params.py">params</a>) -> <a href="./src/gitpod/types/environment_automation_update_task_execution_status_response.py">object</a></code>
97+
- <code title="post /gitpod.v1.EnvironmentAutomationService/UpdateTaskExecutionStatus">client.environment_automations.task_executions.<a href="./src/gitpod/resources/environment_automations/task_executions.py">update_task_execution_status</a>(\*\*<a href="src/gitpod/types/environment_automations/task_execution_update_task_execution_status_params.py">params</a>) -> <a href="./src/gitpod/types/environment_automations/task_execution_update_task_execution_status_response.py">object</a></code>
10898

10999
# Environments
110100

@@ -292,69 +282,47 @@ Types:
292282

293283
```python
294284
from gitpod.types import (
285+
RunnerInteractionGetHostAuthenticationTokenValueResponse,
286+
RunnerInteractionGetLatestVersionResponse,
287+
RunnerInteractionListRunnerEnvironmentClassesResponse,
288+
RunnerInteractionListRunnerScmIntegrationsResponse,
295289
RunnerInteractionMarkActiveResponse,
290+
RunnerInteractionSendResponseResponse,
296291
RunnerInteractionSignupResponse,
292+
RunnerInteractionUpdateRunnerConfigurationSchemaResponse,
297293
RunnerInteractionUpdateStatusResponse,
298294
)
299295
```
300296

301297
Methods:
302298

299+
- <code title="post /gitpod.v1.RunnerInteractionService/GetHostAuthenticationTokenValue">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">get_host_authentication_token_value</a>(\*\*<a href="src/gitpod/types/runner_interaction_get_host_authentication_token_value_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_get_host_authentication_token_value_response.py">RunnerInteractionGetHostAuthenticationTokenValueResponse</a></code>
300+
- <code title="post /gitpod.v1.RunnerInteractionService/GetLatestVersion">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">get_latest_version</a>(\*\*<a href="src/gitpod/types/runner_interaction_get_latest_version_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_get_latest_version_response.py">RunnerInteractionGetLatestVersionResponse</a></code>
301+
- <code title="post /gitpod.v1.RunnerInteractionService/ListRunnerEnvironmentClasses">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">list_runner_environment_classes</a>(\*\*<a href="src/gitpod/types/runner_interaction_list_runner_environment_classes_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_list_runner_environment_classes_response.py">RunnerInteractionListRunnerEnvironmentClassesResponse</a></code>
302+
- <code title="post /gitpod.v1.RunnerInteractionService/ListRunnerSCMIntegrations">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">list_runner_scm_integrations</a>(\*\*<a href="src/gitpod/types/runner_interaction_list_runner_scm_integrations_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_list_runner_scm_integrations_response.py">RunnerInteractionListRunnerScmIntegrationsResponse</a></code>
303303
- <code title="post /gitpod.v1.RunnerInteractionService/MarkRunnerActive">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">mark_active</a>(\*\*<a href="src/gitpod/types/runner_interaction_mark_active_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_mark_active_response.py">object</a></code>
304+
- <code title="post /gitpod.v1.RunnerInteractionService/SendResponse">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">send_response</a>(\*\*<a href="src/gitpod/types/runner_interaction_send_response_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_send_response_response.py">object</a></code>
304305
- <code title="post /gitpod.v1.RunnerInteractionService/Signup">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">signup</a>(\*\*<a href="src/gitpod/types/runner_interaction_signup_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_signup_response.py">RunnerInteractionSignupResponse</a></code>
306+
- <code title="post /gitpod.v1.RunnerInteractionService/UpdateRunnerConfigurationSchema">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">update_runner_configuration_schema</a>(\*\*<a href="src/gitpod/types/runner_interaction_update_runner_configuration_schema_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_update_runner_configuration_schema_response.py">object</a></code>
305307
- <code title="post /gitpod.v1.RunnerInteractionService/UpdateRunnerStatus">client.runner_interactions.<a href="./src/gitpod/resources/runner_interactions/runner_interactions.py">update_status</a>(\*\*<a href="src/gitpod/types/runner_interaction_update_status_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_update_status_response.py">object</a></code>
306308

307-
## Environment
309+
## Environments
308310

309311
Types:
310312

311313
```python
312314
from gitpod.types.runner_interactions import (
313315
EnvironmentRetrieveResponse,
316+
EnvironmentListResponse,
314317
EnvironmentUpdateStatusResponse,
315318
)
316319
```
317320

318321
Methods:
319322

320-
- <code title="post /gitpod.v1.RunnerInteractionService/GetRunnerEnvironment">client.runner_interactions.environment.<a href="./src/gitpod/resources/runner_interactions/environment.py">retrieve</a>(\*\*<a href="src/gitpod/types/runner_interactions/environment_retrieve_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interactions/environment_retrieve_response.py">EnvironmentRetrieveResponse</a></code>
321-
- <code title="post /gitpod.v1.RunnerInteractionService/UpdateRunnerEnvironmentStatus">client.runner_interactions.environment.<a href="./src/gitpod/resources/runner_interactions/environment.py">update_status</a>(\*\*<a href="src/gitpod/types/runner_interactions/environment_update_status_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interactions/environment_update_status_response.py">object</a></code>
322-
323-
## Environments
324-
325-
Types:
326-
327-
```python
328-
from gitpod.types.runner_interactions import EnvironmentListResponse
329-
```
330-
331-
Methods:
332-
323+
- <code title="post /gitpod.v1.RunnerInteractionService/GetRunnerEnvironment">client.runner_interactions.environments.<a href="./src/gitpod/resources/runner_interactions/environments.py">retrieve</a>(\*\*<a href="src/gitpod/types/runner_interactions/environment_retrieve_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interactions/environment_retrieve_response.py">EnvironmentRetrieveResponse</a></code>
333324
- <code title="post /gitpod.v1.RunnerInteractionService/ListRunnerEnvironments">client.runner_interactions.environments.<a href="./src/gitpod/resources/runner_interactions/environments.py">list</a>(\*\*<a href="src/gitpod/types/runner_interactions/environment_list_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interactions/environment_list_response.py">EnvironmentListResponse</a></code>
334-
335-
# RunnerInteraction
336-
337-
Types:
338-
339-
```python
340-
from gitpod.types import (
341-
RunnerInteractionGetHostAuthenticationTokenValueResponse,
342-
RunnerInteractionGetLatestVersionResponse,
343-
RunnerInteractionListRunnerEnvironmentClassesResponse,
344-
RunnerInteractionListRunnerScmIntegrationsResponse,
345-
RunnerInteractionSendResponseResponse,
346-
RunnerInteractionUpdateRunnerConfigurationSchemaResponse,
347-
)
348-
```
349-
350-
Methods:
351-
352-
- <code title="post /gitpod.v1.RunnerInteractionService/GetHostAuthenticationTokenValue">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">get_host_authentication_token_value</a>(\*\*<a href="src/gitpod/types/runner_interaction_get_host_authentication_token_value_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_get_host_authentication_token_value_response.py">RunnerInteractionGetHostAuthenticationTokenValueResponse</a></code>
353-
- <code title="post /gitpod.v1.RunnerInteractionService/GetLatestVersion">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">get_latest_version</a>(\*\*<a href="src/gitpod/types/runner_interaction_get_latest_version_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_get_latest_version_response.py">RunnerInteractionGetLatestVersionResponse</a></code>
354-
- <code title="post /gitpod.v1.RunnerInteractionService/ListRunnerEnvironmentClasses">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">list_runner_environment_classes</a>(\*\*<a href="src/gitpod/types/runner_interaction_list_runner_environment_classes_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_list_runner_environment_classes_response.py">RunnerInteractionListRunnerEnvironmentClassesResponse</a></code>
355-
- <code title="post /gitpod.v1.RunnerInteractionService/ListRunnerSCMIntegrations">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">list_runner_scm_integrations</a>(\*\*<a href="src/gitpod/types/runner_interaction_list_runner_scm_integrations_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_list_runner_scm_integrations_response.py">RunnerInteractionListRunnerScmIntegrationsResponse</a></code>
356-
- <code title="post /gitpod.v1.RunnerInteractionService/SendResponse">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">send_response</a>(\*\*<a href="src/gitpod/types/runner_interaction_send_response_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_send_response_response.py">object</a></code>
357-
- <code title="post /gitpod.v1.RunnerInteractionService/UpdateRunnerConfigurationSchema">client.runner_interaction.<a href="./src/gitpod/resources/runner_interaction.py">update_runner_configuration_schema</a>(\*\*<a href="src/gitpod/types/runner_interaction_update_runner_configuration_schema_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interaction_update_runner_configuration_schema_response.py">object</a></code>
325+
- <code title="post /gitpod.v1.RunnerInteractionService/UpdateRunnerEnvironmentStatus">client.runner_interactions.environments.<a href="./src/gitpod/resources/runner_interactions/environments.py">update_status</a>(\*\*<a href="src/gitpod/types/runner_interactions/environment_update_status_params.py">params</a>) -> <a href="./src/gitpod/types/runner_interactions/environment_update_status_response.py">object</a></code>
358326

359327
# Runners
360328

0 commit comments

Comments
 (0)