Class UserByIdGrantee

  • All Implemented Interfaces:
    GranteeInterface

    public class UserByIdGrantee
    extends CanonicalGrantee
    Represents a grantee identified by their canonical Google ID, which is something along the lines of a Google-internal ID specific to a user. For example, Google can map a grantee identified by an email address to a canonical ID.

    Canonical grantees may have an associated Display Name, which is a human-friendly name that Google has linked to the canonical ID (eg the user's login name).

    Author:
    Google Developers