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.
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.
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.
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-08-07 UTC."],[],[],null,["# Interface AbortInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.networkmanagement.v1.AbortInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.AbortInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.AbortInfoOrBuilder) \n\n public interface AbortInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCause()\n\n public abstract AbortInfo.Cause getCause()\n\nCauses that the analysis is aborted.\n\n`.google.events.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;`\n\n### getCauseValue()\n\n public abstract int getCauseValue()\n\nCauses that the analysis is aborted.\n\n`.google.events.cloud.networkmanagement.v1.AbortInfo.Cause cause = 1;`\n\n### getProjectsMissingPermission(int index)\n\n public abstract String getProjectsMissingPermission(int index)\n\nList of project IDs that the user has specified in the request but does\nnot have permission to access network configs. Analysis is aborted in this\ncase with the PERMISSION_DENIED cause.\n\n`repeated string projects_missing_permission = 3;`\n\n### getProjectsMissingPermissionBytes(int index)\n\n public abstract ByteString getProjectsMissingPermissionBytes(int index)\n\nList of project IDs that the user has specified in the request but does\nnot have permission to access network configs. Analysis is aborted in this\ncase with the PERMISSION_DENIED cause.\n\n`repeated string projects_missing_permission = 3;`\n\n### getProjectsMissingPermissionCount()\n\n public abstract int getProjectsMissingPermissionCount()\n\nList of project IDs that the user has specified in the request but does\nnot have permission to access network configs. Analysis is aborted in this\ncase with the PERMISSION_DENIED cause.\n\n`repeated string projects_missing_permission = 3;`\n\n### getProjectsMissingPermissionList()\n\n public abstract List\u003cString\u003e getProjectsMissingPermissionList()\n\nList of project IDs that the user has specified in the request but does\nnot have permission to access network configs. Analysis is aborted in this\ncase with the PERMISSION_DENIED cause.\n\n`repeated string projects_missing_permission = 3;`\n\n### getResourceUri()\n\n public abstract String getResourceUri()\n\nURI of the resource that caused the abort.\n\n`string resource_uri = 2;`\n\n### getResourceUriBytes()\n\n public abstract ByteString getResourceUriBytes()\n\nURI of the resource that caused the abort.\n\n`string resource_uri = 2;`"]]