Uses of Class
io.envoyproxy.envoy.config.core.v3.Extension.Builder
Packages that use Extension.Builder
-
Uses of Extension.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Extension.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Extension, Extension.Builder, ExtensionOrBuilder> Node.Builder.extensionsBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Extension.BuilderModifier and TypeMethodDescriptionExtension.Builder.addAllTypeUrls
(Iterable<String> values) Type URLs of extension configuration protos.Node.Builder.addExtensionsBuilder()
List of extensions and their versions supported by the node.Node.Builder.addExtensionsBuilder
(int index) List of extensions and their versions supported by the node.Extension.Builder.addTypeUrls
(String value) Type URLs of extension configuration protos.Extension.Builder.addTypeUrlsBytes
(com.google.protobuf.ByteString value) Type URLs of extension configuration protos.Extension.Builder.clear()
Extension.Builder.clearCategory()
Category of the extension.Extension.Builder.clearDisabled()
Indicates that the extension is present but was disabled via dynamic configuration.Extension.Builder.clearName()
This is the name of the Envoy filter as specified in the Envoy configuration, e.g.Extension.Builder.clearTypeDescriptor()
Deprecated.envoy.config.core.v3.Extension.type_descriptor is deprecated.Extension.Builder.clearTypeUrls()
Type URLs of extension configuration protos.Extension.Builder.clearVersion()
The version is a property of the extension and maintained independently of other extensions and the Envoy API.Node.Builder.getExtensionsBuilder
(int index) List of extensions and their versions supported by the node.Extension.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Extension.Builder.mergeFrom
(com.google.protobuf.Message other) Extension.Builder.mergeVersion
(BuildVersion value) The version is a property of the extension and maintained independently of other extensions and the Envoy API.static Extension.Builder
Extension.newBuilder()
static Extension.Builder
Extension.newBuilder
(Extension prototype) Extension.newBuilderForType()
protected Extension.Builder
Extension.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Extension.Builder.setCategory
(String value) Category of the extension.Extension.Builder.setCategoryBytes
(com.google.protobuf.ByteString value) Category of the extension.Extension.Builder.setDisabled
(boolean value) Indicates that the extension is present but was disabled via dynamic configuration.This is the name of the Envoy filter as specified in the Envoy configuration, e.g.Extension.Builder.setNameBytes
(com.google.protobuf.ByteString value) This is the name of the Envoy filter as specified in the Envoy configuration, e.g.Extension.Builder.setTypeDescriptor
(String value) Deprecated.envoy.config.core.v3.Extension.type_descriptor is deprecated.Extension.Builder.setTypeDescriptorBytes
(com.google.protobuf.ByteString value) Deprecated.envoy.config.core.v3.Extension.type_descriptor is deprecated.Extension.Builder.setTypeUrls
(int index, String value) Type URLs of extension configuration protos.Extension.Builder.setVersion
(BuildVersion value) The version is a property of the extension and maintained independently of other extensions and the Envoy API.Extension.Builder.setVersion
(BuildVersion.Builder builderForValue) The version is a property of the extension and maintained independently of other extensions and the Envoy API.Extension.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Extension.BuilderModifier and TypeMethodDescriptionNode.Builder.getExtensionsBuilderList()
List of extensions and their versions supported by the node.private com.google.protobuf.RepeatedFieldBuilder
<Extension, Extension.Builder, ExtensionOrBuilder> Node.Builder.internalGetExtensionsFieldBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Extension.BuilderModifier and TypeMethodDescriptionNode.Builder.addExtensions
(int index, Extension.Builder builderForValue) List of extensions and their versions supported by the node.Node.Builder.addExtensions
(Extension.Builder builderForValue) List of extensions and their versions supported by the node.Node.Builder.setExtensions
(int index, Extension.Builder builderForValue) List of extensions and their versions supported by the node.