Reference documentation and code samples for the Google Cloud Functions V2 Client class ListFunctionsResponse.
Response for the ListFunctions
method.
Generated from protobuf message google.cloud.functions.v2.ListFunctionsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ functions |
array<Google\Cloud\Functions\V2\PBFunction>
The functions that match the request. |
↳ next_page_token |
string
A token, which can be sent as |
↳ unreachable |
array
Locations that could not be reached. The response does not include any functions from these locations. |
getFunctions
The functions that match the request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFunctions
The functions that match the request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Functions\V2\PBFunction>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUnreachable
Locations that could not be reached. The response does not include any functions from these locations.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUnreachable
Locations that could not be reached. The response does not include any functions from these locations.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |