Uses of Interface
com.google.cloud.domains.v1.DnsSettings.GlueRecordOrBuilder
-
Packages that use DnsSettings.GlueRecordOrBuilder Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of DnsSettings.GlueRecordOrBuilder in com.google.cloud.domains.v1
Classes in com.google.cloud.domains.v1 that implement DnsSettings.GlueRecordOrBuilder Modifier and Type Class Description static class
DnsSettings.GlueRecord
Defines a host on your domain that is a DNS name server for your domain and/or other domains.static class
DnsSettings.GlueRecord.Builder
Defines a host on your domain that is a DNS name server for your domain and/or other domains.Methods in com.google.cloud.domains.v1 that return DnsSettings.GlueRecordOrBuilder Modifier and Type Method Description DnsSettings.GlueRecordOrBuilder
DnsSettings.Builder. getGlueRecordsOrBuilder(int index)
The list of glue records for this `Registration`.DnsSettings.GlueRecordOrBuilder
DnsSettings. getGlueRecordsOrBuilder(int index)
The list of glue records for this `Registration`.DnsSettings.GlueRecordOrBuilder
DnsSettingsOrBuilder. getGlueRecordsOrBuilder(int index)
The list of glue records for this `Registration`.Methods in com.google.cloud.domains.v1 that return types with arguments of type DnsSettings.GlueRecordOrBuilder Modifier and Type Method Description List<? extends DnsSettings.GlueRecordOrBuilder>
DnsSettings.Builder. getGlueRecordsOrBuilderList()
The list of glue records for this `Registration`.List<? extends DnsSettings.GlueRecordOrBuilder>
DnsSettings. getGlueRecordsOrBuilderList()
The list of glue records for this `Registration`.List<? extends DnsSettings.GlueRecordOrBuilder>
DnsSettingsOrBuilder. getGlueRecordsOrBuilderList()
The list of glue records for this `Registration`.
-