Uses of Interface
com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder
-
Packages that use DnsSettings.DsRecordOrBuilder Package Description com.google.cloud.domains.v1beta1 A client to Cloud Domains API -
-
Uses of DnsSettings.DsRecordOrBuilder in com.google.cloud.domains.v1beta1
Classes in com.google.cloud.domains.v1beta1 that implement DnsSettings.DsRecordOrBuilder Modifier and Type Class Description static classDnsSettings.DsRecordDefines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain.static classDnsSettings.DsRecord.BuilderDefines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain.Methods in com.google.cloud.domains.v1beta1 that return DnsSettings.DsRecordOrBuilder Modifier and Type Method Description DnsSettings.DsRecordOrBuilderDnsSettings.CustomDns.Builder. getDsRecordsOrBuilder(int index)The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilderDnsSettings.CustomDns. getDsRecordsOrBuilder(int index)The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilderDnsSettings.CustomDnsOrBuilder. getDsRecordsOrBuilder(int index)The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecordOrBuilderDnsSettings.GoogleDomainsDns.Builder. getDsRecordsOrBuilder(int index)Output only.DnsSettings.DsRecordOrBuilderDnsSettings.GoogleDomainsDns. getDsRecordsOrBuilder(int index)Output only.DnsSettings.DsRecordOrBuilderDnsSettings.GoogleDomainsDnsOrBuilder. getDsRecordsOrBuilder(int index)Output only.Methods in com.google.cloud.domains.v1beta1 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.
-