public sealed class RegionInstanceGroupManagersAbandonInstancesRequest : IMessage<RegionInstanceGroupManagersAbandonInstancesRequest>, IEquatable<RegionInstanceGroupManagersAbandonInstancesRequest>, IDeepCloneable<RegionInstanceGroupManagersAbandonInstancesRequest>, 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-31 UTC."],[[["This webpage details the `RegionInstanceGroupManagersAbandonInstancesRequest` class within the Google Cloud Compute V1 API for .NET, specifically for version 3.4.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `RegionInstanceGroupManagersAbandonInstancesRequest` class allows for the specification of instance URLs to be abandoned through its `Instances` property, which uses a `RepeatedField` of strings."],["The webpage provides access to documentation for multiple versions of this class, ranging from the latest 3.6.0 down to 1.0.0."],["It contains information on the available constructors, namely the default constructor and one that accepts another `RegionInstanceGroupManagersAbandonInstancesRequest` as an argument, and shows the inheritance structure of the class."]]],[]]