VerificationDnsRecordOrBuilder

interface VerificationDnsRecordOrBuilder : MessageOrBuilder

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getCurrent(): String
Current DNS record verification state; only provided if the record is not yet verified.
string current = 4;
Link copied to clipboard
abstract fun getCurrentBytes(): ByteString
Current DNS record verification state; only provided if the record is not yet verified.
string current = 4;
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 getExpected(): DnsRecord
Expected DNS record for verification.
.elide.net.DnsRecord expected = 1;
Link copied to clipboard
Expected DNS record for verification.
.elide.net.DnsRecord expected = 1;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
abstract fun getFound(): Boolean
Whether the DNS record was found.
bool found = 2;
Link copied to clipboard
Link copied to clipboard
abstract fun getLastCheck(): Timestamp
Last verification check for this record.
.google.protobuf.Timestamp last_check = 5;
Link copied to clipboard
abstract fun getLastCheckOrBuilder(): TimestampOrBuilder
Last verification check for this record.
.google.protobuf.Timestamp last_check = 5;
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 getValid(): Timestamp
When this record was found and validated; only provided if the record is verified.
.google.protobuf.Timestamp valid = 6;
Link copied to clipboard
abstract fun getValidOrBuilder(): TimestampOrBuilder
When this record was found and validated; only provided if the record is verified.
.google.protobuf.Timestamp valid = 6;
Link copied to clipboard
abstract fun getVerified(): Boolean
Whether the DNS record has verified.
bool verified = 3;
Link copied to clipboard
abstract fun hasExpected(): Boolean
Expected DNS record for verification.
.elide.net.DnsRecord expected = 1;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasLastCheck(): Boolean
Last verification check for this record.
.google.protobuf.Timestamp last_check = 5;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasValid(): Boolean
When this record was found and validated; only provided if the record is verified.
.google.protobuf.Timestamp valid = 6;
Link copied to clipboard
abstract fun isInitialized(): Boolean