Skip to content

Commit dfefc95

Browse files
Google APIscopybara-github
authored andcommitted
feat: introduce a projects_missing_permissions field in the AbortInfo structure
PiperOrigin-RevId: 457088244
1 parent 8ff130b commit dfefc95

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

google/cloud/networkmanagement/v1/trace.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)