[[["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\u003eTaskQueueHttpHeaderOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and defines methods for working with HTTP header data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetKey()\u003c/code\u003e method retrieves the header key as a \u003ccode\u003eByteString\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetValue()\u003c/code\u003e method retrieves the header value as a \u003ccode\u003eByteString\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehasKey()\u003c/code\u003e method checks whether a key is present and returns a boolean value.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ehasValue()\u003c/code\u003e method checks whether a value is present and returns a boolean value.\u003c/p\u003e\n"]]],[],null,["# Interface TaskQueuePb.TaskQueueHttpHeaderOrBuilder (2.0.0)\n\n public static interface TaskQueuePb.TaskQueueHttpHeaderOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getKey()\n\n public abstract ByteString getKey()\n\n### getValue()\n\n public abstract ByteString getValue()\n\n### hasKey()\n\n public abstract boolean hasKey()\n\n### hasValue()\n\n public abstract boolean hasValue()"]]