Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agentplatform/_genai/sandbox_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion agentplatform/_genai/sandbox_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion agentplatform/_genai/sandboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading