Google Cloud Functions V2 Client - Class ListRuntimesResponse (1.4.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRuntimes

The runtimes that match the request.

Parameter
NameDescription
var array<Google\Cloud\Functions\V2\ListRuntimesResponse\Runtime>
Returns
TypeDescription
$this