public static interface PackageServiceOuterClass.GetPackageResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getArchivePayload()
Contains a ``daml_lf`` ArchivePayload.
|
java.lang.String |
getHash()
The hash of the archive payload, can also used as a ``package_id``.
|
com.google.protobuf.ByteString |
getHashBytes()
The hash of the archive payload, can also used as a ``package_id``.
|
PackageServiceOuterClass.HashFunction |
getHashFunction()
The hash function we use to calculate the hash.
|
int |
getHashFunctionValue()
The hash function we use to calculate the hash.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getHashFunctionValue()
The hash function we use to calculate the hash. Required
.com.daml.ledger.api.v1.HashFunction hash_function = 1[json_name = "hashFunction"];
PackageServiceOuterClass.HashFunction getHashFunction()
The hash function we use to calculate the hash. Required
.com.daml.ledger.api.v1.HashFunction hash_function = 1[json_name = "hashFunction"];
com.google.protobuf.ByteString getArchivePayload()
Contains a ``daml_lf`` ArchivePayload. See further details in ``daml_lf.proto``. Required
bytes archive_payload = 2[json_name = "archivePayload"];
java.lang.String getHash()
The hash of the archive payload, can also used as a ``package_id``. Must be a valid PackageIdString (as described in ``value.proto``). Required
string hash = 3[json_name = "hash"];
com.google.protobuf.ByteString getHashBytes()
The hash of the archive payload, can also used as a ``package_id``. Must be a valid PackageIdString (as described in ``value.proto``). Required
string hash = 3[json_name = "hash"];