Uses of Interface
io.envoyproxy.envoy.config.core.v3.ExtensionOrBuilder
-
Packages that use ExtensionOrBuilder Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of ExtensionOrBuilder in io.envoyproxy.envoy.config.core.v3
Classes in io.envoyproxy.envoy.config.core.v3 that implement ExtensionOrBuilder Modifier and Type Class Description class
Extension
Version and identification for an Envoy extension.static class
Extension.Builder
Version and identification for an Envoy extension.Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ExtensionOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Extension,Extension.Builder,ExtensionOrBuilder>
Node.Builder. extensionsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return ExtensionOrBuilder Modifier and Type Method Description ExtensionOrBuilder
Node.Builder. getExtensionsOrBuilder(int index)
List of extensions and their versions supported by the node.ExtensionOrBuilder
Node. getExtensionsOrBuilder(int index)
List of extensions and their versions supported by the node.ExtensionOrBuilder
NodeOrBuilder. getExtensionsOrBuilder(int index)
List of extensions and their versions supported by the node.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ExtensionOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<Extension,Extension.Builder,ExtensionOrBuilder>
Node.Builder. getExtensionsFieldBuilder()
java.util.List<? extends ExtensionOrBuilder>
Node.Builder. getExtensionsOrBuilderList()
List of extensions and their versions supported by the node.java.util.List<? extends ExtensionOrBuilder>
Node. getExtensionsOrBuilderList()
List of extensions and their versions supported by the node.java.util.List<? extends ExtensionOrBuilder>
NodeOrBuilder. getExtensionsOrBuilderList()
List of extensions and their versions supported by the node.
-