Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::ListMcpServersResponse.
Message for response to listing McpServers
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>) — The list of McpServers.
#mcp_servers=
def mcp_servers=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::McpServer>
Parameter
- value (::Array<::Google::Cloud::AgentRegistry::V1::McpServer>) — The list of McpServers.
Returns
- (::Array<::Google::Cloud::AgentRegistry::V1::McpServer>) — The list of McpServers.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.