resourcePermission property
Specifies the required permission(s) for the resource referred to by the field. It requires the field contains a valid resource reference, and the request must pass the permission checks to proceed. For example, "resourcemanager.projects.get".
Implementation
@$pb.TagNumber(2)
$core.String get resourcePermission => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set resourcePermission($core.String v) { $_setString(1, v); }