public interface TCPAccessLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AccessLogCommon |
getCommonProperties()
Common properties shared by all Envoy access logs.
|
AccessLogCommonOrBuilder |
getCommonPropertiesOrBuilder()
Common properties shared by all Envoy access logs.
|
ConnectionProperties |
getConnectionProperties()
Properties of the TCP connection.
|
ConnectionPropertiesOrBuilder |
getConnectionPropertiesOrBuilder()
Properties of the TCP connection.
|
boolean |
hasCommonProperties()
Common properties shared by all Envoy access logs.
|
boolean |
hasConnectionProperties()
Properties of the TCP connection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommonProperties()
Common properties shared by all Envoy access logs.
.envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;AccessLogCommon getCommonProperties()
Common properties shared by all Envoy access logs.
.envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;AccessLogCommonOrBuilder getCommonPropertiesOrBuilder()
Common properties shared by all Envoy access logs.
.envoy.data.accesslog.v3.AccessLogCommon common_properties = 1;boolean hasConnectionProperties()
Properties of the TCP connection.
.envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;ConnectionProperties getConnectionProperties()
Properties of the TCP connection.
.envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;ConnectionPropertiesOrBuilder getConnectionPropertiesOrBuilder()
Properties of the TCP connection.
.envoy.data.accesslog.v3.ConnectionProperties connection_properties = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.