public interface DnsSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsSettings.CustomDns |
getCustomDns()
An arbitrary DNS provider identified by its name servers.
|
DnsSettings.CustomDnsOrBuilder |
getCustomDnsOrBuilder()
An arbitrary DNS provider identified by its name servers.
|
DnsSettings.DnsProviderCase |
getDnsProviderCase() |
DnsSettings.GlueRecord |
getGlueRecords(int index)
The list of glue records for this `Registration`.
|
int |
getGlueRecordsCount()
The list of glue records for this `Registration`.
|
List<DnsSettings.GlueRecord> |
getGlueRecordsList()
The list of glue records for this `Registration`.
|
DnsSettings.GlueRecordOrBuilder |
getGlueRecordsOrBuilder(int index)
The list of glue records for this `Registration`.
|
List<? extends DnsSettings.GlueRecordOrBuilder> |
getGlueRecordsOrBuilderList()
The list of glue records for this `Registration`.
|
DnsSettings.GoogleDomainsDns |
getGoogleDomainsDns()
The free DNS zone provided by
[Google Domains](https://domains.google/).
|
DnsSettings.GoogleDomainsDnsOrBuilder |
getGoogleDomainsDnsOrBuilder()
The free DNS zone provided by
[Google Domains](https://domains.google/).
|
boolean |
hasCustomDns()
An arbitrary DNS provider identified by its name servers.
|
boolean |
hasGoogleDomainsDns()
The free DNS zone provided by
[Google Domains](https://domains.google/).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCustomDns()
An arbitrary DNS provider identified by its name servers.
.google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1;DnsSettings.CustomDns getCustomDns()
An arbitrary DNS provider identified by its name servers.
.google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1;DnsSettings.CustomDnsOrBuilder getCustomDnsOrBuilder()
An arbitrary DNS provider identified by its name servers.
.google.cloud.domains.v1alpha2.DnsSettings.CustomDns custom_dns = 1;boolean hasGoogleDomainsDns()
The free DNS zone provided by [Google Domains](https://domains.google/).
.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2;
DnsSettings.GoogleDomainsDns getGoogleDomainsDns()
The free DNS zone provided by [Google Domains](https://domains.google/).
.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2;
DnsSettings.GoogleDomainsDnsOrBuilder getGoogleDomainsDnsOrBuilder()
The free DNS zone provided by [Google Domains](https://domains.google/).
.google.cloud.domains.v1alpha2.DnsSettings.GoogleDomainsDns google_domains_dns = 2;
List<DnsSettings.GlueRecord> getGlueRecordsList()
The list of glue records for this `Registration`. Commonly empty.
repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4;DnsSettings.GlueRecord getGlueRecords(int index)
The list of glue records for this `Registration`. Commonly empty.
repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4;int getGlueRecordsCount()
The list of glue records for this `Registration`. Commonly empty.
repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4;List<? extends DnsSettings.GlueRecordOrBuilder> getGlueRecordsOrBuilderList()
The list of glue records for this `Registration`. Commonly empty.
repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4;DnsSettings.GlueRecordOrBuilder getGlueRecordsOrBuilder(int index)
The list of glue records for this `Registration`. Commonly empty.
repeated .google.cloud.domains.v1alpha2.DnsSettings.GlueRecord glue_records = 4;DnsSettings.DnsProviderCase getDnsProviderCase()
Copyright © 2023 Google LLC. All rights reserved.