public static interface Accesslog.HTTPAccessLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Accesslog.AccessLogCommon |
getCommonProperties()
Common properties shared by all Envoy access logs.
|
Accesslog.AccessLogCommonOrBuilder |
getCommonPropertiesOrBuilder()
Common properties shared by all Envoy access logs.
|
Accesslog.HTTPAccessLogEntry.HTTPVersion |
getProtocolVersion()
.envoy.config.filter.accesslog.v2.HTTPAccessLogEntry.HTTPVersion protocol_version = 2; |
int |
getProtocolVersionValue()
.envoy.config.filter.accesslog.v2.HTTPAccessLogEntry.HTTPVersion protocol_version = 2; |
Accesslog.HTTPRequestProperties |
getRequest()
Description of the incoming HTTP request.
|
Accesslog.HTTPRequestPropertiesOrBuilder |
getRequestOrBuilder()
Description of the incoming HTTP request.
|
Accesslog.HTTPResponseProperties |
getResponse()
Description of the outgoing HTTP response.
|
Accesslog.HTTPResponsePropertiesOrBuilder |
getResponseOrBuilder()
Description of the outgoing HTTP response.
|
boolean |
hasCommonProperties()
Common properties shared by all Envoy access logs.
|
boolean |
hasRequest()
Description of the incoming HTTP request.
|
boolean |
hasResponse()
Description of the outgoing HTTP response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonProperties()
Common properties shared by all Envoy access logs.
.envoy.config.filter.accesslog.v2.AccessLogCommon common_properties = 1;Accesslog.AccessLogCommon getCommonProperties()
Common properties shared by all Envoy access logs.
.envoy.config.filter.accesslog.v2.AccessLogCommon common_properties = 1;Accesslog.AccessLogCommonOrBuilder getCommonPropertiesOrBuilder()
Common properties shared by all Envoy access logs.
.envoy.config.filter.accesslog.v2.AccessLogCommon common_properties = 1;int getProtocolVersionValue()
.envoy.config.filter.accesslog.v2.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;Accesslog.HTTPAccessLogEntry.HTTPVersion getProtocolVersion()
.envoy.config.filter.accesslog.v2.HTTPAccessLogEntry.HTTPVersion protocol_version = 2;boolean hasRequest()
Description of the incoming HTTP request.
.envoy.config.filter.accesslog.v2.HTTPRequestProperties request = 3;Accesslog.HTTPRequestProperties getRequest()
Description of the incoming HTTP request.
.envoy.config.filter.accesslog.v2.HTTPRequestProperties request = 3;Accesslog.HTTPRequestPropertiesOrBuilder getRequestOrBuilder()
Description of the incoming HTTP request.
.envoy.config.filter.accesslog.v2.HTTPRequestProperties request = 3;boolean hasResponse()
Description of the outgoing HTTP response.
.envoy.config.filter.accesslog.v2.HTTPResponseProperties response = 4;Accesslog.HTTPResponseProperties getResponse()
Description of the outgoing HTTP response.
.envoy.config.filter.accesslog.v2.HTTPResponseProperties response = 4;Accesslog.HTTPResponsePropertiesOrBuilder getResponseOrBuilder()
Description of the outgoing HTTP response.
.envoy.config.filter.accesslog.v2.HTTPResponseProperties response = 4;Copyright © 2018 The Envoy Project. All rights reserved.