public sealed class BackendServiceLogConfigLoggingHttpHeader : IMessage<BackendServiceLogConfigLoggingHttpHeader>, IEquatable<BackendServiceLogConfigLoggingHttpHeader>, IDeepCloneable<BackendServiceLogConfigLoggingHttpHeader>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class BackendServiceLogConfigLoggingHttpHeader.
Determines which HTTP headers will be logged to Stackdriver.
Implements
IMessageBackendServiceLogConfigLoggingHttpHeader, IEquatableBackendServiceLogConfigLoggingHttpHeader, IDeepCloneableBackendServiceLogConfigLoggingHttpHeader, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|