public sealed class ListFunctionsResponse : IPageResponse<CloudFunction>, IEnumerable<CloudFunction>, IEnumerable, IMessage<ListFunctionsResponse>, IEquatable<ListFunctionsResponse>, IDeepCloneable<ListFunctionsResponse>, IBufferMessage, IMessage
Response for the ListFunctions
method.
Implements
IPageResponse<CloudFunction>, IEnumerable<CloudFunction>, IEnumerable, IMessage<ListFunctionsResponse>, IEquatable<ListFunctionsResponse>, IDeepCloneable<ListFunctionsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Constructors
ListFunctionsResponse()
public ListFunctionsResponse()
ListFunctionsResponse(ListFunctionsResponse)
public ListFunctionsResponse(ListFunctionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListFunctionsResponse |
Properties
Functions
public RepeatedField<CloudFunction> Functions { get; }
The functions that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<CloudFunction> |
NextPageToken
public string NextPageToken { get; set; }
If not empty, indicates that there may be more functions that match the request; this value should be passed in a new [google.cloud.functions.v1.ListFunctionsRequest][google.cloud.functions.v1.ListFunctionsRequest] to get more functions.
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<CloudFunction> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<CloudFunction> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |