[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListVulnerabilityReportsRequest\u003c/code\u003e class is used to request a list of vulnerability reports for VM instances in a specified location within the Google Cloud OS Config v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIPageRequest\u003c/code\u003e, \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 handling requests and managing data within the API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListVulnerabilityReportsRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, and \u003ccode\u003eParent\u003c/code\u003e that allow users to specify criteria for filtering, paginating, and defining the scope of the vulnerability reports.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this class that can be referenced, such as 2.0.0-alpha06 (latest), 2.0.0-alpha05 and 1.0.0-alpha04, which you can use according to the desired version.\u003c/p\u003e\n"]]],[],null,["# Google Cloud OS Config v1alpha API - Class ListVulnerabilityReportsRequest (2.0.0-alpha06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-alpha06 (latest)](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest)\n- [2.0.0-alpha05](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/2.0.0-alpha05/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest)\n- [1.0.0-alpha04](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/1.0.0-alpha04/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest) \n\n public sealed class ListVulnerabilityReportsRequest : IPageRequest, IMessage\u003cListVulnerabilityReportsRequest\u003e, IEquatable\u003cListVulnerabilityReportsRequest\u003e, IDeepCloneable\u003cListVulnerabilityReportsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud OS Config v1alpha API class ListVulnerabilityReportsRequest.\n\nA request message for listing vulnerability reports for all VM instances in\nthe specified location. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListVulnerabilityReportsRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListVulnerabilityReportsRequest](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListVulnerabilityReportsRequest](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListVulnerabilityReportsRequest](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest), [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.OsConfig.V1Alpha](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.OsConfig.V1Alpha.dll\n\nConstructors\n------------\n\n### ListVulnerabilityReportsRequest()\n\n public ListVulnerabilityReportsRequest()\n\n### ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest)\n\n public ListVulnerabilityReportsRequest(ListVulnerabilityReportsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nIf provided, this field specifies the criteria that must be met by a\n`vulnerabilityReport` API resource to be included in the response.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of results to return.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA pagination token returned from a previous call to\n`ListVulnerabilityReports` that indicates where this listing\nshould continue from.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource name.\n\nFormat: `projects/{project}/locations/{location}/instances/-`\n\nFor `{project}`, either `project-number` or `project-id` can be provided.\n\n### ParentAsInstanceName\n\n public InstanceName ParentAsInstanceName { get; set; }\n\n[InstanceName](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.InstanceName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.OsConfig.V1Alpha/latest/Google.Cloud.OsConfig.V1Alpha.ListVulnerabilityReportsRequest#Google_Cloud_OsConfig_V1Alpha_ListVulnerabilityReportsRequest_Parent) resource name property."]]