public sealed class RegionInstanceGroupManagerDeleteInstanceConfigReq : IMessage<RegionInstanceGroupManagerDeleteInstanceConfigReq>, IEquatable<RegionInstanceGroupManagerDeleteInstanceConfigReq>, IDeepCloneable<RegionInstanceGroupManagerDeleteInstanceConfigReq>, IBufferMessage, IMessage
[[["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-03-24 UTC."],[[["This webpage details the `RegionInstanceGroupManagerDeleteInstanceConfigReq` class within the `Google.Cloud.Compute.V1` namespace, used for deleting per-instance configurations in a managed instance group."],["The latest version documented is 3.6.0, and versions back to 1.0.0 are also available for reference."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like message handling, equality checking, deep cloning, and buffer message operations."],["The `RegionInstanceGroupManagerDeleteInstanceConfigReq` class includes a `Names` property, which is a `RepeatedField` of strings, representing the list of instance names to delete per-instance configurations from."],["The class provides two constructors, one default constructor and another that accepts an instance of the class as a parameter for copying."]]],[]]