File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
scaleway-async/scaleway_async/edge_services/v1beta1
scaleway/scaleway/edge_services/v1beta1 Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -504,6 +504,7 @@ async def list_head_stages(
504504 page_size : Optional [int ] = None ,
505505 ) -> ListHeadStagesResponse :
506506 """
507+ List Head stage for your pipeline.
507508 :param pipeline_id: ID of the pipeline to update.
508509 :param page: Page number to return, from the paginated results.
509510 :param page_size: Number of head stages to return per page.
@@ -539,6 +540,7 @@ async def list_head_stages_all(
539540 page_size : Optional [int ] = None ,
540541 ) -> list [ListHeadStagesResponseHeadStage ]:
541542 """
543+ List Head stage for your pipeline.
542544 :param pipeline_id: ID of the pipeline to update.
543545 :param page: Page number to return, from the paginated results.
544546 :param page_size: Number of head stages to return per page.
Original file line number Diff line number Diff line change @@ -502,6 +502,7 @@ def list_head_stages(
502502 page_size : Optional [int ] = None ,
503503 ) -> ListHeadStagesResponse :
504504 """
505+ List Head stage for your pipeline.
505506 :param pipeline_id: ID of the pipeline to update.
506507 :param page: Page number to return, from the paginated results.
507508 :param page_size: Number of head stages to return per page.
@@ -537,6 +538,7 @@ def list_head_stages_all(
537538 page_size : Optional [int ] = None ,
538539 ) -> list [ListHeadStagesResponseHeadStage ]:
539540 """
541+ List Head stage for your pipeline.
540542 :param pipeline_id: ID of the pipeline to update.
541543 :param page: Page number to return, from the paginated results.
542544 :param page_size: Number of head stages to return per page.
You can’t perform that action at this time.
0 commit comments