public sealed class ListRuntimesResponse : IMessage<ListRuntimesResponse>, IEquatable<ListRuntimesResponse>, IDeepCloneable<ListRuntimesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class ListRuntimesResponse.
Response for the ListRuntimes
method.
Implements
IMessageListRuntimesResponse, IEquatableListRuntimesResponse, IDeepCloneableListRuntimesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Constructors
ListRuntimesResponse()
public ListRuntimesResponse()
ListRuntimesResponse(ListRuntimesResponse)
public ListRuntimesResponse(ListRuntimesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListRuntimesResponse |
Properties
Runtimes
public RepeatedField<ListRuntimesResponse.Types.Runtime> Runtimes { get; }
The runtimes that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldListRuntimesResponseTypesRuntime |