projectsMissingPermission property

  1. @TagNumber(3)
List<String> get projectsMissingPermission

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.

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get projectsMissingPermission => $_getList(2);