Uses of Class
io.envoyproxy.envoy.config.core.v3.Extension
Packages that use Extension
-
Uses of Extension in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as ExtensionFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type ExtensionModifier and TypeFieldDescriptionNode.Builder.extensions_
Node.extensions_
private com.google.protobuf.RepeatedFieldBuilder
<Extension, Extension.Builder, ExtensionOrBuilder> Node.Builder.extensionsBuilder_
private static final com.google.protobuf.Parser
<Extension> Extension.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return ExtensionModifier and TypeMethodDescriptionExtension.Builder.build()
Extension.Builder.buildPartial()
static Extension
Extension.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 Extension
Extension.parseDelimitedFrom
(InputStream input) static Extension
Extension.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Extension
Extension.parseFrom
(byte[] data) static Extension
Extension.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Extension
Extension.parseFrom
(com.google.protobuf.ByteString data) static Extension
Extension.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Extension
Extension.parseFrom
(com.google.protobuf.CodedInputStream input) static Extension
Extension.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Extension
Extension.parseFrom
(InputStream input) static Extension
Extension.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Extension
Extension.parseFrom
(ByteBuffer data) static Extension
Extension.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 TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Extension, Extension.Builder, ExtensionOrBuilder> Node.Builder.getExtensionsFieldBuilder()
Node.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.private void
Extension.Builder.buildPartial0
(Extension result) static Extension.Builder
Extension.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.