Uses of Class
io.envoyproxy.envoy.config.tap.v3.OutputSink.Format
-
Packages that use OutputSink.Format Package Description io.envoyproxy.envoy.config.tap.v3 -
-
Uses of OutputSink.Format in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return OutputSink.Format Modifier and Type Method Description static OutputSink.FormatOutputSink.Format. forNumber(int value)OutputSink.FormatOutputSink.Builder. getFormat()Sink output format.OutputSink.FormatOutputSink. getFormat()Sink output format.OutputSink.FormatOutputSinkOrBuilder. getFormat()Sink output format.static OutputSink.FormatOutputSink.Format. valueOf(int value)Deprecated.static OutputSink.FormatOutputSink.Format. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OutputSink.FormatOutputSink.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputSink.Format[]OutputSink.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.tap.v3 that return types with arguments of type OutputSink.Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OutputSink.Format>OutputSink.Format. internalGetValueMap()Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type OutputSink.Format Modifier and Type Method Description OutputSink.BuilderOutputSink.Builder. setFormat(OutputSink.Format value)Sink output format.
-