@@ -109,8 +109,8 @@ def create(
109109 specified, the matching profile will be loaded into the browser session.
110110 Profiles must be created beforehand.
111111
112- proxy_id: Optional proxy to associate to the browser session. Must reference a proxy
113- belonging to the caller's org .
112+ proxy_id: Optional proxy to associate to the browser session. Must reference a proxy in
113+ the same project as the browser session .
114114
115115 start_url: Optional URL to navigate to when a new browser is warmed into the pool.
116116 Best-effort: failures to navigate do not fail pool fill. Only applied to
@@ -256,8 +256,8 @@ def update(
256256 specified, the matching profile will be loaded into the browser session.
257257 Profiles must be created beforehand.
258258
259- proxy_id: Optional proxy to associate to the browser session. Must reference a proxy
260- belonging to the caller's org .
259+ proxy_id: Optional proxy to associate to the browser session. Must reference a proxy in
260+ the same project as the browser session .
261261
262262 size: Number of browsers to maintain in the pool. The maximum size is determined by
263263 your organization's pooled sessions limit (the sum of all pool sizes cannot
@@ -338,7 +338,7 @@ def list(
338338 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
339339 ) -> SyncOffsetPagination [BrowserPool ]:
340340 """
341- List browser pools owned by the caller's organization .
341+ List browser pools in the resolved project .
342342
343343 Args:
344344 limit: Limit the number of browser pools to return.
@@ -630,8 +630,8 @@ async def create(
630630 specified, the matching profile will be loaded into the browser session.
631631 Profiles must be created beforehand.
632632
633- proxy_id: Optional proxy to associate to the browser session. Must reference a proxy
634- belonging to the caller's org .
633+ proxy_id: Optional proxy to associate to the browser session. Must reference a proxy in
634+ the same project as the browser session .
635635
636636 start_url: Optional URL to navigate to when a new browser is warmed into the pool.
637637 Best-effort: failures to navigate do not fail pool fill. Only applied to
@@ -777,8 +777,8 @@ async def update(
777777 specified, the matching profile will be loaded into the browser session.
778778 Profiles must be created beforehand.
779779
780- proxy_id: Optional proxy to associate to the browser session. Must reference a proxy
781- belonging to the caller's org .
780+ proxy_id: Optional proxy to associate to the browser session. Must reference a proxy in
781+ the same project as the browser session .
782782
783783 size: Number of browsers to maintain in the pool. The maximum size is determined by
784784 your organization's pooled sessions limit (the sum of all pool sizes cannot
@@ -859,7 +859,7 @@ def list(
859859 timeout : float | httpx .Timeout | None | NotGiven = not_given ,
860860 ) -> AsyncPaginator [BrowserPool , AsyncOffsetPagination [BrowserPool ]]:
861861 """
862- List browser pools owned by the caller's organization .
862+ List browser pools in the resolved project .
863863
864864 Args:
865865 limit: Limit the number of browser pools to return.
0 commit comments