[[["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\u003eURLFetchRequest.HeaderOrBuilder\u003c/code\u003e interface provides methods for accessing header information, including key-value pairs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetKey()\u003c/code\u003e method retrieves the header key as a String, while \u003ccode\u003egetKeyBytes()\u003c/code\u003e gets it as a \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetValue()\u003c/code\u003e method retrieves the header value as a String, and \u003ccode\u003egetValueBytes()\u003c/code\u003e gets it as a \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehasKey()\u003c/code\u003e and \u003ccode\u003ehasValue()\u003c/code\u003e methods are used to check if a header key or value is present, respectively, returning a boolean value.\u003c/p\u003e\n"]]],[],null,["# Interface URLFetchServicePb.URLFetchRequest.HeaderOrBuilder (2.0.0)\n\n public static interface URLFetchServicePb.URLFetchRequest.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()"]]