[[["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\u003eBlobstoreServicePb.FetchDataRequestOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e for data handling.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to get the blob key as a String (\u003ccode\u003egetBlobKey\u003c/code\u003e) or as ByteString (\u003ccode\u003egetBlobKeyBytes\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe interface supports fetching data within a range, using the start and end indices with \u003ccode\u003egetStartIndex\u003c/code\u003e and \u003ccode\u003egetEndIndex\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003ehasBlobKey\u003c/code\u003e, \u003ccode\u003ehasStartIndex\u003c/code\u003e, and \u003ccode\u003ehasEndIndex\u003c/code\u003e are included to check for the presence of the blob key, start index and end index, respectively.\u003c/p\u003e\n"]]],[],null,["# Interface BlobstoreServicePb.FetchDataRequestOrBuilder (2.0.0)\n\n public static interface BlobstoreServicePb.FetchDataRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getBlobKey()\n\n public abstract String getBlobKey()\n\n### getBlobKeyBytes()\n\n public abstract ByteString getBlobKeyBytes()\n\n### getEndIndex()\n\n public abstract long getEndIndex()\n\n### getStartIndex()\n\n public abstract long getStartIndex()\n\n### hasBlobKey()\n\n public abstract boolean hasBlobKey()\n\n### hasEndIndex()\n\n public abstract boolean hasEndIndex()\n\n### hasStartIndex()\n\n public abstract boolean hasStartIndex()"]]