DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addAllDsRecords(Iterable<? extends DnsSettings.DsRecord> values) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addAllNameServers(Iterable<String> values) |
Required.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addDsRecords(int index,
DnsSettings.DsRecord value) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addDsRecords(int index,
DnsSettings.DsRecord.Builder builderForValue) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addDsRecords(DnsSettings.DsRecord value) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addDsRecords(DnsSettings.DsRecord.Builder builderForValue) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addNameServers(String value) |
Required.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addNameServersBytes(com.google.protobuf.ByteString value) |
Required.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clear() |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clearDsRecords() |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clearNameServers() |
Required.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.clone() |
|
DnsSettings.CustomDns.Builder |
DnsSettings.Builder.getCustomDnsBuilder() |
An arbitrary DNS provider identified by its name servers.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.mergeFrom(DnsSettings.CustomDns other) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.newBuilder() |
|
static DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.newBuilder(DnsSettings.CustomDns prototype) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.newBuilderForType() |
|
protected DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.removeDsRecords(int index) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setDsRecords(int index,
DnsSettings.DsRecord value) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setDsRecords(int index,
DnsSettings.DsRecord.Builder builderForValue) |
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setNameServers(int index,
String value) |
Required.
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DnsSettings.CustomDns.Builder |
DnsSettings.CustomDns.toBuilder() |
|