Uses of Class
io.envoyproxy.envoy.config.core.v3.Extension
-
Packages that use Extension Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of Extension in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return Extension Modifier and Type Method Description ExtensionExtension.Builder. build()ExtensionExtension.Builder. buildPartial()static ExtensionExtension. getDefaultInstance()ExtensionExtension.Builder. getDefaultInstanceForType()ExtensionExtension. getDefaultInstanceForType()ExtensionNode.Builder. getExtensions(int index)List of extensions and their versions supported by the node.ExtensionNode. getExtensions(int index)List of extensions and their versions supported by the node.ExtensionNodeOrBuilder. 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 Extension Modifier and Type Method Description List<Extension>Node.Builder. getExtensionsList()List of extensions and their versions supported by the node.List<Extension>Node. getExtensionsList()List of extensions and their versions supported by the node.List<Extension>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 Extension Modifier and Type Method Description Node.BuilderNode.Builder. addExtensions(int index, Extension value)List of extensions and their versions supported by the node.Node.BuilderNode.Builder. addExtensions(Extension value)List of extensions and their versions supported by the node.Extension.BuilderExtension.Builder. mergeFrom(Extension other)static Extension.BuilderExtension. newBuilder(Extension prototype)Node.BuilderNode.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 Extension Modifier and Type Method Description Node.BuilderNode.Builder. addAllExtensions(Iterable<? extends Extension> values)List of extensions and their versions supported by the node.
-