Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::SearchMcpServersResponse.
Message for response to searching MCP Servers
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mcp_servers
def mcp_servers() -> ::Array<::Google::Cloud::AgentRegistry::V1::McpServer>
Returns
-
(::Array<::Google::Cloud::AgentRegistry::V1::McpServer>) — A list of McpServers that match the
search_string.
#mcp_servers=
def mcp_servers=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::McpServer>
Parameter
-
value (::Array<::Google::Cloud::AgentRegistry::V1::McpServer>) — A list of McpServers that match the
search_string.
Returns
-
(::Array<::Google::Cloud::AgentRegistry::V1::McpServer>) — A list of McpServers that match the
search_string.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there are more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there are more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.
Returns
-
(::String) — If there are more results than those appearing in this response, then
next_page_tokenis included. To get the next set of results, call this method again using the value ofnext_page_tokenaspage_token.