| Modifier and Type | Method and Description |
|---|---|
DnsSettings.DsRecord |
DnsSettings.DsRecord.Builder.build() |
DnsSettings.DsRecord |
DnsSettings.DsRecord.Builder.buildPartial() |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.getDefaultInstance() |
DnsSettings.DsRecord |
DnsSettings.DsRecord.getDefaultInstanceForType() |
DnsSettings.DsRecord |
DnsSettings.DsRecord.Builder.getDefaultInstanceForType() |
DnsSettings.DsRecord |
DnsSettings.CustomDnsOrBuilder.getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.DsRecord |
DnsSettings.CustomDns.getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.DsRecord |
DnsSettings.CustomDns.Builder.getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.DsRecord |
DnsSettings.GoogleDomainsDnsOrBuilder.getDsRecords(int index)
Output only.
|
DnsSettings.DsRecord |
DnsSettings.GoogleDomainsDns.getDsRecords(int index)
Output only.
|
DnsSettings.DsRecord |
DnsSettings.GoogleDomainsDns.Builder.getDsRecords(int index)
Output only.
|
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseDelimitedFrom(InputStream input) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(byte[] data) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(ByteBuffer data) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(com.google.protobuf.ByteString data) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(com.google.protobuf.CodedInputStream input) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(InputStream input) |
static DnsSettings.DsRecord |
DnsSettings.DsRecord.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<DnsSettings.DsRecord> |
DnsSettings.CustomDnsOrBuilder.getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.
|
List<DnsSettings.DsRecord> |
DnsSettings.CustomDns.getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.
|
List<DnsSettings.DsRecord> |
DnsSettings.CustomDns.Builder.getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.
|
List<DnsSettings.DsRecord> |
DnsSettings.GoogleDomainsDnsOrBuilder.getDsRecordsList()
Output only.
|
List<DnsSettings.DsRecord> |
DnsSettings.GoogleDomainsDns.getDsRecordsList()
Output only.
|
List<DnsSettings.DsRecord> |
DnsSettings.GoogleDomainsDns.Builder.getDsRecordsList()
Output only.
|
com.google.protobuf.Parser<DnsSettings.DsRecord> |
DnsSettings.DsRecord.getParserForType() |
static com.google.protobuf.Parser<DnsSettings.DsRecord> |
DnsSettings.DsRecord.parser() |
| Modifier and Type | Method and Description |
|---|---|
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.GoogleDomainsDns.Builder |
DnsSettings.GoogleDomainsDns.Builder.addDsRecords(DnsSettings.DsRecord value)
Output only.
|
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.GoogleDomainsDns.Builder |
DnsSettings.GoogleDomainsDns.Builder.addDsRecords(int index,
DnsSettings.DsRecord value)
Output only.
|
DnsSettings.DsRecord.Builder |
DnsSettings.DsRecord.Builder.mergeFrom(DnsSettings.DsRecord other) |
static DnsSettings.DsRecord.Builder |
DnsSettings.DsRecord.newBuilder(DnsSettings.DsRecord prototype) |
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.GoogleDomainsDns.Builder |
DnsSettings.GoogleDomainsDns.Builder.setDsRecords(int index,
DnsSettings.DsRecord value)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
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.GoogleDomainsDns.Builder |
DnsSettings.GoogleDomainsDns.Builder.addAllDsRecords(Iterable<? extends DnsSettings.DsRecord> values)
Output only.
|
Copyright © 2023 Google LLC. All rights reserved.