resourcePermission property

  1. @TagNumber.new(2)
String get resourcePermission

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);
  1. @TagNumber.new(2)
set resourcePermission (String value)

Implementation

@$pb.TagNumber(2)
set resourcePermission($core.String value) => $_setString(1, value);