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