Class: Google::Cloud::Compute::V1::BackendServiceLogConfigLoggingHttpHeader

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

Overview

Determines which HTTP headers will be logged to Stackdriver.

Instance Attribute Summary collapse

Instance Attribute Details

#header_name::String

Returns The name of the header to be logged.

Returns:

  • (::String)

    The name of the header to be logged.



12176
12177
12178
12179
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12176

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