[[["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.GetOAuthUserRequestOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and defines methods for retrieving user request data.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods such as \u003ccode\u003egetRequestWriterPermission\u003c/code\u003e, \u003ccode\u003egetScope\u003c/code\u003e, and \u003ccode\u003egetScopeBytes\u003c/code\u003e to access specific attributes of the request.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods for managing multiple scopes, such as \u003ccode\u003egetScopes\u003c/code\u003e, \u003ccode\u003egetScopesBytes\u003c/code\u003e, \u003ccode\u003egetScopesCount\u003c/code\u003e, and \u003ccode\u003egetScopesList\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt also offers boolean checks with \u003ccode\u003ehasRequestWriterPermission\u003c/code\u003e and \u003ccode\u003ehasScope\u003c/code\u003e to check for the existence of properties.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetScopes\u003c/code\u003e and \u003ccode\u003egetScopesBytes\u003c/code\u003e require an integer \u003ccode\u003earg0\u003c/code\u003e parameter to access a specific scope within a collection.\u003c/p\u003e\n"]]],[],null,["# Interface UserServicePb.GetOAuthUserRequestOrBuilder (2.0.0)\n\n public static interface UserServicePb.GetOAuthUserRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getRequestWriterPermission()\n\n public abstract boolean getRequestWriterPermission()\n\n### getScope()\n\n public abstract String getScope()\n\n### getScopeBytes()\n\n public abstract ByteString getScopeBytes()\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### hasRequestWriterPermission()\n\n public abstract boolean hasRequestWriterPermission()\n\n### hasScope()\n\n public abstract boolean hasScope()"]]