public sealed class TargetInstancesScopedList : IMessage<TargetInstancesScopedList>, IEquatable<TargetInstancesScopedList>, IDeepCloneable<TargetInstancesScopedList>, 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 `TargetInstancesScopedList` class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, providing a list of target instances in a specific scope."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive message handling and manipulation."],["The class has two constructors, one default and another that accepts an existing `TargetInstancesScopedList` instance to create a copy."],["It exposes two properties: `TargetInstances`, which is a `RepeatedField` containing a collection of `TargetInstance` objects, and `Warning`, which allows for warnings to be listed if the target instance list is empty."],["The documentation provides a history of versions, with version 3.6.0 as the most current listed, and versions going all the way back to 1.0.0, all pertaining to the `TargetInstancesScopedList`."]]],[]]