public sealed class ListRuntimesRequest : IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2 API class ListRuntimesRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListRuntimesRequest\u003c/code\u003e class is used to request a list of available runtimes within the Cloud Functions v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in message handling and object management.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and one that accepts another \u003ccode\u003eListRuntimesRequest\u003c/code\u003e object for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for filtering (\u003ccode\u003eFilter\u003c/code\u003e) and specifying the parent project and location (\u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsLocationName\u003c/code\u003e) to define the scope of the runtime listing.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this request is version 1.7.0, and the documentation also includes the previous versions, down to version 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2 API - Class ListRuntimesRequest (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.6.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.5.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.4.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.3.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.2.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.1.0/Google.Cloud.Functions.V2.ListRuntimesRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Functions.V2/1.0.0/Google.Cloud.Functions.V2.ListRuntimesRequest) \n\n public sealed class ListRuntimesRequest : IMessage\u003cListRuntimesRequest\u003e, IEquatable\u003cListRuntimesRequest\u003e, IDeepCloneable\u003cListRuntimesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Functions v2 API class ListRuntimesRequest.\n\nRequest for the `ListRuntimes` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRuntimesRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListRuntimesRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.ListRuntimesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListRuntimesRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.ListRuntimesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListRuntimesRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.ListRuntimesRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Functions.V2](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2.dll\n\nConstructors\n------------\n\n### ListRuntimesRequest()\n\n public ListRuntimesRequest()\n\n### ListRuntimesRequest(ListRuntimesRequest)\n\n public ListRuntimesRequest(ListRuntimesRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nThe filter for Runtimes that match the filter expression,\nfollowing the syntax outlined in \u003chttps://google.aip.dev/160\u003e.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The project and location from which the runtimes should be\nlisted, specified in the format `projects/*/locations/*`\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Functions.V2/latest/Google.Cloud.Functions.V2.ListRuntimesRequest#Google_Cloud_Functions_V2_ListRuntimesRequest_Parent) resource name property."]]