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."],[[["This webpage details the `TargetPoolsRemoveInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud Compute .NET library."],["The latest version documented is 3.6.0, and the page lists a range of versions from 1.0.0 up to this latest release, each linked to their respective documentation."],["The `TargetPoolsRemoveInstanceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to support deep cloning and message buffer operations."],["The class provides a property named `Instances` of type `RepeatedField\u003cInstanceReference\u003e`, which is used to specify the URLs of the instances to be removed from a target pool."],["The class includes two constructors, one default constructor and another that takes an instance of the `TargetPoolsRemoveInstanceRequest` class as an argument, allowing for cloning of the object."]]],[]]