[[["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\u003eBlobstoreServicePb.DecodeBlobKeyRequestOrBuilder\u003c/code\u003e interface provides methods for accessing blob keys.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKey(int arg0)\u003c/code\u003e method retrieves a blob key as a String based on the provided integer index.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKeyBytes(int arg0)\u003c/code\u003e method retrieves a blob key as a \u003ccode\u003eByteString\u003c/code\u003e based on the provided integer index.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKeyCount()\u003c/code\u003e method returns the total number of blob keys available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKeyList()\u003c/code\u003e method returns a \u003ccode\u003eList\u003c/code\u003e containing all the blob keys as \u003ccode\u003eString\u003c/code\u003e objects.\u003c/p\u003e\n"]]],[],null,["# Interface BlobstoreServicePb.DecodeBlobKeyRequestOrBuilder (2.0.0)\n\n public static interface BlobstoreServicePb.DecodeBlobKeyRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getBlobKey(int arg0)\n\n public abstract String getBlobKey(int arg0)\n\n### getBlobKeyBytes(int arg0)\n\n public abstract ByteString getBlobKeyBytes(int arg0)\n\n### getBlobKeyCount()\n\n public abstract int getBlobKeyCount()\n\n### getBlobKeyList()\n\n public abstract List\u003cString\u003e getBlobKeyList()"]]