Reference documentation and code samples for the Google Cloud Functions V2 Client class ListRuntimesRequest.
Request for the ListRuntimes method.
Generated from protobuf message google.cloud.functions.v2.ListRuntimesRequest
Namespace
Google \ Cloud \ Functions \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*
↳ filter
string
The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
getParent
Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
Returns
Type
Description
string
setParent
Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
The filter for Runtimes that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
Returns
Type
Description
string
setFilter
The filter for Runtimes that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
Please see FunctionServiceClient::locationName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Functions V2 Client - Class ListRuntimesRequest (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-functions/latest/V2.ListRuntimesRequest)\n- [2.0.5](/php/docs/reference/cloud-functions/2.0.5/V2.ListRuntimesRequest)\n- [1.7.0](/php/docs/reference/cloud-functions/1.7.0/V2.ListRuntimesRequest)\n- [1.6.5](/php/docs/reference/cloud-functions/1.6.5/V2.ListRuntimesRequest)\n- [1.5.0](/php/docs/reference/cloud-functions/1.5.0/V2.ListRuntimesRequest)\n- [1.4.2](/php/docs/reference/cloud-functions/1.4.2/V2.ListRuntimesRequest)\n- [1.3.1](/php/docs/reference/cloud-functions/1.3.1/V2.ListRuntimesRequest)\n- [1.2.0](/php/docs/reference/cloud-functions/1.2.0/V2.ListRuntimesRequest)\n- [1.1.2](/php/docs/reference/cloud-functions/1.1.2/V2.ListRuntimesRequest)\n- [1.0.3](/php/docs/reference/cloud-functions/1.0.3/V2.ListRuntimesRequest) \nReference documentation and code samples for the Google Cloud Functions V2 Client class ListRuntimesRequest.\n\nRequest for the `ListRuntimes` method.\n\nGenerated from protobuf message `google.cloud.functions.v2.ListRuntimesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Functions \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project and location from which the runtimes should be\nlisted, specified in the format `projects/*/locations/*`\n\n### setParent\n\nRequired. The project and location from which the runtimes should be\nlisted, specified in the format `projects/*/locations/*`\n\n### getFilter\n\nThe filter for Runtimes that match the filter expression,\nfollowing the syntax outlined in \u003chttps://google.aip.dev/160\u003e.\n\n### setFilter\n\nThe filter for Runtimes that match the filter expression,\nfollowing the syntax outlined in \u003chttps://google.aip.dev/160\u003e.\n\n### static::build"]]