[[["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\u003eImagesServicePb.ImageDataOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e, providing methods to access image data properties.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetBlobKey()\u003c/code\u003e and \u003ccode\u003egetBlobKeyBytes()\u003c/code\u003e retrieve the image's blob key as a String and ByteString, respectively.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetContent()\u003c/code\u003e returns the image content as a \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetHeight()\u003c/code\u003e and \u003ccode\u003egetWidth()\u003c/code\u003e return the image's dimensions as integer values.\u003c/p\u003e\n"],["\u003cp\u003eMethods like hasBlobKey(), hasContent(), hasDeprecatedBlobKeySet(), hasHeight(), and hasWidth() are used to check if certain properties are present.\u003c/p\u003e\n"]]],[],null,["# Interface ImagesServicePb.ImageDataOrBuilder (2.0.0)\n\n public static interface ImagesServicePb.ImageDataOrBuilder 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### getContent()\n\n public abstract ByteString getContent()\n\n### getDeprecatedBlobKeySet()\n\n public abstract boolean getDeprecatedBlobKeySet()\n\n### getHeight()\n\n public abstract int getHeight()\n\n### getWidth()\n\n public abstract int getWidth()\n\n### hasBlobKey()\n\n public abstract boolean hasBlobKey()\n\n### hasContent()\n\n public abstract boolean hasContent()\n\n### hasDeprecatedBlobKeySet()\n\n public abstract boolean hasDeprecatedBlobKeySet()\n\n### hasHeight()\n\n public abstract boolean hasHeight()\n\n### hasWidth()\n\n public abstract boolean hasWidth()"]]