[[["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\u003eImagesServicePb.ImagesCanvasOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods to get the color, height, and width of an image, all returning \u003ccode\u003eint\u003c/code\u003e values.\u003c/p\u003e\n"],["\u003cp\u003eIt also offers methods to retrieve \u003ccode\u003eOutputSettings\u003c/code\u003e and \u003ccode\u003eOutputSettingsOrBuilder\u003c/code\u003e objects related to image output.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as \u003ccode\u003ehasColor\u003c/code\u003e, \u003ccode\u003ehasHeight\u003c/code\u003e, and \u003ccode\u003ehasWidth\u003c/code\u003e are provided to check if these attributes are set, returning boolean values.\u003c/p\u003e\n"],["\u003cp\u003eThere is a \u003ccode\u003egetDeprecatedColorSet\u003c/code\u003e and \u003ccode\u003ehasDeprecatedColorSet\u003c/code\u003e methods that return \u003ccode\u003eboolean\u003c/code\u003e values, likely to deal with older versions.\u003c/p\u003e\n"]]],[],null,["# Interface ImagesServicePb.ImagesCanvasOrBuilder (2.0.0)\n\n public static interface ImagesServicePb.ImagesCanvasOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getColor()\n\n public abstract int getColor()\n\n### getDeprecatedColorSet()\n\n public abstract boolean getDeprecatedColorSet()\n\n### getHeight()\n\n public abstract int getHeight()\n\n### getOutput()\n\n public abstract ImagesServicePb.OutputSettings getOutput()\n\n### getOutputOrBuilder()\n\n public abstract ImagesServicePb.OutputSettingsOrBuilder getOutputOrBuilder()\n\n### getWidth()\n\n public abstract int getWidth()\n\n### hasColor()\n\n public abstract boolean hasColor()\n\n### hasDeprecatedColorSet()\n\n public abstract boolean hasDeprecatedColorSet()\n\n### hasHeight()\n\n public abstract boolean hasHeight()\n\n### hasOutput()\n\n public abstract boolean hasOutput()\n\n### hasWidth()\n\n public abstract boolean hasWidth()"]]