| Package | Description |
|---|---|
| io.envoyproxy.envoy.data.dns.v3 |
| Modifier and Type | Method and Description |
|---|---|
DnsTable.DnsServiceList |
DnsTable.DnsServiceList.Builder.build() |
DnsTable.DnsServiceList |
DnsTable.DnsServiceList.Builder.buildPartial() |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.getDefaultInstance() |
DnsTable.DnsServiceList |
DnsTable.DnsServiceList.getDefaultInstanceForType() |
DnsTable.DnsServiceList |
DnsTable.DnsServiceList.Builder.getDefaultInstanceForType() |
DnsTable.DnsServiceList |
DnsTable.DnsEndpointOrBuilder.getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
DnsTable.DnsServiceList |
DnsTable.DnsEndpoint.getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
DnsTable.DnsServiceList |
DnsTable.DnsEndpoint.Builder.getServiceList()
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseDelimitedFrom(InputStream input) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(byte[] data) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(ByteBuffer data) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(com.google.protobuf.ByteString data) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(InputStream input) |
static DnsTable.DnsServiceList |
DnsTable.DnsServiceList.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DnsTable.DnsServiceList> |
DnsTable.DnsServiceList.getParserForType() |
static com.google.protobuf.Parser<DnsTable.DnsServiceList> |
DnsTable.DnsServiceList.parser() |
| Modifier and Type | Method and Description |
|---|---|
DnsTable.DnsServiceList.Builder |
DnsTable.DnsServiceList.Builder.mergeFrom(DnsTable.DnsServiceList other) |
DnsTable.DnsEndpoint.Builder |
DnsTable.DnsEndpoint.Builder.mergeServiceList(DnsTable.DnsServiceList value)
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
static DnsTable.DnsServiceList.Builder |
DnsTable.DnsServiceList.newBuilder(DnsTable.DnsServiceList prototype) |
DnsTable.DnsEndpoint.Builder |
DnsTable.DnsEndpoint.Builder.setServiceList(DnsTable.DnsServiceList value)
Define a DNS Service List for the specified endpoint
.envoy.data.dns.v3.DnsTable.DnsServiceList service_list = 3; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.