Cloud Functions v2beta API - Class ListRuntimesResponse (1.0.0-beta06)

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.

Inheritance

object > ListRuntimesResponse

Namespace

Google.Cloud.Functions.V2Beta

Assembly

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