[[["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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUserServicePb.GetOAuthUserResponseOrBuilder\u003c/code\u003e interface provides methods for retrieving user information like AuthDomain, ClientId, Email, and UserId, each available as both String and ByteString types.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods to check if certain fields are present, such as \u003ccode\u003ehasAuthDomain()\u003c/code\u003e, \u003ccode\u003ehasClientId()\u003c/code\u003e, \u003ccode\u003ehasEmail()\u003c/code\u003e, \u003ccode\u003ehasUserId()\u003c/code\u003e, and more.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetIsAdmin()\u003c/code\u003e and \u003ccode\u003egetIsProjectWriter()\u003c/code\u003e return boolean values indicating user roles or permissions.\u003c/p\u003e\n"],["\u003cp\u003eThe interface facilitates handling of user scopes, providing methods to get a specific scope (\u003ccode\u003egetScopes(int arg0)\u003c/code\u003e), its ByteString representation (\u003ccode\u003egetScopesBytes(int arg0)\u003c/code\u003e), the total number of scopes (\u003ccode\u003egetScopesCount()\u003c/code\u003e), and a list of all scopes (\u003ccode\u003egetScopesList()\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetUserOrganization()\u003c/code\u003e method allows for retrieving the user's organization information as a String, and \u003ccode\u003egetUserOrganizationBytes()\u003c/code\u003e retrieves the same data as a ByteString.\u003c/p\u003e\n"]]],[],null,["# Interface UserServicePb.GetOAuthUserResponseOrBuilder (2.0.0)\n\n public static interface UserServicePb.GetOAuthUserResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getAuthDomain()\n\n public abstract String getAuthDomain()\n\n### getAuthDomainBytes()\n\n public abstract ByteString getAuthDomainBytes()\n\n### getClientId()\n\n public abstract String getClientId()\n\n### getClientIdBytes()\n\n public abstract ByteString getClientIdBytes()\n\n### getEmail()\n\n public abstract String getEmail()\n\n### getEmailBytes()\n\n public abstract ByteString getEmailBytes()\n\n### getIsAdmin()\n\n public abstract boolean getIsAdmin()\n\n### getIsProjectWriter()\n\n public abstract boolean getIsProjectWriter()\n\n### getScopes(int arg0)\n\n public abstract String getScopes(int arg0)\n\n### getScopesBytes(int arg0)\n\n public abstract ByteString getScopesBytes(int arg0)\n\n### getScopesCount()\n\n public abstract int getScopesCount()\n\n### getScopesList()\n\n public abstract List\u003cString\u003e getScopesList()\n\n### getUserId()\n\n public abstract String getUserId()\n\n### getUserIdBytes()\n\n public abstract ByteString getUserIdBytes()\n\n### getUserOrganization()\n\n public abstract String getUserOrganization()\n\n### getUserOrganizationBytes()\n\n public abstract ByteString getUserOrganizationBytes()\n\n### hasAuthDomain()\n\n public abstract boolean hasAuthDomain()\n\n### hasClientId()\n\n public abstract boolean hasClientId()\n\n### hasEmail()\n\n public abstract boolean hasEmail()\n\n### hasIsAdmin()\n\n public abstract boolean hasIsAdmin()\n\n### hasIsProjectWriter()\n\n public abstract boolean hasIsProjectWriter()\n\n### hasUserId()\n\n public abstract boolean hasUserId()\n\n### hasUserOrganization()\n\n public abstract boolean hasUserOrganization()"]]