Reference documentation and code samples for the Google Cloud Functions V2 Client class ListRuntimesResponse.
Response for the ListRuntimes
method.
Generated from protobuf message google.cloud.functions.v2.ListRuntimesResponse
Namespace
Google \ Cloud \ Functions \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ runtimes |
array<Google\Cloud\Functions\V2\ListRuntimesResponse\Runtime>
The runtimes that match the request. |
getRuntimes
The runtimes that match the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRuntimes
The runtimes that match the request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Functions\V2\ListRuntimesResponse\Runtime>
|
Returns | |
---|---|
Type | Description |
$this |