Compute Engine v1 API - Class BackendServiceLogConfigLoggingHttpHeader (3.29.0)

public sealed class BackendServiceLogConfigLoggingHttpHeader : IMessage<BackendServiceLogConfigLoggingHttpHeader>, IEquatable<BackendServiceLogConfigLoggingHttpHeader>, IDeepCloneable<BackendServiceLogConfigLoggingHttpHeader>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class BackendServiceLogConfigLoggingHttpHeader.

Determines which HTTP headers will be logged to Stackdriver.

Inheritance

object > BackendServiceLogConfigLoggingHttpHeader

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

BackendServiceLogConfigLoggingHttpHeader()

public BackendServiceLogConfigLoggingHttpHeader()

BackendServiceLogConfigLoggingHttpHeader(BackendServiceLogConfigLoggingHttpHeader)

public BackendServiceLogConfigLoggingHttpHeader(BackendServiceLogConfigLoggingHttpHeader other)
Parameter
Name Description
other BackendServiceLogConfigLoggingHttpHeader

Properties

HasHeaderName

public bool HasHeaderName { get; }

Gets whether the "header_name" field is set

Property Value
Type Description
bool

HeaderName

public string HeaderName { get; set; }

The name of the header to be logged.

Property Value
Type Description
string