Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Probe::HttpHeader.
HttpHeader describes a custom header to be used in HTTP probes
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
Returns
- (::String) — The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
#value
def value() -> ::String
Returns
- (::String) — The header field value
#value=
def value=(value) -> ::String
Parameter
- value (::String) — The header field value
Returns
- (::String) — The header field value