Class DnsSettings.GoogleDomainsDns (1.39.0)

public static final class DnsSettings.GoogleDomainsDns extends GeneratedMessageV3 implements DnsSettings.GoogleDomainsDnsOrBuilder

Configuration for using the free DNS zone provided by Google Domains as a Registration's dns_provider. You cannot configure the DNS zone itself using the API. To configure the DNS zone, go to Google Domains.

Protobuf type google.cloud.domains.v1beta1.DnsSettings.GoogleDomainsDns

Static Fields

DS_RECORDS_FIELD_NUMBER

public static final int DS_RECORDS_FIELD_NUMBER
Field Value
Type Description
int

DS_STATE_FIELD_NUMBER

public static final int DS_STATE_FIELD_NUMBER
Field Value
Type Description
int

NAME_SERVERS_FIELD_NUMBER

public static final int NAME_SERVERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DnsSettings.GoogleDomainsDns getDefaultInstance()
Returns
Type Description
DnsSettings.GoogleDomainsDns

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DnsSettings.GoogleDomainsDns.Builder newBuilder()
Returns
Type Description
DnsSettings.GoogleDomainsDns.Builder

newBuilder(DnsSettings.GoogleDomainsDns prototype)

public static DnsSettings.GoogleDomainsDns.Builder newBuilder(DnsSettings.GoogleDomainsDns prototype)
Parameter
Name Description
prototype DnsSettings.GoogleDomainsDns
Returns
Type Description
DnsSettings.GoogleDomainsDns.Builder

parseDelimitedFrom(InputStream input)

public static DnsSettings.GoogleDomainsDns parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DnsSettings.GoogleDomainsDns parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DnsSettings.GoogleDomainsDns parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DnsSettings.GoogleDomainsDns parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DnsSettings.GoogleDomainsDns parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DnsSettings.GoogleDomainsDns parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DnsSettings.GoogleDomainsDns parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsSettings.GoogleDomainsDns
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DnsSettings.GoogleDomainsDns> parser()
Returns
Type Description
Parser<GoogleDomainsDns>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DnsSettings.GoogleDomainsDns getDefaultInstanceForType()
Returns
Type Description
DnsSettings.GoogleDomainsDns

getDsRecords(int index)

public DnsSettings.DsRecord getDsRecords(int index)

Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DnsSettings.DsRecord

getDsRecordsCount()

public int getDsRecordsCount()

Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDsRecordsList()

public List<DnsSettings.DsRecord> getDsRecordsList()

Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<DsRecord>

getDsRecordsOrBuilder(int index)

public DnsSettings.DsRecordOrBuilder getDsRecordsOrBuilder(int index)

Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
DnsSettings.DsRecordOrBuilder

getDsRecordsOrBuilderList()

public List<? extends DnsSettings.DsRecordOrBuilder> getDsRecordsOrBuilderList()

Output only. The list of DS records published for this domain. The list is automatically populated when ds_state is DS_RECORDS_PUBLISHED, otherwise it remains empty.

repeated .google.cloud.domains.v1beta1.DnsSettings.DsRecord ds_records = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.domains.v1beta1.DnsSettings.DsRecordOrBuilder>

getDsState()

public DnsSettings.DsState getDsState()

Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC.

.google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DnsSettings.DsState

The dsState.

getDsStateValue()

public int getDsStateValue()

Required. The state of DS records for this domain. Used to enable or disable automatic DNSSEC.

.google.cloud.domains.v1beta1.DnsSettings.DsState ds_state = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for dsState.

getNameServers(int index)

public String getNameServers(int index)

Output only. 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. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.

repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nameServers at the given index.

getNameServersBytes(int index)

public ByteString getNameServersBytes(int index)

Output only. 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. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.

repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nameServers at the given index.

getNameServersCount()

public int getNameServersCount()

Output only. 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. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.

repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of nameServers.

getNameServersList()

public ProtocolStringList getNameServersList()

Output only. 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. This field is automatically populated with the name servers assigned to the Google Domains DNS zone.

repeated string name_servers = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the nameServers.

getParserForType()

public Parser<DnsSettings.GoogleDomainsDns> getParserForType()
Returns
Type Description
Parser<GoogleDomainsDns>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DnsSettings.GoogleDomainsDns.Builder newBuilderForType()
Returns
Type Description
DnsSettings.GoogleDomainsDns.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DnsSettings.GoogleDomainsDns.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DnsSettings.GoogleDomainsDns.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DnsSettings.GoogleDomainsDns.Builder toBuilder()
Returns
Type Description
DnsSettings.GoogleDomainsDns.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException