Uses of Class
io.envoyproxy.envoy.config.core.v3.Extension
Packages that use Extension
-
Uses of Extension in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return ExtensionModifier and TypeMethodDescriptionExtension.Builder.build()Extension.Builder.buildPartial()static ExtensionExtension.getDefaultInstance()Extension.Builder.getDefaultInstanceForType()Extension.getDefaultInstanceForType()Node.Builder.getExtensions(int index) List of extensions and their versions supported by the node.Node.getExtensions(int index) List of extensions and their versions supported by the node.NodeOrBuilder.getExtensions(int index) List of extensions and their versions supported by the node.static ExtensionExtension.parseDelimitedFrom(InputStream input) static ExtensionExtension.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionExtension.parseFrom(byte[] data) static ExtensionExtension.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionExtension.parseFrom(com.google.protobuf.ByteString data) static ExtensionExtension.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionExtension.parseFrom(com.google.protobuf.CodedInputStream input) static ExtensionExtension.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionExtension.parseFrom(InputStream input) static ExtensionExtension.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExtensionExtension.parseFrom(ByteBuffer data) static ExtensionExtension.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type ExtensionModifier and TypeMethodDescriptionNode.Builder.getExtensionsList()List of extensions and their versions supported by the node.Node.getExtensionsList()List of extensions and their versions supported by the node.NodeOrBuilder.getExtensionsList()List of extensions and their versions supported by the node.com.google.protobuf.Parser<Extension> Extension.getParserForType()static com.google.protobuf.Parser<Extension> Extension.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type ExtensionModifier and TypeMethodDescriptionNode.Builder.addExtensions(int index, Extension value) List of extensions and their versions supported by the node.Node.Builder.addExtensions(Extension value) List of extensions and their versions supported by the node.static Extension.BuilderExtension.newBuilder(Extension prototype) Node.Builder.setExtensions(int index, Extension value) List of extensions and their versions supported by the node.Method parameters in io.envoyproxy.envoy.config.core.v3 with type arguments of type ExtensionModifier and TypeMethodDescriptionNode.Builder.addAllExtensions(Iterable<? extends Extension> values) List of extensions and their versions supported by the node.