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."],[[["This page details the `TargetPoolsRemoveInstanceRequest` class within the Google Cloud Compute V1 API, specifically version 2.9.0."],["The latest version of the API available is 3.6.0, and the page provides links to documentation for numerous earlier versions, starting from 1.0.0."],["The `TargetPoolsRemoveInstanceRequest` class, inherited from `object`, is designed to facilitate the removal of instance references from target pools."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a property named `Instances` of the type `RepeatedField\u003cInstanceReference\u003e` which is used to specify the instances to be removed from a target pool, as well as two constructors."]]],[]]