Google Cloud Functions V2 Client - Class ListRuntimesRequest (1.3.1)

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
NameDescription
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
TypeDescription
string

setParent

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Returns
TypeDescription
string

setFilter

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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.

Returns
TypeDescription
Google\Cloud\Functions\V2\ListRuntimesRequest