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."],[[["The `TargetPoolsRemoveInstanceRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, serving as a request structure for removing instances from a target pool."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality checking, deep cloning, and buffer operations respectively."],["The `TargetPoolsRemoveInstanceRequest` class offers two constructors, one default and another that allows for creating a copy of another `TargetPoolsRemoveInstanceRequest` object."],["The `Instances` property, a `RepeatedField` of `InstanceReference`, allows the user to specify a list of URLs of instances to be removed from a target pool."],["This page provides documentation for versions 1.0.0 through 3.6.0 of this class, with version 3.6.0 identified as the latest version."]]],[]]