public sealed class TargetPoolsRemoveInstanceRequest : IMessage<TargetPoolsRemoveInstanceRequest>, IEquatable<TargetPoolsRemoveInstanceRequest>, IDeepCloneable<TargetPoolsRemoveInstanceRequest>, 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 `TargetPoolsRemoveInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for managing instance removals from target pools."],["The latest version of the class documented is 3.6.0, while this specific page details version 3.4.0 with a full list of all versions ranging from 1.0.0 to 3.6.0."],["The `TargetPoolsRemoveInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default one and one that accepts another `TargetPoolsRemoveInstanceRequest` object for copying."],["The class contains one property called `Instances` that is used to specify the URLs of the instances you want to remove, which is of type `RepeatedField\u003cInstanceReference\u003e`."]]],[]]