Cloud Tasks V2beta3 API - Class Google::Cloud::Tasks::V2beta3::HttpTarget::Header (v0.12.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::HttpTarget::Header.
Defines a header message. A header can have a key and a value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
defkey()->::String
Returns
- (::String) — The Key of the header.
#key=
defkey=(value)->::String
Parameter
- value (::String) — The Key of the header.
Returns
- (::String) — The Key of the header.
#value
defvalue()->::String
Returns
- (::String) — The Value of the header.
#value=
defvalue=(value)->::String
Parameter
- value (::String) — The Value of the header.
Returns
- (::String) — The Value of the header.