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-24 UTC."],[[["This webpage details the `RegionInstanceGroupManagerPatchInstanceConfigReq` class within the Google Cloud Compute V1 library, specifically version 1.2.0, with a list of available versions ranging from 1.0.0 to 3.6.0."],["The `RegionInstanceGroupManagerPatchInstanceConfigReq` class is used for patching per-instance configurations within managed instance groups, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits members from the `Object` class and offers two constructors: a default constructor and a copy constructor that takes another `RegionInstanceGroupManagerPatchInstanceConfigReq` instance."],["A key property of this class is `PerInstanceConfigs`, a `RepeatedField` that holds a list of `PerInstanceConfig` objects, defining the per-instance configurations to be inserted or patched on the managed instance group."],["The primary function associated with the class is `RegionInstanceGroupManagers.patchPerInstanceConfigs`."]]],[]]