| Package | Description |
|---|---|
| io.envoyproxy.envoy.data.dns.v3 |
| Modifier and Type | Method and Description |
|---|---|
DnsTable.AddressList |
DnsTable.AddressList.Builder.build() |
DnsTable.AddressList |
DnsTable.AddressList.Builder.buildPartial() |
DnsTable.AddressList |
DnsTable.DnsEndpointOrBuilder.getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
DnsTable.AddressList |
DnsTable.DnsEndpoint.getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
DnsTable.AddressList |
DnsTable.DnsEndpoint.Builder.getAddressList()
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
static DnsTable.AddressList |
DnsTable.AddressList.getDefaultInstance() |
DnsTable.AddressList |
DnsTable.AddressList.getDefaultInstanceForType() |
DnsTable.AddressList |
DnsTable.AddressList.Builder.getDefaultInstanceForType() |
static DnsTable.AddressList |
DnsTable.AddressList.parseDelimitedFrom(InputStream input) |
static DnsTable.AddressList |
DnsTable.AddressList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(byte[] data) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(ByteBuffer data) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(com.google.protobuf.ByteString data) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(InputStream input) |
static DnsTable.AddressList |
DnsTable.AddressList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DnsTable.AddressList> |
DnsTable.AddressList.getParserForType() |
static com.google.protobuf.Parser<DnsTable.AddressList> |
DnsTable.AddressList.parser() |
| Modifier and Type | Method and Description |
|---|---|
DnsTable.DnsEndpoint.Builder |
DnsTable.DnsEndpoint.Builder.mergeAddressList(DnsTable.AddressList value)
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
DnsTable.AddressList.Builder |
DnsTable.AddressList.Builder.mergeFrom(DnsTable.AddressList other) |
static DnsTable.AddressList.Builder |
DnsTable.AddressList.newBuilder(DnsTable.AddressList prototype) |
DnsTable.DnsEndpoint.Builder |
DnsTable.DnsEndpoint.Builder.setAddressList(DnsTable.AddressList value)
Define a list of addresses to return for the specified endpoint
.envoy.data.dns.v3.DnsTable.AddressList address_list = 1; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.