public sealed class ListRuntimesRequest : IMessage<ListRuntimesRequest>, IEquatable<ListRuntimesRequest>, IDeepCloneable<ListRuntimesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta 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\u003e\u003ccode\u003eListRuntimesRequest\u003c/code\u003e is a class within the Google Cloud Functions v2beta API, designed for requesting a list of runtimes.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e, which are used to specify the filtering criteria and location of the requested runtimes.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating \u003ccode\u003eListRuntimesRequest\u003c/code\u003e objects, one of which takes another \u003ccode\u003eListRuntimesRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt is in the \u003ccode\u003eGoogle.Cloud.Functions.V2Beta\u003c/code\u003e namespace, and can be found in the \u003ccode\u003eGoogle.Cloud.Functions.V2Beta.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Cloud Functions v2beta API - Class ListRuntimesRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.ListRuntimesRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/1.0.0-beta06/Google.Cloud.Functions.V2Beta.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 v2beta 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.V2Beta/latest/Google.Cloud.Functions.V2Beta.ListRuntimesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListRuntimesRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.ListRuntimesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListRuntimesRequest](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta.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.V2Beta](/dotnet/docs/reference/Google.Cloud.Functions.V2Beta/latest/Google.Cloud.Functions.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Functions.V2Beta.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.V2Beta/latest/Google.Cloud.Functions.V2Beta.ListRuntimesRequest#Google_Cloud_Functions_V2Beta_ListRuntimesRequest_Parent) resource name property."]]