Class: Google::Cloud::Compute::V1::BackendServiceLogConfigLoggingHttpHeader
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServiceLogConfigLoggingHttpHeader
- 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
-
#header_name ⇒ ::String
The name of the header to be logged.
Instance Attribute Details
#header_name ⇒ ::String
Returns 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 |