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."],[[["The content details various versions of the `TargetPoolsRemoveInstanceRequest` class within the Google.Cloud.Compute.V1 namespace, ranging from version 1.0.0 up to the latest 3.6.0."],["`TargetPoolsRemoveInstanceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the Google Cloud environment."],["This class inherits from `object` and provides constructors for creating new instances, either empty or as copies of existing `TargetPoolsRemoveInstanceRequest` objects."],["The class contains one property, `Instances`, of type `RepeatedField\u003cInstanceReference\u003e` which holds the URLs of instances that are to be removed from a target pool."]]],[]]