public static interface PackageManagementServiceOuterClass.PackageDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Timestamp |
getKnownSince()
Indicates since when the package is known to the backing participant.
|
com.google.protobuf.TimestampOrBuilder |
getKnownSinceOrBuilder()
Indicates since when the package is known to the backing participant.
|
java.lang.String |
getPackageId()
The identity of the DAML-LF package.
|
com.google.protobuf.ByteString |
getPackageIdBytes()
The identity of the DAML-LF package.
|
long |
getPackageSize()
Size of the package in bytes.
|
java.lang.String |
getSourceDescription()
Description provided by the backing participant describing where
it got the package from.
|
com.google.protobuf.ByteString |
getSourceDescriptionBytes()
Description provided by the backing participant describing where
it got the package from.
|
boolean |
hasKnownSince()
Indicates since when the package is known to the backing participant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPackageId()
The identity of the DAML-LF package. Must be a valid PackageIdString (as describe in ``value.proto``). Required
string package_id = 1[json_name = "packageId"];
com.google.protobuf.ByteString getPackageIdBytes()
The identity of the DAML-LF package. Must be a valid PackageIdString (as describe in ``value.proto``). Required
string package_id = 1[json_name = "packageId"];
long getPackageSize()
Size of the package in bytes. The size of the package is given by the size of the ``daml_lf`` ArchivePayload. See further details in ``daml_lf.proto``. Required
uint64 package_size = 2[json_name = "packageSize"];
boolean hasKnownSince()
Indicates since when the package is known to the backing participant. Required
.google.protobuf.Timestamp known_since = 3[json_name = "knownSince"];
com.google.protobuf.Timestamp getKnownSince()
Indicates since when the package is known to the backing participant. Required
.google.protobuf.Timestamp known_since = 3[json_name = "knownSince"];
com.google.protobuf.TimestampOrBuilder getKnownSinceOrBuilder()
Indicates since when the package is known to the backing participant. Required
.google.protobuf.Timestamp known_since = 3[json_name = "knownSince"];
java.lang.String getSourceDescription()
Description provided by the backing participant describing where it got the package from. Optional
string source_description = 4[json_name = "sourceDescription"];
com.google.protobuf.ByteString getSourceDescriptionBytes()
Description provided by the backing participant describing where it got the package from. Optional
string source_description = 4[json_name = "sourceDescription"];