DnsSettingsOrBuilder

interface DnsSettingsOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDefaults(): Boolean
Whether to enable DNS defaults.
bool defaults = 1;
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getHosts(index: Int): MappedHost
Mapped hosts to use for DNS resolution.
repeated .elide.net.MappedHost hosts = 3;
Link copied to clipboard
abstract fun getHostsCount(): Int
Mapped hosts to use for DNS resolution.
repeated .elide.net.MappedHost hosts = 3;
Link copied to clipboard
abstract fun getHostsList(): List<MappedHost>
Mapped hosts to use for DNS resolution.
repeated .elide.net.MappedHost hosts = 3;
Link copied to clipboard
Mapped hosts to use for DNS resolution.
repeated .elide.net.MappedHost hosts = 3;
Link copied to clipboard
Mapped hosts to use for DNS resolution.
repeated .elide.net.MappedHost hosts = 3;
Link copied to clipboard
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getUpstream(index: Int): String
Upstream servers to use for DNS resolution.
repeated string upstream = 2;
Link copied to clipboard
abstract fun getUpstreamBytes(index: Int): ByteString
Upstream servers to use for DNS resolution.
repeated string upstream = 2;
Link copied to clipboard
abstract fun getUpstreamCount(): Int
Upstream servers to use for DNS resolution.
repeated string upstream = 2;
Link copied to clipboard
abstract fun getUpstreamList(): List<String>
Upstream servers to use for DNS resolution.
repeated string upstream = 2;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean