[[["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\u003eURLFetchServicePb.URLFetchResponse.HeaderOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and provides methods for accessing header data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetKey()\u003c/code\u003e and \u003ccode\u003egetValue()\u003c/code\u003e methods return header data as \u003ccode\u003eString\u003c/code\u003e objects, while \u003ccode\u003egetKeyBytes()\u003c/code\u003e and \u003ccode\u003egetValueBytes()\u003c/code\u003e return the same data as \u003ccode\u003eByteString\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehasKey()\u003c/code\u003e and \u003ccode\u003ehasValue()\u003c/code\u003e methods return a boolean indicating the presence of a key and a value, respectively, within the header.\u003c/p\u003e\n"],["\u003cp\u003eThe interface is within the \u003ccode\u003ecom.google.protobuf\u003c/code\u003e package.\u003c/p\u003e\n"]]],[],null,["# Interface URLFetchServicePb.URLFetchResponse.HeaderOrBuilder (2.0.0)\n\n public static interface URLFetchServicePb.URLFetchResponse.HeaderOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getKey()\n\n public abstract String getKey()\n\n### getKeyBytes()\n\n public abstract ByteString getKeyBytes()\n\n### getValue()\n\n public abstract String getValue()\n\n### getValueBytes()\n\n public abstract ByteString getValueBytes()\n\n### hasKey()\n\n public abstract boolean hasKey()\n\n### hasValue()\n\n public abstract boolean hasValue()"]]