Uses of Class
com.google.cloud.domains.v1beta1.DnsSettings.DsRecord
-
Packages that use DnsSettings.DsRecord Package Description com.google.cloud.domains.v1beta1 A client to Cloud Domains API -
-
Uses of DnsSettings.DsRecord in com.google.cloud.domains.v1beta1
Methods in com.google.cloud.domains.v1beta1 that return DnsSettings.DsRecord Modifier and Type Method Description DnsSettings.DsRecord
DnsSettings.DsRecord.Builder. build()
DnsSettings.DsRecord
DnsSettings.DsRecord.Builder. buildPartial()
static DnsSettings.DsRecord
DnsSettings.DsRecord. getDefaultInstance()
DnsSettings.DsRecord
DnsSettings.DsRecord.Builder. getDefaultInstanceForType()
DnsSettings.DsRecord
DnsSettings.DsRecord. getDefaultInstanceForType()
DnsSettings.DsRecord
DnsSettings.CustomDns.Builder. getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecord
DnsSettings.CustomDns. getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecord
DnsSettings.CustomDnsOrBuilder. getDsRecords(int index)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.DsRecord
DnsSettings.GoogleDomainsDns.Builder. getDsRecords(int index)
Output only.DnsSettings.DsRecord
DnsSettings.GoogleDomainsDns. getDsRecords(int index)
Output only.DnsSettings.DsRecord
DnsSettings.GoogleDomainsDnsOrBuilder. getDsRecords(int index)
Output only.static DnsSettings.DsRecord
DnsSettings.DsRecord. parseDelimitedFrom(InputStream input)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(byte[] data)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(com.google.protobuf.ByteString data)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(com.google.protobuf.CodedInputStream input)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(InputStream input)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(ByteBuffer data)
static DnsSettings.DsRecord
DnsSettings.DsRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.domains.v1beta1 that return types with arguments of type DnsSettings.DsRecord Modifier and Type Method Description List<DnsSettings.DsRecord>
DnsSettings.CustomDns.Builder. getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.List<DnsSettings.DsRecord>
DnsSettings.CustomDns. getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.List<DnsSettings.DsRecord>
DnsSettings.CustomDnsOrBuilder. getDsRecordsList()
The list of DS records for this domain, which are used to enable DNSSEC.List<DnsSettings.DsRecord>
DnsSettings.GoogleDomainsDns.Builder. getDsRecordsList()
Output only.List<DnsSettings.DsRecord>
DnsSettings.GoogleDomainsDns. getDsRecordsList()
Output only.List<DnsSettings.DsRecord>
DnsSettings.GoogleDomainsDnsOrBuilder. getDsRecordsList()
Output only.com.google.protobuf.Parser<DnsSettings.DsRecord>
DnsSettings.DsRecord. getParserForType()
static com.google.protobuf.Parser<DnsSettings.DsRecord>
DnsSettings.DsRecord. parser()
Methods in com.google.cloud.domains.v1beta1 with parameters of type DnsSettings.DsRecord Modifier and Type Method Description DnsSettings.CustomDns.Builder
DnsSettings.CustomDns.Builder. addDsRecords(int index, DnsSettings.DsRecord value)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.CustomDns.Builder
DnsSettings.CustomDns.Builder. addDsRecords(DnsSettings.DsRecord value)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.GoogleDomainsDns.Builder
DnsSettings.GoogleDomainsDns.Builder. addDsRecords(int index, DnsSettings.DsRecord value)
Output only.DnsSettings.GoogleDomainsDns.Builder
DnsSettings.GoogleDomainsDns.Builder. addDsRecords(DnsSettings.DsRecord value)
Output only.DnsSettings.DsRecord.Builder
DnsSettings.DsRecord.Builder. mergeFrom(DnsSettings.DsRecord other)
static DnsSettings.DsRecord.Builder
DnsSettings.DsRecord. newBuilder(DnsSettings.DsRecord prototype)
DnsSettings.CustomDns.Builder
DnsSettings.CustomDns.Builder. setDsRecords(int index, DnsSettings.DsRecord value)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.GoogleDomainsDns.Builder
DnsSettings.GoogleDomainsDns.Builder. setDsRecords(int index, DnsSettings.DsRecord value)
Output only.Method parameters in com.google.cloud.domains.v1beta1 with type arguments of type DnsSettings.DsRecord Modifier and Type Method Description DnsSettings.CustomDns.Builder
DnsSettings.CustomDns.Builder. addAllDsRecords(Iterable<? extends DnsSettings.DsRecord> values)
The list of DS records for this domain, which are used to enable DNSSEC.DnsSettings.GoogleDomainsDns.Builder
DnsSettings.GoogleDomainsDns.Builder. addAllDsRecords(Iterable<? extends DnsSettings.DsRecord> values)
Output only.
-