Uses of Class
io.envoyproxy.envoy.api.v2.core.Extension.Builder
Packages that use Extension.Builder
-
Uses of Extension.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return Extension.BuilderModifier and TypeMethodDescriptionNode.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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Extension.Builder.clearName()This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.Extension.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Extension.Builder.clearTypeDescriptor()[#not-implemented-hide:] Type descriptor of extension configuration proto.Extension.Builder.clearVersion()The version is a property of the extension and maintained independently of other extensions and the Envoy API.Extension.Builder.clone()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) final Extension.BuilderExtension.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.BuilderExtension.newBuilder()static Extension.BuilderExtension.newBuilder(Extension prototype) Extension.newBuilderForType()protected Extension.BuilderExtension.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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. envoy.filters.http.router, com.acme.widget.Extension.Builder.setNameBytes(com.google.protobuf.ByteString value) This is the name of the Envoy filter as specified in the Envoy configuration, e.g. envoy.filters.http.router, com.acme.widget.Extension.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Extension.Builder.setTypeDescriptor(String value) [#not-implemented-hide:] Type descriptor of extension configuration proto.Extension.Builder.setTypeDescriptorBytes(com.google.protobuf.ByteString value) [#not-implemented-hide:] Type descriptor of extension configuration proto.final Extension.BuilderExtension.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.api.v2.core that return types with arguments of type Extension.BuilderModifier and TypeMethodDescriptionNode.Builder.getExtensionsBuilderList()List of extensions and their versions supported by the node.Methods in io.envoyproxy.envoy.api.v2.core 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.