public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class GetSettingsRequest.
[[["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 page provides documentation for the \u003ccode\u003eGetSettingsRequest\u003c/code\u003e class within the Google Cloud Security Command Center Settings v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetSettingsRequest\u003c/code\u003e is used to request settings and inherits from \u003ccode\u003eobject\u003c/code\u003e, implementing interfaces like \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 such as \u003ccode\u003eName\u003c/code\u003e, a required string specifying the settings' resource name in various formats, and \u003ccode\u003eSettingsName\u003c/code\u003e, a typed view over the resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetSettingsRequest\u003c/code\u003e class has two constructors: a default constructor and a constructor that takes another \u003ccode\u003eGetSettingsRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers three beta versions, with \u003ccode\u003e2.0.0-beta04\u003c/code\u003e currently being the latest.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class GetSettingsRequest (2.0.0-beta04)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta04 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest) \n\n public sealed class GetSettingsRequest : IMessage\u003cGetSettingsRequest\u003e, IEquatable\u003cGetSettingsRequest\u003e, IDeepCloneable\u003cGetSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class GetSettingsRequest.\n\nRequest message for GetSettings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest), [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.Settings.V1Beta1](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.Settings.V1Beta1.dll\n\nConstructors\n------------\n\n### GetSettingsRequest()\n\n public GetSettingsRequest()\n\n### GetSettingsRequest(GetSettingsRequest)\n\n public GetSettingsRequest(GetSettingsRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the settings to retrieve.\nFormats:\n\n- `organizations/{organization}/settings`\n- `folders/{folder}/settings`\n- `projects/{project}/settings`\n- `projects/{project}/locations/{location}/clusters/{cluster}/settings`\n- `projects/{project}/regions/{region}/clusters/{cluster}/settings`\n- `projects/{project}/zones/{zone}/clusters/{cluster}/settings`\n\n### SettingsName\n\n public SettingsName SettingsName { get; set; }\n\n[SettingsName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.SettingsName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.GetSettingsRequest#Google_Cloud_SecurityCenter_Settings_V1Beta1_GetSettingsRequest_Name) resource name property."]]