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-04-09 UTC."],[[["This page details the `TargetPoolsRemoveInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, version 3.3.0."],["The `TargetPoolsRemoveInstanceRequest` class is used to remove instances from a target pool, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `TargetPoolsRemoveInstanceRequest()` and a copy constructor `TargetPoolsRemoveInstanceRequest(TargetPoolsRemoveInstanceRequest other)`."],["It contains one key property `Instances`, which is a `RepeatedField` of `InstanceReference` objects representing the URLs of instances to be removed."],["This page provides access to the documentation of other versions of the `TargetPoolsRemoveInstanceRequest` class ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]