Uses of Enum Class
com.daml.ledger.api.v2.PackageServiceOuterClass.HashFunction
Packages that use PackageServiceOuterClass.HashFunction
-
Uses of PackageServiceOuterClass.HashFunction in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return PackageServiceOuterClass.HashFunctionModifier and TypeMethodDescriptionPackageServiceOuterClass.HashFunction.forNumber
(int value) PackageServiceOuterClass.GetPackageResponse.Builder.getHashFunction()
The hash function we use to calculate the hash.PackageServiceOuterClass.GetPackageResponse.getHashFunction()
The hash function we use to calculate the hash.PackageServiceOuterClass.GetPackageResponseOrBuilder.getHashFunction()
The hash function we use to calculate the hash.PackageServiceOuterClass.HashFunction.valueOf
(int value) Deprecated.PackageServiceOuterClass.HashFunction.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.PackageServiceOuterClass.HashFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.daml.ledger.api.v2 that return types with arguments of type PackageServiceOuterClass.HashFunctionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PackageServiceOuterClass.HashFunction>
PackageServiceOuterClass.HashFunction.internalGetValueMap()
Methods in com.daml.ledger.api.v2 with parameters of type PackageServiceOuterClass.HashFunctionModifier and TypeMethodDescriptionPackageServiceOuterClass.GetPackageResponse.Builder.setHashFunction
(PackageServiceOuterClass.HashFunction value) The hash function we use to calculate the hash.