public RepeatedField<string> ProjectsMissingPermission { get; }
List of project IDs that the user has specified in the request but does
not have permission to access network configs. Analysis is aborted in this
case with the PERMISSION_DENIED cause.
[[["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-04-14 UTC."],[[["This document provides reference documentation for the `AbortInfo` class within the Google Cloud Network Management v1 API."],["The `AbortInfo` class represents details about a final \"abort\" state and its associated resources within the Network Management API."],["The document details the available versions, ranging from 1.0.0 up to the latest 2.13.0, of the `AbortInfo` class under the Google.Cloud.NetworkManagement.V1 namespace."],["`AbortInfo` includes properties like `Cause`, `ProjectsMissingPermission`, and `ResourceUri`, which explain why an analysis was aborted, which projects have permission issues, and the resource that caused the abort."],["The class includes constructors `AbortInfo()` and `AbortInfo(AbortInfo other)`, along with implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling deep cloning, buffering, and equality checks."]]],[]]