TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.clear() |
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.clearCommonProperties() |
Common properties shared by all Envoy access logs.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.clearConnectionProperties() |
Properties of the TCP connection.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.mergeCommonProperties(AccessLogCommon value) |
Common properties shared by all Envoy access logs.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.mergeConnectionProperties(ConnectionProperties value) |
Properties of the TCP connection.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.mergeFrom(TCPAccessLogEntry other) |
|
static TCPAccessLogEntry.Builder |
TCPAccessLogEntry.newBuilder() |
|
static TCPAccessLogEntry.Builder |
TCPAccessLogEntry.newBuilder(TCPAccessLogEntry prototype) |
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.newBuilderForType() |
|
protected TCPAccessLogEntry.Builder |
TCPAccessLogEntry.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.setCommonProperties(AccessLogCommon value) |
Common properties shared by all Envoy access logs.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.setCommonProperties(AccessLogCommon.Builder builderForValue) |
Common properties shared by all Envoy access logs.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.setConnectionProperties(ConnectionProperties value) |
Properties of the TCP connection.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.Builder.setConnectionProperties(ConnectionProperties.Builder builderForValue) |
Properties of the TCP connection.
|
TCPAccessLogEntry.Builder |
TCPAccessLogEntry.toBuilder() |
|