public static interface DnsSettings.CustomDnsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsSettings.DsRecord |
getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.
|
int |
getDsRecordsCount()
The list of DS records for this domain, which are used to enable DNSSEC.
|
List<DnsSettings.DsRecord> |
getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.
|
DnsSettings.DsRecordOrBuilder |
getDsRecordsOrBuilder(int index)
The list of DS records for this domain, which are used to enable DNSSEC.
|
List<? extends DnsSettings.DsRecordOrBuilder> |
getDsRecordsOrBuilderList()
The list of DS records for this domain, which are used to enable DNSSEC.
|
String |
getNameServers(int index)
Required.
|
com.google.protobuf.ByteString |
getNameServersBytes(int index)
Required.
|
int |
getNameServersCount()
Required.
|
List<String> |
getNameServersList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNameServersList()
Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.
repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED];int getNameServersCount()
Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.
repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED];String getNameServers(int index)
Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.
repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getNameServersBytes(int index)
Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.
repeated string name_servers = 1 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.List<DnsSettings.DsRecord> getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;DnsSettings.DsRecord getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;int getDsRecordsCount()
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;List<? extends DnsSettings.DsRecordOrBuilder> getDsRecordsOrBuilderList()
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(int index)
The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled.
repeated .google.cloud.domains.v1alpha2.DnsSettings.DsRecord ds_records = 2;Copyright © 2023 Google LLC. All rights reserved.