| Package | Description |
|---|---|
| io.envoyproxy.envoy.data.dns.v3 | |
| io.envoyproxy.envoy.extensions.filters.udp.dns_filter.v3alpha |
| Modifier and Type | Method and Description |
|---|---|
DnsTable |
DnsTable.Builder.build() |
DnsTable |
DnsTable.Builder.buildPartial() |
static DnsTable |
DnsTable.getDefaultInstance() |
DnsTable |
DnsTable.getDefaultInstanceForType() |
DnsTable |
DnsTable.Builder.getDefaultInstanceForType() |
static DnsTable |
DnsTable.parseDelimitedFrom(InputStream input) |
static DnsTable |
DnsTable.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
DnsTable.parseFrom(byte[] data) |
static DnsTable |
DnsTable.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
DnsTable.parseFrom(ByteBuffer data) |
static DnsTable |
DnsTable.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
DnsTable.parseFrom(com.google.protobuf.ByteString data) |
static DnsTable |
DnsTable.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
DnsTable.parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsTable |
DnsTable.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable |
DnsTable.parseFrom(InputStream input) |
static DnsTable |
DnsTable.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DnsTable> |
DnsTable.getParserForType() |
static com.google.protobuf.Parser<DnsTable> |
DnsTable.parser() |
| Modifier and Type | Method and Description |
|---|---|
DnsTable.Builder |
DnsTable.Builder.mergeFrom(DnsTable other) |
static DnsTable.Builder |
DnsTable.newBuilder(DnsTable prototype) |
| Modifier and Type | Method and Description |
|---|---|
DnsTable |
DnsFilterConfig.ServerContextConfigOrBuilder.getInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
DnsTable |
DnsFilterConfig.ServerContextConfig.getInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
DnsTable |
DnsFilterConfig.ServerContextConfig.Builder.getInlineDnsTable()
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
| Modifier and Type | Method and Description |
|---|---|
DnsFilterConfig.ServerContextConfig.Builder |
DnsFilterConfig.ServerContextConfig.Builder.mergeInlineDnsTable(DnsTable value)
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
DnsFilterConfig.ServerContextConfig.Builder |
DnsFilterConfig.ServerContextConfig.Builder.setInlineDnsTable(DnsTable value)
Load the configuration specified from the control plane
.envoy.data.dns.v3.DnsTable inline_dns_table = 1; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.