Cloud Tasks V2beta3 API - Class Google::Cloud::Tasks::V2beta3::HttpTarget::Header (v0.12.3)

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.