@@ -83,6 +83,7 @@ from gitpod.types.environment_automations import (
83
83
TaskExecutionCreateListResponse,
84
84
TaskExecutionCreateRetrieveResponse,
85
85
TaskExecutionStopResponse,
86
+ TaskExecutionUpdateTaskExecutionStatusResponse,
86
87
)
87
88
```
88
89
@@ -93,18 +94,7 @@ Methods:
93
94
- <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 >
94
95
- <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 >
95
96
- <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 >
108
98
109
99
# Environments
110
100
@@ -292,69 +282,47 @@ Types:
292
282
293
283
``` python
294
284
from gitpod.types import (
285
+ RunnerInteractionGetHostAuthenticationTokenValueResponse,
286
+ RunnerInteractionGetLatestVersionResponse,
287
+ RunnerInteractionListRunnerEnvironmentClassesResponse,
288
+ RunnerInteractionListRunnerScmIntegrationsResponse,
295
289
RunnerInteractionMarkActiveResponse,
290
+ RunnerInteractionSendResponseResponse,
296
291
RunnerInteractionSignupResponse,
292
+ RunnerInteractionUpdateRunnerConfigurationSchemaResponse,
297
293
RunnerInteractionUpdateStatusResponse,
298
294
)
299
295
```
300
296
301
297
Methods:
302
298
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 >
303
303
- <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 >
304
305
- <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 >
305
307
- <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 >
306
308
307
- ## Environment
309
+ ## Environments
308
310
309
311
Types:
310
312
311
313
``` python
312
314
from gitpod.types.runner_interactions import (
313
315
EnvironmentRetrieveResponse,
316
+ EnvironmentListResponse,
314
317
EnvironmentUpdateStatusResponse,
315
318
)
316
319
```
317
320
318
321
Methods:
319
322
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 >
333
324
- <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 >
358
326
359
327
# Runners
360
328
0 commit comments