DomainVerificationOrBuilder

interface DomainVerificationOrBuilder : MessageOrBuilder

Inheritors

Properties

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 getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
Link copied to clipboard
abstract fun getLastCheck(): Timestamp
Last verification check for this domain.
.google.protobuf.Timestamp last_check = 2;
Link copied to clipboard
abstract fun getLastCheckOrBuilder(): TimestampOrBuilder
Last verification check for this domain.
.google.protobuf.Timestamp last_check = 2;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getProblem(index: Int): String
Problem messages to resolve verification.
repeated string problem = 3;
Link copied to clipboard
abstract fun getProblemBytes(index: Int): ByteString
Problem messages to resolve verification.
repeated string problem = 3;
Link copied to clipboard
abstract fun getProblemCount(): Int
Problem messages to resolve verification.
repeated string problem = 3;
Link copied to clipboard
abstract fun getProblemList(): List<String>
Problem messages to resolve verification.
repeated string problem = 3;
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 getStatus(): DomainStatus
Describes current verification status.
.elide.app.DomainStatus status = 1;
Link copied to clipboard
abstract fun getStatusValue(): Int
Describes current verification status.
.elide.app.DomainStatus status = 1;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasLastCheck(): Boolean
Last verification check for this domain.
.google.protobuf.Timestamp last_check = 2;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun isInitialized(): Boolean