Reference documentation and code samples for the Google Cloud Api Registry V1 Client class ListMcpServersRequest.
Message for requesting list of McpServers
Generated from protobuf message google.cloud.apiregistry.v1.ListMcpServersRequest
Namespace
Google \ Cloud \ ApiRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value for ListMcpServersRequest
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 50 items will be returned. The maximum value is 100; values above 100 will be coerced to 100.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
↳ filter
string
Optional. An expression that filters the results. For syntax, see https://google.aip.dev/160 .
↳ order_by
string
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. For syntax, see https://google.aip.dev/132#ordering .
getParent
Required. Parent value for ListMcpServersRequest
string
setParent
Required. Parent value for ListMcpServersRequest
var
string
$this
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 50 items will be returned. The maximum value is 100; values above 100 will be coerced to 100.
int
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 50 items will be returned. The maximum value is 100; values above 100 will be coerced to 100.
var
int
$this
getPageToken
Optional. A token identifying a page of results the server should return.
string
setPageToken
Optional. A token identifying a page of results the server should return.
var
string
$this
getFilter
Optional. An expression that filters the results.
For syntax, see https://google.aip.dev/160 .
string
setFilter
Optional. An expression that filters the results.
For syntax, see https://google.aip.dev/160 .
var
string
$this
getOrderBy
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. For syntax, see https://google.aip.dev/132#ordering .
string
setOrderBy
Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. For syntax, see https://google.aip.dev/132#ordering .
var
string
$this
static::build
parent
string
Required. Parent value for ListMcpServersRequest Please see CloudApiRegistryClient::locationName() for help formatting this field.

