Class: Google::Cloud::Tasks::V2beta3::HttpTarget::Header

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2beta3/target.rb

Overview

Defines a header message. A header can have a key and a value.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns The Key of the header.

Returns:

  • (::String)

    The Key of the header.



233
234
235
236
# File 'proto_docs/google/cloud/tasks/v2beta3/target.rb', line 233

class Header
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns The Value of the header.

Returns:

  • (::String)

    The Value of the header.



233
234
235
236
# File 'proto_docs/google/cloud/tasks/v2beta3/target.rb', line 233

class Header
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end