Uses of Class
io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.TcpAccessLogOptions.Builder
Packages that use TcpProxy.TcpAccessLogOptions.Builder
-
Uses of TcpProxy.TcpAccessLogOptions.Builder in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 that return TcpProxy.TcpAccessLogOptions.BuilderModifier and TypeMethodDescriptionTcpProxy.TcpAccessLogOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.TcpAccessLogOptions.Builder.clear()TcpProxy.TcpAccessLogOptions.Builder.clearAccessLogFlushInterval()The interval for flushing access logs.TcpProxy.TcpAccessLogOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) TcpProxy.TcpAccessLogOptions.Builder.clearFlushAccessLogOnConnected()If set to true, the access log is flushed when the TCP proxy successfully establishes a connection with the upstream.TcpProxy.TcpAccessLogOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) TcpProxy.TcpAccessLogOptions.Builder.clone()TcpProxy.Builder.getAccessLogOptionsBuilder()Additional access log options for the TCP proxy.TcpProxy.TcpAccessLogOptions.Builder.mergeAccessLogFlushInterval(com.google.protobuf.Duration value) The interval for flushing access logs.TcpProxy.TcpAccessLogOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TcpProxy.TcpAccessLogOptions.Builder.mergeFrom(com.google.protobuf.Message other) TcpProxy.TcpAccessLogOptions.Builder.mergeFrom(TcpProxy.TcpAccessLogOptions other) TcpProxy.TcpAccessLogOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.TcpAccessLogOptions.newBuilder()TcpProxy.TcpAccessLogOptions.newBuilder(TcpProxy.TcpAccessLogOptions prototype) TcpProxy.TcpAccessLogOptions.newBuilderForType()protected TcpProxy.TcpAccessLogOptions.BuilderTcpProxy.TcpAccessLogOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TcpProxy.TcpAccessLogOptions.Builder.setAccessLogFlushInterval(com.google.protobuf.Duration value) The interval for flushing access logs.TcpProxy.TcpAccessLogOptions.Builder.setAccessLogFlushInterval(com.google.protobuf.Duration.Builder builderForValue) The interval for flushing access logs.TcpProxy.TcpAccessLogOptions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TcpProxy.TcpAccessLogOptions.Builder.setFlushAccessLogOnConnected(boolean value) If set to true, the access log is flushed when the TCP proxy successfully establishes a connection with the upstream.TcpProxy.TcpAccessLogOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TcpProxy.TcpAccessLogOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) TcpProxy.TcpAccessLogOptions.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.tcp_proxy.v3 with parameters of type TcpProxy.TcpAccessLogOptions.BuilderModifier and TypeMethodDescriptionTcpProxy.Builder.setAccessLogOptions(TcpProxy.TcpAccessLogOptions.Builder builderForValue) Additional access log options for the TCP proxy.