From 1f324065e9e0b4395680d2bdf35a828f2a947ac0 Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Wed, 27 May 2026 18:16:03 -0700 Subject: [PATCH] docs: Corrected resource name format in docstrings for list sandbox methods. PiperOrigin-RevId: 922453778 --- agentplatform/_genai/sandbox_snapshots.py | 2 +- agentplatform/_genai/sandbox_templates.py | 2 +- agentplatform/_genai/sandboxes.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agentplatform/_genai/sandbox_snapshots.py b/agentplatform/_genai/sandbox_snapshots.py index ffa7663a47..aaeb01da1e 100644 --- a/agentplatform/_genai/sandbox_snapshots.py +++ b/agentplatform/_genai/sandbox_snapshots.py @@ -580,7 +580,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandbox snapshots for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentSnapshots/{sandbox_snapshot_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListSandboxEnvironmentSnapshotsConfig): Optional. The configuration for the sandbox snapshots to list. diff --git a/agentplatform/_genai/sandbox_templates.py b/agentplatform/_genai/sandbox_templates.py index 6003894838..557cd7411e 100644 --- a/agentplatform/_genai/sandbox_templates.py +++ b/agentplatform/_genai/sandbox_templates.py @@ -620,7 +620,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandbox templates for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentTemplates/{sandbox_template_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListSandboxEnvironmentTemplatesConfig): Optional. The configuration for the sandbox templates to list. diff --git a/agentplatform/_genai/sandboxes.py b/agentplatform/_genai/sandboxes.py index 80e3683a99..bd15f1bc8d 100644 --- a/agentplatform/_genai/sandboxes.py +++ b/agentplatform/_genai/sandboxes.py @@ -749,7 +749,7 @@ def list( Args: name (str): Required. The name of the agent engine to list sandboxes for. - projects/{project}/locations/{location}/reasoningEngines/{resource_id}/SandboxEnvironments/{sandbox_id} + projects/{project}/locations/{location}/reasoningEngines/{resource_id} config (ListAgentEngineSandboxConfig): Optional. The configuration for the sandboxes to list.