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."],[[["The `RegionInstanceGroupManagerPatchInstanceConfigReq` class is used to manage per-instance configurations for a managed instance group within Google Cloud Compute."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly, with the latest version being 3.6.0, and the lowest listed version being 1.0.0."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a property `PerInstanceConfigs` which is a `RepeatedField` used to define the list of per-instance configurations to patch or add to the instance group."],["There are two constructors for creating instances of the class: a default constructor and a constructor that accepts another `RegionInstanceGroupManagerPatchInstanceConfigReq` object as a parameter for creating a copy."]]],[]]