Uses of Interface
com.google.cloud.domains.v1alpha2.DnsSettings.DsRecordOrBuilder
-
Packages that use DnsSettings.DsRecordOrBuilder Package Description com.google.cloud.domains.v1alpha2 A client to Cloud Domains API -
-
Uses of DnsSettings.DsRecordOrBuilder in com.google.cloud.domains.v1alpha2
Classes in com.google.cloud.domains.v1alpha2 that implement DnsSettings.DsRecordOrBuilder Modifier and Type Class Description static class
DnsSettings.DsRecord
Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain.static class
DnsSettings.DsRecord.Builder
Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain.Methods in com.google.cloud.domains.v1alpha2 that return DnsSettings.DsRecordOrBuilder Modifier and Type Method Description DnsSettings.DsRecordOrBuilder
DnsSettings.CustomDns.Builder. getDsRecordsOrBuilder(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilder
DnsSettings.CustomDns. getDsRecordsOrBuilder(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilder
DnsSettings.CustomDnsOrBuilder. getDsRecordsOrBuilder(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilder
DnsSettings.GoogleDomainsDns.Builder. getDsRecordsOrBuilder(int index)
Output only.DnsSettings.DsRecordOrBuilder
DnsSettings.GoogleDomainsDns. getDsRecordsOrBuilder(int index)
Output only.DnsSettings.DsRecordOrBuilder
DnsSettings.GoogleDomainsDnsOrBuilder. getDsRecordsOrBuilder(int index)
Output only.Methods in com.google.cloud.domains.v1alpha2 that return types with arguments of type DnsSettings.DsRecordOrBuilder Modifier and Type Method Description List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.CustomDns.Builder. getDsRecordsOrBuilderList()
The list of DS records for this domain, which are used to enable DNSSEC.List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.CustomDns. getDsRecordsOrBuilderList()
The list of DS records for this domain, which are used to enable DNSSEC.List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.CustomDnsOrBuilder. getDsRecordsOrBuilderList()
The list of DS records for this domain, which are used to enable DNSSEC.List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.GoogleDomainsDns.Builder. getDsRecordsOrBuilderList()
Output only.List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.GoogleDomainsDns. getDsRecordsOrBuilderList()
Output only.List<? extends DnsSettings.DsRecordOrBuilder>
DnsSettings.GoogleDomainsDnsOrBuilder. getDsRecordsOrBuilderList()
Output only.
-