[[["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\u003e\u003ccode\u003eBlobstoreServicePb.DeleteBlobRequestOrBuilder\u003c/code\u003e is an interface that implements \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e, defining methods for interacting with blob keys and tokens.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKey(int arg0)\u003c/code\u003e method retrieves a blob key as a \u003ccode\u003eString\u003c/code\u003e based on the provided integer index.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKeyBytes(int arg0)\u003c/code\u003e method fetches a blob key as a \u003ccode\u003eByteString\u003c/code\u003e given an integer index.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetBlobKeyCount()\u003c/code\u003e method returns the total number of blob keys as an \u003ccode\u003eint\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetToken()\u003c/code\u003e and \u003ccode\u003egetTokenBytes()\u003c/code\u003e methods are used to get the token value as either a String or a \u003ccode\u003eByteString\u003c/code\u003e respectively, while \u003ccode\u003ehasToken()\u003c/code\u003e returns a boolean value indicating the presence of the token.\u003c/p\u003e\n"]]],[],null,["# Interface BlobstoreServicePb.DeleteBlobRequestOrBuilder (2.0.0)\n\n public static interface BlobstoreServicePb.DeleteBlobRequestOrBuilder 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()\n\n### getToken()\n\n public abstract String getToken()\n\n### getTokenBytes()\n\n public abstract ByteString getTokenBytes()\n\n### hasToken()\n\n public abstract boolean hasToken()"]]