Uses of Class
com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm
-
Packages that use DnsSettings.DsRecord.Algorithm Package Description com.google.cloud.domains.v1alpha2 A client to Cloud Domains API -
-
Uses of DnsSettings.DsRecord.Algorithm in com.google.cloud.domains.v1alpha2
Methods in com.google.cloud.domains.v1alpha2 that return DnsSettings.DsRecord.Algorithm Modifier and Type Method Description static DnsSettings.DsRecord.Algorithm
DnsSettings.DsRecord.Algorithm. forNumber(int value)
DnsSettings.DsRecord.Algorithm
DnsSettings.DsRecord.Builder. 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.DsRecordOrBuilder. getAlgorithm()
The algorithm used to generate the referenced DNSKEY.static DnsSettings.DsRecord.Algorithm
DnsSettings.DsRecord.Algorithm. valueOf(int value)
Deprecated.static DnsSettings.DsRecord.Algorithm
DnsSettings.DsRecord.Algorithm. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.domains.v1alpha2 that return types with arguments of type DnsSettings.DsRecord.Algorithm Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsRecord.Algorithm>
DnsSettings.DsRecord.Algorithm. internalGetValueMap()
Methods in com.google.cloud.domains.v1alpha2 with parameters of type DnsSettings.DsRecord.Algorithm Modifier and Type Method Description DnsSettings.DsRecord.Builder
DnsSettings.DsRecord.Builder. setAlgorithm(DnsSettings.DsRecord.Algorithm value)
The algorithm used to generate the referenced DNSKEY.
-