DnsRecordOrBuilder

interface DnsRecordOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
Address value.
.elide.net.DnsRecord.AddressValue address = 7;
Link copied to clipboard
Address value.
.elide.net.DnsRecord.AddressValue address = 7;
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 getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getDomain(): String
Specifies the domain owner of this record.
string domain = 1;
Link copied to clipboard
abstract fun getDomainBytes(): ByteString
Specifies the domain owner of this record.
string domain = 1;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Hostname value.
.elide.net.DnsRecord.HostnameValue hostname = 6;
Link copied to clipboard
Hostname value.
.elide.net.DnsRecord.HostnameValue hostname = 6;
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Specifies the subject (name) of the record.
string name = 2;
Link copied to clipboard
abstract fun getNameBytes(): ByteString
Specifies the subject (name) of the record.
string name = 2;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
Priority value.
.elide.net.DnsRecord.PriorityValue priority = 5;
Link copied to clipboard
Priority value.
.elide.net.DnsRecord.PriorityValue priority = 5;
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
String value.
.elide.net.DnsRecord.StringValue string = 4;
Link copied to clipboard
String value.
.elide.net.DnsRecord.StringValue string = 4;
Link copied to clipboard
abstract fun getTtl(): Long
Specifies the time-to-live (TTL) value for the record.
uint64 ttl = 3;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
Link copied to clipboard
abstract fun hasAddress(): Boolean
Address value.
.elide.net.DnsRecord.AddressValue address = 7;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasHostname(): Boolean
Hostname value.
.elide.net.DnsRecord.HostnameValue hostname = 6;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasPriority(): Boolean
Priority value.
.elide.net.DnsRecord.PriorityValue priority = 5;
Link copied to clipboard
abstract fun hasString(): Boolean
String value.
.elide.net.DnsRecord.StringValue string = 4;
Link copied to clipboard
abstract fun isInitialized(): Boolean