Uses of Class
com.google.cloud.domains.v1beta1.DnsSettings.GlueRecord
-
Packages that use DnsSettings.GlueRecord Package Description com.google.cloud.domains.v1beta1 A client to Cloud Domains API -
-
Uses of DnsSettings.GlueRecord in com.google.cloud.domains.v1beta1
Methods in com.google.cloud.domains.v1beta1 that return DnsSettings.GlueRecord Modifier and Type Method Description DnsSettings.GlueRecordDnsSettings.GlueRecord.Builder. build()DnsSettings.GlueRecordDnsSettings.GlueRecord.Builder. buildPartial()static DnsSettings.GlueRecordDnsSettings.GlueRecord. getDefaultInstance()DnsSettings.GlueRecordDnsSettings.GlueRecord.Builder. getDefaultInstanceForType()DnsSettings.GlueRecordDnsSettings.GlueRecord. getDefaultInstanceForType()DnsSettings.GlueRecordDnsSettings.Builder. getGlueRecords(int index)The list of glue records for this `Registration`.DnsSettings.GlueRecordDnsSettings. getGlueRecords(int index)The list of glue records for this `Registration`.DnsSettings.GlueRecordDnsSettingsOrBuilder. getGlueRecords(int index)The list of glue records for this `Registration`.static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseDelimitedFrom(InputStream input)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(byte[] data)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(com.google.protobuf.ByteString data)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(com.google.protobuf.CodedInputStream input)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(InputStream input)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(ByteBuffer data)static DnsSettings.GlueRecordDnsSettings.GlueRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.domains.v1beta1 that return types with arguments of type DnsSettings.GlueRecord Modifier and Type Method Description List<DnsSettings.GlueRecord>DnsSettings.Builder. getGlueRecordsList()The list of glue records for this `Registration`.List<DnsSettings.GlueRecord>DnsSettings. getGlueRecordsList()The list of glue records for this `Registration`.List<DnsSettings.GlueRecord>DnsSettingsOrBuilder. getGlueRecordsList()The list of glue records for this `Registration`.com.google.protobuf.Parser<DnsSettings.GlueRecord>DnsSettings.GlueRecord. getParserForType()static com.google.protobuf.Parser<DnsSettings.GlueRecord>DnsSettings.GlueRecord. parser()Methods in com.google.cloud.domains.v1beta1 with parameters of type DnsSettings.GlueRecord Modifier and Type Method Description DnsSettings.BuilderDnsSettings.Builder. addGlueRecords(int index, DnsSettings.GlueRecord value)The list of glue records for this `Registration`.DnsSettings.BuilderDnsSettings.Builder. addGlueRecords(DnsSettings.GlueRecord value)The list of glue records for this `Registration`.DnsSettings.GlueRecord.BuilderDnsSettings.GlueRecord.Builder. mergeFrom(DnsSettings.GlueRecord other)static DnsSettings.GlueRecord.BuilderDnsSettings.GlueRecord. newBuilder(DnsSettings.GlueRecord prototype)DnsSettings.BuilderDnsSettings.Builder. setGlueRecords(int index, DnsSettings.GlueRecord value)The list of glue records for this `Registration`.Method parameters in com.google.cloud.domains.v1beta1 with type arguments of type DnsSettings.GlueRecord Modifier and Type Method Description DnsSettings.BuilderDnsSettings.Builder. addAllGlueRecords(Iterable<? extends DnsSettings.GlueRecord> values)The list of glue records for this `Registration`.
-