[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eAppIdentityServicePb.GetAccessTokenRequestOrBuilder\u003c/code\u003e interface provides methods to retrieve information about scopes, service account ID, and service account name.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003egetScope(int arg0)\u003c/code\u003e, \u003ccode\u003egetScopeBytes(int arg0)\u003c/code\u003e, \u003ccode\u003egetScopeCount()\u003c/code\u003e, and \u003ccode\u003egetScopeList()\u003c/code\u003e are available to manage and access scope-related data.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as \u003ccode\u003egetServiceAccountId()\u003c/code\u003e and \u003ccode\u003egetServiceAccountName()\u003c/code\u003e retrieve the numeric ID and the name of the service account, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe interface also provides \u003ccode\u003ehasServiceAccountId()\u003c/code\u003e and \u003ccode\u003ehasServiceAccountName()\u003c/code\u003e to verify the existence of a service account ID and service account name.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as getServiceAccountNameBytes() and getScopeBytes() are used to get the byte string representation for the service account name and scope respectively.\u003c/p\u003e\n"]]],[],null,["# Interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder (2.0.0)\n\n public static interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getScope(int arg0)\n\n public abstract String getScope(int arg0)\n\n### getScopeBytes(int arg0)\n\n public abstract ByteString getScopeBytes(int arg0)\n\n### getScopeCount()\n\n public abstract int getScopeCount()\n\n### getScopeList()\n\n public abstract List\u003cString\u003e getScopeList()\n\n### getServiceAccountId()\n\n public abstract long getServiceAccountId()\n\n### getServiceAccountName()\n\n public abstract String getServiceAccountName()\n\n### getServiceAccountNameBytes()\n\n public abstract ByteString getServiceAccountNameBytes()\n\n### hasServiceAccountId()\n\n public abstract boolean hasServiceAccountId()\n\n### hasServiceAccountName()\n\n public abstract boolean hasServiceAccountName()"]]