SearchAgentsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)Message for response to searching Agents
Attributes |
|
|---|---|
| Name | Description |
agents |
MutableSequence[google.cloud.agentregistry_v1.types.Agent]
A list of Agents that match the search_string.
|
next_page_token |
str
If there are more results than those appearing in this response, then next_page_token is included. To get the
next set of results, call this method again using the value
of next_page_token as page_token.
|