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-21 UTC."],[[["The `TargetPoolsRemoveInstanceRequest` class is used to specify which instances to remove from a target pool within the Google Cloud Compute V1 API."],["Version 3.6.0 is the most recent, with a list of available versions ranging from 1.0.0 to 3.6.0, all of which relate to the `TargetPoolsRemoveInstanceRequest` in Google Cloud Compute V1."],["This class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a public property called `Instances`, which is a `RepeatedField` that contains the `InstanceReference` objects and represents the list of instances being removed from the target pool."],["There are two constructors available: a default constructor and a constructor that takes another `TargetPoolsRemoveInstanceRequest` object as a parameter for copying."]]],[]]