Uses of Class
io.envoyproxy.envoy.data.accesslog.v3.TCPAccessLogEntry.Builder
Packages that use TCPAccessLogEntry.Builder
-
Uses of TCPAccessLogEntry.Builder in io.envoyproxy.envoy.data.accesslog.v3
Methods in io.envoyproxy.envoy.data.accesslog.v3 that return TCPAccessLogEntry.BuilderModifier and TypeMethodDescriptionTCPAccessLogEntry.Builder.clear()
TCPAccessLogEntry.Builder.clearCommonProperties()
Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.clearConnectionProperties()
Properties of the TCP connection.TCPAccessLogEntry.Builder.mergeCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.mergeConnectionProperties
(ConnectionProperties value) Properties of the TCP connection.TCPAccessLogEntry.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TCPAccessLogEntry.Builder.mergeFrom
(com.google.protobuf.Message other) TCPAccessLogEntry.Builder.mergeFrom
(TCPAccessLogEntry other) static TCPAccessLogEntry.Builder
TCPAccessLogEntry.newBuilder()
static TCPAccessLogEntry.Builder
TCPAccessLogEntry.newBuilder
(TCPAccessLogEntry prototype) TCPAccessLogEntry.newBuilderForType()
protected TCPAccessLogEntry.Builder
TCPAccessLogEntry.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TCPAccessLogEntry.Builder.setCommonProperties
(AccessLogCommon value) Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.setCommonProperties
(AccessLogCommon.Builder builderForValue) Common properties shared by all Envoy access logs.TCPAccessLogEntry.Builder.setConnectionProperties
(ConnectionProperties value) Properties of the TCP connection.TCPAccessLogEntry.Builder.setConnectionProperties
(ConnectionProperties.Builder builderForValue) Properties of the TCP connection.TCPAccessLogEntry.toBuilder()