public static interface DnsSettings.DsRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DnsSettings.DsRecord.Algorithm |
getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
|
int |
getAlgorithmValue()
The algorithm used to generate the referenced DNSKEY.
|
String |
getDigest()
The digest generated from the referenced DNSKEY.
|
com.google.protobuf.ByteString |
getDigestBytes()
The digest generated from the referenced DNSKEY.
|
DnsSettings.DsRecord.DigestType |
getDigestType()
The hash function used to generate the digest of the referenced DNSKEY.
|
int |
getDigestTypeValue()
The hash function used to generate the digest of the referenced DNSKEY.
|
int |
getKeyTag()
The key tag of the record.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKeyTag()
The key tag of the record. Must be set in range 0 -- 65535.
int32 key_tag = 1;int getAlgorithmValue()
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2;DnsSettings.DsRecord.Algorithm getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm algorithm = 2;int getDigestTypeValue()
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3;DnsSettings.DsRecord.DigestType getDigestType()
The hash function used to generate the digest of the referenced DNSKEY.
.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.DigestType digest_type = 3;String getDigest()
The digest generated from the referenced DNSKEY.
string digest = 4;com.google.protobuf.ByteString getDigestBytes()
The digest generated from the referenced DNSKEY.
string digest = 4;Copyright © 2023 Google LLC. All rights reserved.