Uses of Class
io.envoyproxy.envoy.service.tap.v2alpha.OutputConfig.Builder
Packages that use OutputConfig.Builder
-
Uses of OutputConfig.Builder in io.envoyproxy.envoy.service.tap.v2alpha
Methods in io.envoyproxy.envoy.service.tap.v2alpha that return OutputConfig.BuilderModifier and TypeMethodDescriptionOutputConfig.Builder.addAllSinks(Iterable<? extends OutputSink> values) Output sinks for tap data.OutputConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OutputConfig.Builder.addSinks(int index, OutputSink value) Output sinks for tap data.OutputConfig.Builder.addSinks(int index, OutputSink.Builder builderForValue) Output sinks for tap data.OutputConfig.Builder.addSinks(OutputSink value) Output sinks for tap data.OutputConfig.Builder.addSinks(OutputSink.Builder builderForValue) Output sinks for tap data.OutputConfig.Builder.clear()OutputConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OutputConfig.Builder.clearMaxBufferedRxBytes()For buffered tapping, the maximum amount of received body that will be buffered prior to truncation.OutputConfig.Builder.clearMaxBufferedTxBytes()For buffered tapping, the maximum amount of transmitted body that will be buffered prior to truncation.OutputConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OutputConfig.Builder.clearSinks()Output sinks for tap data.OutputConfig.Builder.clearStreaming()Indicates whether taps produce a single buffered message per tap, or multiple streamed messages per tap in the emitted :ref:`TraceWrapper <envoy_api_msg_data.tap.v2alpha.TraceWrapper>` messages.OutputConfig.Builder.clone()TapConfig.Builder.getOutputConfigBuilder()The tap output configuration.OutputConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OutputConfig.Builder.mergeFrom(com.google.protobuf.Message other) OutputConfig.Builder.mergeFrom(OutputConfig other) OutputConfig.Builder.mergeMaxBufferedRxBytes(com.google.protobuf.UInt32Value value) For buffered tapping, the maximum amount of received body that will be buffered prior to truncation.OutputConfig.Builder.mergeMaxBufferedTxBytes(com.google.protobuf.UInt32Value value) For buffered tapping, the maximum amount of transmitted body that will be buffered prior to truncation.final OutputConfig.BuilderOutputConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OutputConfig.BuilderOutputConfig.newBuilder()static OutputConfig.BuilderOutputConfig.newBuilder(OutputConfig prototype) OutputConfig.newBuilderForType()protected OutputConfig.BuilderOutputConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OutputConfig.Builder.removeSinks(int index) Output sinks for tap data.OutputConfig.Builder.setMaxBufferedRxBytes(com.google.protobuf.UInt32Value value) For buffered tapping, the maximum amount of received body that will be buffered prior to truncation.OutputConfig.Builder.setMaxBufferedRxBytes(com.google.protobuf.UInt32Value.Builder builderForValue) For buffered tapping, the maximum amount of received body that will be buffered prior to truncation.OutputConfig.Builder.setMaxBufferedTxBytes(com.google.protobuf.UInt32Value value) For buffered tapping, the maximum amount of transmitted body that will be buffered prior to truncation.OutputConfig.Builder.setMaxBufferedTxBytes(com.google.protobuf.UInt32Value.Builder builderForValue) For buffered tapping, the maximum amount of transmitted body that will be buffered prior to truncation.OutputConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OutputConfig.Builder.setSinks(int index, OutputSink value) Output sinks for tap data.OutputConfig.Builder.setSinks(int index, OutputSink.Builder builderForValue) Output sinks for tap data.OutputConfig.Builder.setStreaming(boolean value) Indicates whether taps produce a single buffered message per tap, or multiple streamed messages per tap in the emitted :ref:`TraceWrapper <envoy_api_msg_data.tap.v2alpha.TraceWrapper>` messages.final OutputConfig.BuilderOutputConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OutputConfig.toBuilder()Methods in io.envoyproxy.envoy.service.tap.v2alpha with parameters of type OutputConfig.BuilderModifier and TypeMethodDescriptionTapConfig.Builder.setOutputConfig(OutputConfig.Builder builderForValue) The tap output configuration.