Reference documentation and code samples for the Google Cloud Api Registry V1 Client class ListMcpServersResponse.
Message for response to listing McpServers
Generated from protobuf message google.cloud.apiregistry.v1.ListMcpServersResponse
Namespace
Google \ Cloud \ ApiRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ mcp_servers
↳ next_page_token
string
A token identifying a page of results the server should return.
↳ unreachable
string[]
Unordered list. Locations that could not be reached.
getMcpServers
The list of McpServer
setMcpServers
The list of McpServer
$this
getNextPageToken
A token identifying a page of results the server should return.
string
setNextPageToken
A token identifying a page of results the server should return.
var
string
$this
getUnreachable
Unordered list. Locations that could not be reached.
setUnreachable
Unordered list. Locations that could not be reached.
var
string[]
$this

