public sealed class RegionInstanceGroupManagerPatchInstanceConfigReq : IMessage<RegionInstanceGroupManagerPatchInstanceConfigReq>, IEquatable<RegionInstanceGroupManagerPatchInstanceConfigReq>, IDeepCloneable<RegionInstanceGroupManagerPatchInstanceConfigReq>, 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-21 UTC."],[[["The latest version available for `RegionInstanceGroupManagerPatchInstanceConfigReq` is 3.6.0, with several previous versions listed ranging from 1.0.0 to 3.5.0."],["`RegionInstanceGroupManagerPatchInstanceConfigReq` is a class used for patching per-instance configurations within managed instance groups and is part of the `Google.Cloud.Compute.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class contains a property, `PerInstanceConfigs`, of type `RepeatedField\u003cPerInstanceConfig\u003e`, that allows managing a list of per-instance configurations."],["There are two constructor overloads, one default and one that takes an other `RegionInstanceGroupManagerPatchInstanceConfigReq` as parameter, which likely will be used for deep cloning."]]],[]]