@@ -66,7 +66,7 @@ def create(
6666 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
6767 ) -> Optional [ServiceCreateResponse ]:
6868 """
69- Create connectivity service
69+ Create Workers VPC connectivity service
7070
7171 Args:
7272 account_id: Account identifier
@@ -121,7 +121,7 @@ def update(
121121 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
122122 ) -> Optional [ServiceUpdateResponse ]:
123123 """
124- Update connectivity service
124+ Update Workers VPC connectivity service
125125
126126 Args:
127127 extra_headers: Send extra headers
@@ -173,7 +173,7 @@ def list(
173173 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
174174 ) -> SyncV4PagePaginationArray [ServiceListResponse ]:
175175 """
176- List connectivity services
176+ List Workers VPC connectivity services
177177
178178 Args:
179179 account_id: Account identifier
@@ -225,7 +225,7 @@ def delete(
225225 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
226226 ) -> None :
227227 """
228- Delete connectivity service
228+ Delete Workers VPC connectivity service
229229
230230 Args:
231231 extra_headers: Send extra headers
@@ -262,7 +262,7 @@ def get(
262262 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
263263 ) -> Optional [ServiceGetResponse ]:
264264 """
265- Get connectivity service
265+ Get Workers VPC connectivity service
266266
267267 Args:
268268 extra_headers: Send extra headers
@@ -327,7 +327,7 @@ async def create(
327327 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
328328 ) -> Optional [ServiceCreateResponse ]:
329329 """
330- Create connectivity service
330+ Create Workers VPC connectivity service
331331
332332 Args:
333333 account_id: Account identifier
@@ -382,7 +382,7 @@ async def update(
382382 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
383383 ) -> Optional [ServiceUpdateResponse ]:
384384 """
385- Update connectivity service
385+ Update Workers VPC connectivity service
386386
387387 Args:
388388 extra_headers: Send extra headers
@@ -434,7 +434,7 @@ def list(
434434 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
435435 ) -> AsyncPaginator [ServiceListResponse , AsyncV4PagePaginationArray [ServiceListResponse ]]:
436436 """
437- List connectivity services
437+ List Workers VPC connectivity services
438438
439439 Args:
440440 account_id: Account identifier
@@ -486,7 +486,7 @@ async def delete(
486486 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
487487 ) -> None :
488488 """
489- Delete connectivity service
489+ Delete Workers VPC connectivity service
490490
491491 Args:
492492 extra_headers: Send extra headers
@@ -523,7 +523,7 @@ async def get(
523523 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
524524 ) -> Optional [ServiceGetResponse ]:
525525 """
526- Get connectivity service
526+ Get Workers VPC connectivity service
527527
528528 Args:
529529 extra_headers: Send extra headers
0 commit comments