[[["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\u003e\u003ccode\u003eAppIdentityServicePb.SignForAppResponseOrBuilder\u003c/code\u003e is an interface extending \u003ccode\u003eMessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods to retrieve a key name as a \u003ccode\u003eString\u003c/code\u003e or \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt allows retrieval of signature data as a \u003ccode\u003eByteString\u003c/code\u003e through the \u003ccode\u003egetSignatureBytes()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThere are methods to check the presence of both the key name and signature data, named \u003ccode\u003ehasKeyName()\u003c/code\u003e and \u003ccode\u003ehasSignatureBytes()\u003c/code\u003e, returning a boolean value.\u003c/p\u003e\n"]]],[],null,["# Interface AppIdentityServicePb.SignForAppResponseOrBuilder (2.0.0)\n\n public static interface AppIdentityServicePb.SignForAppResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getKeyName()\n\n public abstract String getKeyName()\n\n### getKeyNameBytes()\n\n public abstract ByteString getKeyNameBytes()\n\n### getSignatureBytes()\n\n public abstract ByteString getSignatureBytes()\n\n### hasKeyName()\n\n public abstract boolean hasKeyName()\n\n### hasSignatureBytes()\n\n public abstract boolean hasSignatureBytes()"]]