Interface BackendServiceLogConfigLoggingHttpHeaderOrBuilder (1.105.0)

public interface BackendServiceLogConfigLoggingHttpHeaderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeaderName()

public abstract String getHeaderName()

The name of the header to be logged.

optional string header_name = 110223613;

Returns
Type Description
String

The headerName.

getHeaderNameBytes()

public abstract ByteString getHeaderNameBytes()

The name of the header to be logged.

optional string header_name = 110223613;

Returns
Type Description
ByteString

The bytes for headerName.

hasHeaderName()

public abstract boolean hasHeaderName()

The name of the header to be logged.

optional string header_name = 110223613;

Returns
Type Description
boolean

Whether the headerName field is set.