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 \ V2Methods
__construct
Constructor.
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/*
string
setParent
Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
var
string
$this
getFilter
The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160 .
string
setFilter
The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160 .
var
string
$this
static::build
parent
string
Required. The project and location from which the runtimes should be
listed, specified in the format projects/*/locations/*
Please see Google\Cloud\Functions\V2\FunctionServiceClient::locationName()
for help formatting this field.