Uses of Class
io.envoyproxy.envoy.data.dns.v3.DnsTable
-
Packages that use DnsTable Package Description io.envoyproxy.envoy.data.dns.v3 io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 -
-
Uses of DnsTable in io.envoyproxy.envoy.data.dns.v3
Methods in io.envoyproxy.envoy.data.dns.v3 that return DnsTable Modifier and Type Method Description DnsTableDnsTable.Builder. build()DnsTableDnsTable.Builder. buildPartial()static DnsTableDnsTable. getDefaultInstance()DnsTableDnsTable.Builder. getDefaultInstanceForType()DnsTableDnsTable. getDefaultInstanceForType()static DnsTableDnsTable. parseDelimitedFrom(InputStream input)static DnsTableDnsTable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsTableDnsTable. parseFrom(byte[] data)static DnsTableDnsTable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsTableDnsTable. parseFrom(com.google.protobuf.ByteString data)static DnsTableDnsTable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsTableDnsTable. parseFrom(com.google.protobuf.CodedInputStream input)static DnsTableDnsTable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsTableDnsTable. parseFrom(InputStream input)static DnsTableDnsTable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsTableDnsTable. parseFrom(ByteBuffer data)static DnsTableDnsTable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.data.dns.v3 that return types with arguments of type DnsTable Modifier and Type Method Description com.google.protobuf.Parser<DnsTable>DnsTable. getParserForType()static com.google.protobuf.Parser<DnsTable>DnsTable. parser()Methods in io.envoyproxy.envoy.data.dns.v3 with parameters of type DnsTable Modifier and Type Method Description DnsTable.BuilderDnsTable.Builder. mergeFrom(DnsTable other)static DnsTable.BuilderDnsTable. newBuilder(DnsTable prototype) -
Uses of DnsTable in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3
Methods in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 that return DnsTable Modifier and Type Method Description DnsTableDnsFilterConfig.ServerContextConfig.Builder. getInlineDnsTable()Load the configuration specified from the control planeDnsTableDnsFilterConfig.ServerContextConfig. getInlineDnsTable()Load the configuration specified from the control planeDnsTableDnsFilterConfig.ServerContextConfigOrBuilder. getInlineDnsTable()Load the configuration specified from the control planeMethods in io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3 with parameters of type DnsTable Modifier and Type Method Description DnsFilterConfig.ServerContextConfig.BuilderDnsFilterConfig.ServerContextConfig.Builder. mergeInlineDnsTable(DnsTable value)Load the configuration specified from the control planeDnsFilterConfig.ServerContextConfig.BuilderDnsFilterConfig.ServerContextConfig.Builder. setInlineDnsTable(DnsTable value)Load the configuration specified from the control plane
-