Cloud Functions v2 API - Class ListRuntimesResponse (1.3.0)

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.

Inheritance

object > ListRuntimesResponse

Namespace

Google.Cloud.Functions.V2

Assembly

Google.Cloud.Functions.V2.dll

Constructors

ListRuntimesResponse()

public ListRuntimesResponse()

ListRuntimesResponse(ListRuntimesResponse)

public ListRuntimesResponse(ListRuntimesResponse other)
Parameter
NameDescription
otherListRuntimesResponse

Properties

Runtimes

public RepeatedField<ListRuntimesResponse.Types.Runtime> Runtimes { get; }

The runtimes that match the request.

Property Value
TypeDescription
RepeatedFieldListRuntimesResponseTypesRuntime