Class: Google::Cloud::AIPlatform::V1::Probe::HttpHeader
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Probe::HttpHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
HttpHeader describes a custom header to be used in HTTP probes
Instance Attribute Summary collapse
-
#name ⇒ ::String
The header field name.
-
#value ⇒ ::String
The header field value.
Instance Attribute Details
#name ⇒ ::String
Returns The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 1000 class HttpHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The header field value.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 1000 class HttpHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |