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-03-21 UTC."],[[["The `AbortInfo` class is part of the Google Cloud Network Management v1 API and provides details about the \"abort\" final state and its associated resource."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cAbortInfo\u003e`, `IDeepCloneable\u003cAbortInfo\u003e`, and `IBufferMessage`."],["It includes properties such as `Cause` which specifies why the analysis was aborted, `ProjectsMissingPermission` to list projects lacking user permissions, and `ResourceUri` indicating the URI of the resource causing the abort."],["The documentation provides a list of available versions for the `AbortInfo` class, starting from version 1.0.0 up to the latest version, 2.13.0."],["The `AbortInfo` class has two constructors, one that is empty and another that takes in another `AbortInfo` as a parameter."]]],[]]