public sealed class ListRuntimesResponse : IMessage<ListRuntimesResponse>, IEquatable<ListRuntimesResponse>, IDeepCloneable<ListRuntimesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta API class ListRuntimesResponse.
Response for the ListRuntimes
method.
Implements
IMessageListRuntimesResponse, IEquatableListRuntimesResponse, IDeepCloneableListRuntimesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Functions.V2BetaAssembly
Google.Cloud.Functions.V2Beta.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 |