| Modifier and Type | Method and Description |
|---|---|
static DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.Algorithm.forNumber(int value) |
DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecordOrBuilder.getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
|
DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
|
DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.Builder.getAlgorithm()
The algorithm used to generate the referenced DNSKEY.
|
static DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.Algorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.Algorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DnsSettings.DsRecord.Algorithm |
DnsSettings.DsRecord.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsSettings.DsRecord.Algorithm[] |
DnsSettings.DsRecord.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsRecord.Algorithm> |
DnsSettings.DsRecord.Algorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DnsSettings.DsRecord.Builder |
DnsSettings.DsRecord.Builder.setAlgorithm(DnsSettings.DsRecord.Algorithm value)
The algorithm used to generate the referenced DNSKEY.
|
Copyright © 2023 Google LLC. All rights reserved.