public sealed class ListFunctionsResponse : IMessage<ListFunctionsResponse>, IEquatable<ListFunctionsResponse>, IDeepCloneable<ListFunctionsResponse>, IBufferMessage, IMessage, IPageResponse<Function>, IEnumerable<Function>, IEnumerableReference documentation and code samples for the Cloud Functions v2 API class ListFunctionsResponse.
Response for the ListFunctions method.
Implements
IMessage<ListFunctionsResponse>, IEquatable<ListFunctionsResponse>, IDeepCloneable<ListFunctionsResponse>, IBufferMessage, IMessage, IPageResponse<Function>, IEnumerable<Function>, IEnumerableNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
ListFunctionsResponse()
public ListFunctionsResponse()ListFunctionsResponse(ListFunctionsResponse)
public ListFunctionsResponse(ListFunctionsResponse other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListFunctionsResponse | 
Properties
Functions
public RepeatedField<Function> Functions { get; }The functions that match the request.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<Function> | |
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached. The response does not include any functions from these locations.
| Property Value | |
|---|---|
| Type | Description | 
| RepeatedField<String> | |
Methods
GetEnumerator()
public IEnumerator<Function> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description | 
| IEnumerator<Function> | |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description | 
| IEnumerator | |