Skip to content

Commit 1f32406

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
docs: Corrected resource name format in docstrings for list sandbox methods.
PiperOrigin-RevId: 922453778
1 parent 57097a3 commit 1f32406

3 files changed

Lines changed: 3 additions & 3 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

agentplatform/_genai/sandboxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def list(
749749
Args:
750750
name (str):
751751
Required. The name of the agent engine to list sandboxes for.
752-
projects/{project}/locations/{location}/reasoningEngines/{resource_id}/SandboxEnvironments/{sandbox_id}
752+
projects/{project}/locations/{location}/reasoningEngines/{resource_id}
753753
config (ListAgentEngineSandboxConfig):
754754
Optional. The configuration for the sandboxes to list.
755755

0 commit comments

Comments
 (0)