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