RetrieveToolsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ToolService.RetrieveTools.
Attributes |
|
|---|---|
| Name | Description |
toolset |
str
Required. The name of the toolset to retrieve the tools for. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
|
tool_ids |
MutableSequence[str]
Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned. |
bypass_persistence_config |
bool
Optional. If true, the returned tools will contain raw descriptions and schemas directly from the server, bypassing any stored persistence configurations (overrides/snapshots). |