- 1.50.0 (latest)
- 1.49.0
- 1.48.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.6
- 0.7.0
- 0.6.1
- 0.5.4
public static final class DnsSettings.DsRecord.Builder extends GeneratedMessageV3.Builder<DnsSettings.DsRecord.Builder> implements DnsSettings.DsRecordOrBuilder
Defines a Delegation Signer (DS) record, which is needed to enable DNSSEC for a domain. It contains a digest (hash) of a DNSKEY record that must be present in the domain's DNS zone.
Protobuf type google.cloud.domains.v1.DnsSettings.DsRecord
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DnsSettings.DsRecord.BuilderImplements
DnsSettings.DsRecordOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DnsSettings.DsRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DnsSettings.DsRecord.Builder |
build()
public DnsSettings.DsRecord build()
Type | Description |
DnsSettings.DsRecord |
buildPartial()
public DnsSettings.DsRecord buildPartial()
Type | Description |
DnsSettings.DsRecord |
clear()
public DnsSettings.DsRecord.Builder clear()
Type | Description |
DnsSettings.DsRecord.Builder |
clearAlgorithm()
public DnsSettings.DsRecord.Builder clearAlgorithm()
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2;
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
clearDigest()
public DnsSettings.DsRecord.Builder clearDigest()
The digest generated from the referenced DNSKEY.
string digest = 4;
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
clearDigestType()
public DnsSettings.DsRecord.Builder clearDigestType()
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3;
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DnsSettings.DsRecord.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DnsSettings.DsRecord.Builder |
clearKeyTag()
public DnsSettings.DsRecord.Builder clearKeyTag()
The key tag of the record. Must be set in range 0 -- 65535.
int32 key_tag = 1;
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DnsSettings.DsRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DnsSettings.DsRecord.Builder |
clone()
public DnsSettings.DsRecord.Builder clone()
Type | Description |
DnsSettings.DsRecord.Builder |
getAlgorithm()
public DnsSettings.DsRecord.Algorithm getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2;
Type | Description |
DnsSettings.DsRecord.Algorithm | The algorithm. |
getAlgorithmValue()
public int getAlgorithmValue()
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2;
Type | Description |
int | The enum numeric value on the wire for algorithm. |
getDefaultInstanceForType()
public DnsSettings.DsRecord getDefaultInstanceForType()
Type | Description |
DnsSettings.DsRecord |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDigest()
public String getDigest()
The digest generated from the referenced DNSKEY.
string digest = 4;
Type | Description |
String | The digest. |
getDigestBytes()
public ByteString getDigestBytes()
The digest generated from the referenced DNSKEY.
string digest = 4;
Type | Description |
ByteString | The bytes for digest. |
getDigestType()
public DnsSettings.DsRecord.DigestType getDigestType()
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3;
Type | Description |
DnsSettings.DsRecord.DigestType | The digestType. |
getDigestTypeValue()
public int getDigestTypeValue()
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3;
Type | Description |
int | The enum numeric value on the wire for digestType. |
getKeyTag()
public int getKeyTag()
The key tag of the record. Must be set in range 0 -- 65535.
int32 key_tag = 1;
Type | Description |
int | The keyTag. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DnsSettings.DsRecord other)
public DnsSettings.DsRecord.Builder mergeFrom(DnsSettings.DsRecord other)
Name | Description |
other | DnsSettings.DsRecord |
Type | Description |
DnsSettings.DsRecord.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DnsSettings.DsRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DnsSettings.DsRecord.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DnsSettings.DsRecord.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DnsSettings.DsRecord.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DnsSettings.DsRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DnsSettings.DsRecord.Builder |
setAlgorithm(DnsSettings.DsRecord.Algorithm value)
public DnsSettings.DsRecord.Builder setAlgorithm(DnsSettings.DsRecord.Algorithm value)
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2;
Name | Description |
value | DnsSettings.DsRecord.Algorithm The algorithm to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setAlgorithmValue(int value)
public DnsSettings.DsRecord.Builder setAlgorithmValue(int value)
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm algorithm = 2;
Name | Description |
value | int The enum numeric value on the wire for algorithm to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setDigest(String value)
public DnsSettings.DsRecord.Builder setDigest(String value)
The digest generated from the referenced DNSKEY.
string digest = 4;
Name | Description |
value | String The digest to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setDigestBytes(ByteString value)
public DnsSettings.DsRecord.Builder setDigestBytes(ByteString value)
The digest generated from the referenced DNSKEY.
string digest = 4;
Name | Description |
value | ByteString The bytes for digest to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setDigestType(DnsSettings.DsRecord.DigestType value)
public DnsSettings.DsRecord.Builder setDigestType(DnsSettings.DsRecord.DigestType value)
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3;
Name | Description |
value | DnsSettings.DsRecord.DigestType The digestType to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setDigestTypeValue(int value)
public DnsSettings.DsRecord.Builder setDigestTypeValue(int value)
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1.DnsSettings.DsRecord.DigestType digest_type = 3;
Name | Description |
value | int The enum numeric value on the wire for digestType to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DnsSettings.DsRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DnsSettings.DsRecord.Builder |
setKeyTag(int value)
public DnsSettings.DsRecord.Builder setKeyTag(int value)
The key tag of the record. Must be set in range 0 -- 65535.
int32 key_tag = 1;
Name | Description |
value | int The keyTag to set. |
Type | Description |
DnsSettings.DsRecord.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DnsSettings.DsRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DnsSettings.DsRecord.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DnsSettings.DsRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DnsSettings.DsRecord.Builder |