[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface UserInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.auth.v1.UserInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.firebase.auth.v1.UserInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.firebase.auth.v1.UserInfoOrBuilder) \n\n public interface UserInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDisplayName()\n\n public abstract String getDisplayName()\n\nThe display name for the linked provider.\n\n`string display_name = 3;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nThe display name for the linked provider.\n\n`string display_name = 3;`\n\n### getEmail()\n\n public abstract String getEmail()\n\nThe email for the linked provider.\n\n`string email = 2;`\n\n### getEmailBytes()\n\n public abstract ByteString getEmailBytes()\n\nThe email for the linked provider.\n\n`string email = 2;`\n\n### getPhotoURL()\n\n public abstract String getPhotoURL()\n\nThe photo URL for the linked provider.\n\n`string photo_URL = 4;`\n\n### getPhotoURLBytes()\n\n public abstract ByteString getPhotoURLBytes()\n\nThe photo URL for the linked provider.\n\n`string photo_URL = 4;`\n\n### getProviderId()\n\n public abstract String getProviderId()\n\nThe linked provider ID (e.g. \"google.com\" for the Google provider).\n\n`string provider_id = 5;`\n\n### getProviderIdBytes()\n\n public abstract ByteString getProviderIdBytes()\n\nThe linked provider ID (e.g. \"google.com\" for the Google provider).\n\n`string provider_id = 5;`\n\n### getUid()\n\n public abstract String getUid()\n\nThe user identifier for the linked provider.\n\n`string uid = 1;`\n\n### getUidBytes()\n\n public abstract ByteString getUidBytes()\n\nThe user identifier for the linked provider.\n\n`string uid = 1;`"]]