public sealed class Probe.Types.HttpHeader : IMessage<Probe.Types.HttpHeader>, IEquatable<Probe.Types.HttpHeader>, IDeepCloneable<Probe.Types.HttpHeader>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class Probe.Types.HttpHeader.
HttpHeader describes a custom header to be used in HTTP probes
[[["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-04-14 UTC."],[[["The `Probe.Types.HttpHeader` class, part of the Vertex AI v1beta1 API, is used to define custom HTTP headers for probes, and is currently at version 1.0.0-beta21."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HttpHeader` class provides two constructors, one default and one that copies another `HttpHeader` object, and two properties :`Name` and `Value`, both of which are strings."],["`Name` is a string property representing the header field name, which is case-insensitive upon output."],["`Value` is a string property used to define the header's field value."]]],[]]