Package | Description |
---|---|
com.daml.ledger.api.v1 |
Modifier and Type | Method and Description |
---|---|
static PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.HashFunction.forNumber(int value) |
PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.GetPackageResponseOrBuilder.getHashFunction()
The hash function we use to calculate the hash.
|
PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.GetPackageResponse.getHashFunction()
The hash function we use to calculate the hash.
|
PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.GetPackageResponse.Builder.getHashFunction()
The hash function we use to calculate the hash.
|
static PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.HashFunction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.HashFunction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PackageServiceOuterClass.HashFunction |
PackageServiceOuterClass.HashFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackageServiceOuterClass.HashFunction[] |
PackageServiceOuterClass.HashFunction.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<PackageServiceOuterClass.HashFunction> |
PackageServiceOuterClass.HashFunction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PackageServiceOuterClass.GetPackageResponse.Builder |
PackageServiceOuterClass.GetPackageResponse.Builder.setHashFunction(PackageServiceOuterClass.HashFunction value)
The hash function we use to calculate the hash.
|