File tree Expand file tree Collapse file tree
google/cloud/networkmanagement Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -741,6 +741,11 @@ message AbortInfo {
741741
742742 // URI of the resource that caused the abort.
743743 string resource_uri = 2 ;
744+
745+ // List of project IDs that the user has specified in the request but does
746+ // not have permission to access network configs. Analysis is aborted in this
747+ // case with the PERMISSION_DENIED cause.
748+ repeated string projects_missing_permission = 3 ;
744749}
745750
746751// Details of the final state "drop" and associated resource.
Original file line number Diff line number Diff line change @@ -743,6 +743,11 @@ message AbortInfo {
743743
744744 // URI of the resource that caused the abort.
745745 string resource_uri = 2 ;
746+
747+ // List of project IDs that the user has specified in the request but does
748+ // not have permission to access network configs. Analysis is aborted in this
749+ // case with the PERMISSION_DENIED cause.
750+ repeated string projects_missing_permission = 3 ;
746751}
747752
748753// Details of the final state "drop" and associated resource.
You can’t perform that action at this time.
0 commit comments