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 webpage details the `TargetPoolsRemoveInstanceRequest` class within the Google.Cloud.Compute.V1 namespace, specifically version 2.7.0, with links to older and newer versions."],["The `TargetPoolsRemoveInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the base `object` class, also having access to inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for `TargetPoolsRemoveInstanceRequest`: one default constructor and another that takes an existing `TargetPoolsRemoveInstanceRequest` object as a parameter."],["The class has a `Instances` property, which is a `RepeatedField` of `InstanceReference` objects, representing the instances to remove from the target pool."]]],[]]