Uses of Class
io.envoyproxy.envoy.config.tap.v3.OutputSink.Builder
Packages that use OutputSink.Builder
-
Uses of OutputSink.Builder in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return OutputSink.BuilderModifier and TypeMethodDescriptionOutputSink.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OutputConfig.Builder.addSinksBuilder()Output sinks for tap data.OutputConfig.Builder.addSinksBuilder(int index) Output sinks for tap data.OutputSink.Builder.clear()OutputSink.Builder.clearBufferedAdmin()Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.clearCustomSink()Tap output filter will be defined by an extension typeOutputSink.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) OutputSink.Builder.clearFilePerTap()Tap output will be written to a file per tap sink.OutputSink.Builder.clearFormat()Sink output format.OutputSink.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) OutputSink.Builder.clearOutputSinkType()OutputSink.Builder.clearStreamingAdmin()Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.clearStreamingGrpc()[#not-implemented-hide:] GrpcService to stream data to.OutputSink.Builder.clone()OutputConfig.Builder.getSinksBuilder(int index) Output sinks for tap data.OutputSink.Builder.mergeBufferedAdmin(BufferedAdminSink value) Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.mergeCustomSink(TypedExtensionConfig value) Tap output filter will be defined by an extension typeOutputSink.Builder.mergeFilePerTap(FilePerTapSink value) Tap output will be written to a file per tap sink.OutputSink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) OutputSink.Builder.mergeFrom(com.google.protobuf.Message other) OutputSink.Builder.mergeFrom(OutputSink other) OutputSink.Builder.mergeStreamingAdmin(StreamingAdminSink value) Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.mergeStreamingGrpc(StreamingGrpcSink value) [#not-implemented-hide:] GrpcService to stream data to.final OutputSink.BuilderOutputSink.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static OutputSink.BuilderOutputSink.newBuilder()static OutputSink.BuilderOutputSink.newBuilder(OutputSink prototype) OutputSink.newBuilderForType()protected OutputSink.BuilderOutputSink.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) OutputSink.Builder.setBufferedAdmin(BufferedAdminSink value) Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.setBufferedAdmin(BufferedAdminSink.Builder builderForValue) Tap output will be buffered in a single block before flushing to the :http:post:`/tap` admin endpoint .. attention:: It is only allowed to specify the buffered admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.setCustomSink(TypedExtensionConfig value) Tap output filter will be defined by an extension typeOutputSink.Builder.setCustomSink(TypedExtensionConfig.Builder builderForValue) Tap output filter will be defined by an extension typeOutputSink.Builder.setFilePerTap(FilePerTapSink value) Tap output will be written to a file per tap sink.OutputSink.Builder.setFilePerTap(FilePerTapSink.Builder builderForValue) Tap output will be written to a file per tap sink.OutputSink.Builder.setFormat(OutputSink.Format value) Sink output format.OutputSink.Builder.setFormatValue(int value) Sink output format.OutputSink.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) OutputSink.Builder.setStreamingAdmin(StreamingAdminSink value) Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.setStreamingAdmin(StreamingAdminSink.Builder builderForValue) Tap output will be streamed out the :http:post:`/tap` admin endpoint. .. attention:: It is only allowed to specify the streaming admin output sink if the tap is being configured from the :http:post:`/tap` admin endpoint.OutputSink.Builder.setStreamingGrpc(StreamingGrpcSink value) [#not-implemented-hide:] GrpcService to stream data to.OutputSink.Builder.setStreamingGrpc(StreamingGrpcSink.Builder builderForValue) [#not-implemented-hide:] GrpcService to stream data to.final OutputSink.BuilderOutputSink.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) OutputSink.toBuilder()Methods in io.envoyproxy.envoy.config.tap.v3 that return types with arguments of type OutputSink.BuilderModifier and TypeMethodDescriptionOutputConfig.Builder.getSinksBuilderList()Output sinks for tap data.Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type OutputSink.BuilderModifier and TypeMethodDescriptionOutputConfig.Builder.addSinks(int index, OutputSink.Builder builderForValue) Output sinks for tap data.OutputConfig.Builder.addSinks(OutputSink.Builder builderForValue) Output sinks for tap data.OutputConfig.Builder.setSinks(int index, OutputSink.Builder builderForValue) Output sinks for tap data.