public sealed class BatchCalculateEffectiveSettingsRequest : IMessage<BatchCalculateEffectiveSettingsRequest>, IEquatable<BatchCalculateEffectiveSettingsRequest>, IDeepCloneable<BatchCalculateEffectiveSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class BatchCalculateEffectiveSettingsRequest.
[[["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\u003eBatchCalculateEffectiveSettingsRequest\u003c/code\u003e class is used to request multiple effective settings in the Google Cloud Security Command Center Settings v1beta1 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, for managing and manipulating requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property specifies the organization shared by the requested settings, formatted as \u003ccode\u003eorganizations/{organization}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequests\u003c/code\u003e property allows specifying up to 1000 individual \u003ccode\u003eCalculateEffectiveSettingsRequest\u003c/code\u003e objects to be included in the batch.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, with version 2.0.0-beta04 being the latest, and 2.0.0-beta03 and 1.0.0-beta04 also available.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Security Command Center Settings v1beta1 API - Class BatchCalculateEffectiveSettingsRequest (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.BatchCalculateEffectiveSettingsRequest)\n- [2.0.0-beta03](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/2.0.0-beta03/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/1.0.0-beta04/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest) \n\n public sealed class BatchCalculateEffectiveSettingsRequest : IMessage\u003cBatchCalculateEffectiveSettingsRequest\u003e, IEquatable\u003cBatchCalculateEffectiveSettingsRequest\u003e, IDeepCloneable\u003cBatchCalculateEffectiveSettingsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class BatchCalculateEffectiveSettingsRequest.\n\nRequest message for BatchGetEffectiveSettings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BatchCalculateEffectiveSettingsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BatchCalculateEffectiveSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BatchCalculateEffectiveSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BatchCalculateEffectiveSettingsRequest](/dotnet/docs/reference/Google.Cloud.SecurityCenter.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest), [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### BatchCalculateEffectiveSettingsRequest()\n\n public BatchCalculateEffectiveSettingsRequest()\n\n### BatchCalculateEffectiveSettingsRequest(BatchCalculateEffectiveSettingsRequest)\n\n public BatchCalculateEffectiveSettingsRequest(BatchCalculateEffectiveSettingsRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The relative resource name of the organization shared by all of the\nsettings being retrieved.\nFormat:\n\n- `organizations/{organization}`\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.Settings.V1Beta1/latest/Google.Cloud.SecurityCenter.Settings.V1Beta1.BatchCalculateEffectiveSettingsRequest#Google_Cloud_SecurityCenter_Settings_V1Beta1_BatchCalculateEffectiveSettingsRequest_Parent) resource name property.\n\n### Requests\n\n public RepeatedField\u003cCalculateEffectiveSettingsRequest\u003e Requests { get; }\n\nThe requests specifying the effective settings to retrieve.\nA maximum of 1000 effective settings can be retrieved in a batch."]]