Skip to content

Commit 408afed

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Corrected resource name format in docstrings for list sandbox methods.
PiperOrigin-RevId: 922363641
1 parent 6808772 commit 408afed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agentplatform/_genai/sandbox_snapshots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def list(
580580
Args:
581581
name (str):
582582
Required. The name of the agent engine to list sandbox snapshots for.
583-
projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentSnapshots/{sandbox_snapshot_id}
583+
projects/{project}/locations/{location}/reasoningEngines/{resource_id}
584584
config (ListSandboxEnvironmentSnapshotsConfig):
585585
Optional. The configuration for the sandbox snapshots to list.
586586

agentplatform/_genai/sandbox_templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ def list(
620620
Args:
621621
name (str):
622622
Required. The name of the agent engine to list sandbox templates for.
623-
projects/{project}/locations/{location}/reasoningEngines/{resource_id}/sandboxEnvironmentTemplates/{sandbox_template_id}
623+
projects/{project}/locations/{location}/reasoningEngines/{resource_id}
624624
config (ListSandboxEnvironmentTemplatesConfig):
625625
Optional. The configuration for the sandbox templates to list.
626626

0 commit comments

Comments
 (0)