public sealed class RunAssetDiscoveryRequest : IMessage<RunAssetDiscoveryRequest>, IEquatable<RunAssetDiscoveryRequest>, IDeepCloneable<RunAssetDiscoveryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class RunAssetDiscoveryRequest.
Request message for running asset discovery for an organization.
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eRunAssetDiscoveryRequest\u003c/code\u003e class within the Google Cloud Security Command Center v1p1beta1 API, including its usage for running asset discovery.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunAssetDiscoveryRequest\u003c/code\u003e class is a request message used to initiate asset discovery for a specific organization, and it inherits from the base .NET object class.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, making it compatible with various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor that allows creating a new instance or using another \u003ccode\u003eRunAssetDiscoveryRequest\u003c/code\u003e as a template for the new instance, and includes properties like \u003ccode\u003eParent\u003c/code\u003e and \u003ccode\u003eParentAsOrganizationName\u003c/code\u003e to specify the target organization.\u003c/p\u003e\n"],["\u003cp\u003eThe current latest version of the class is 3.0.0-beta05, although earlier beta versions like 3.0.0-beta04 and 2.0.0-beta07 are also documented.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center v1p1beta1 API - Class RunAssetDiscoveryRequest (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/3.0.0-beta04/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/2.0.0-beta07/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest) \n\n public sealed class RunAssetDiscoveryRequest : IMessage\u003cRunAssetDiscoveryRequest\u003e, IEquatable\u003cRunAssetDiscoveryRequest\u003e, IDeepCloneable\u003cRunAssetDiscoveryRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class RunAssetDiscoveryRequest.\n\nRequest message for running asset discovery for an organization. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RunAssetDiscoveryRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RunAssetDiscoveryRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RunAssetDiscoveryRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RunAssetDiscoveryRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest), [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.SecurityCenter.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V1P1Beta1.dll\n\nConstructors\n------------\n\n### RunAssetDiscoveryRequest()\n\n public RunAssetDiscoveryRequest()\n\n### RunAssetDiscoveryRequest(RunAssetDiscoveryRequest)\n\n public RunAssetDiscoveryRequest(RunAssetDiscoveryRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Name of the organization to run asset discovery for. Its format is\n\"organizations/\\[organization_id\\]\".\n\n### ParentAsOrganizationName\n\n public OrganizationName ParentAsOrganizationName { get; set; }\n\n[OrganizationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/OrganizationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V1P1Beta1/latest/Google.Cloud.SecurityCenter.V1P1Beta1.RunAssetDiscoveryRequest#Google_Cloud_SecurityCenter_V1P1Beta1_RunAssetDiscoveryRequest_Parent) resource name property."]]