Package com.daml.ledger.api.v2
Interface PackageReferenceOuterClass.VettedPackagesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PackageReferenceOuterClass.VettedPackages,PackageReferenceOuterClass.VettedPackages.Builder
- Enclosing class:
PackageReferenceOuterClass
public static interface PackageReferenceOuterClass.VettedPackagesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPackages(int index) Sorted by package_name and package_version where known, and package_id as a last resort.intSorted by package_name and package_version where known, and package_id as a last resort.Sorted by package_name and package_version where known, and package_id as a last resort.getPackagesOrBuilder(int index) Sorted by package_name and package_version where known, and package_id as a last resort.Sorted by package_name and package_version where known, and package_id as a last resort.Participant on which these packages are vetted.com.google.protobuf.ByteStringParticipant on which these packages are vetted.Synchronizer on which these packages are vetted.com.google.protobuf.ByteStringSynchronizer on which these packages are vetted.intSerial of last ``VettedPackages`` topology transaction of this participant and on this synchronizer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPackagesList
List<PackageReferenceOuterClass.VettedPackage> getPackagesList()Sorted by package_name and package_version where known, and package_id as a last resort. Required: must be non-empty
repeated .com.daml.ledger.api.v2.VettedPackage packages = 1; -
getPackages
Sorted by package_name and package_version where known, and package_id as a last resort. Required: must be non-empty
repeated .com.daml.ledger.api.v2.VettedPackage packages = 1; -
getPackagesCount
int getPackagesCount()Sorted by package_name and package_version where known, and package_id as a last resort. Required: must be non-empty
repeated .com.daml.ledger.api.v2.VettedPackage packages = 1; -
getPackagesOrBuilderList
List<? extends PackageReferenceOuterClass.VettedPackageOrBuilder> getPackagesOrBuilderList()Sorted by package_name and package_version where known, and package_id as a last resort. Required: must be non-empty
repeated .com.daml.ledger.api.v2.VettedPackage packages = 1; -
getPackagesOrBuilder
Sorted by package_name and package_version where known, and package_id as a last resort. Required: must be non-empty
repeated .com.daml.ledger.api.v2.VettedPackage packages = 1; -
getParticipantId
String getParticipantId()Participant on which these packages are vetted. Required
string participant_id = 2;- Returns:
- The participantId.
-
getParticipantIdBytes
com.google.protobuf.ByteString getParticipantIdBytes()Participant on which these packages are vetted. Required
string participant_id = 2;- Returns:
- The bytes for participantId.
-
getSynchronizerId
String getSynchronizerId()Synchronizer on which these packages are vetted. Required
string synchronizer_id = 3;- Returns:
- The synchronizerId.
-
getSynchronizerIdBytes
com.google.protobuf.ByteString getSynchronizerIdBytes()Synchronizer on which these packages are vetted. Required
string synchronizer_id = 3;- Returns:
- The bytes for synchronizerId.
-
getTopologySerial
int getTopologySerial()Serial of last ``VettedPackages`` topology transaction of this participant and on this synchronizer. Required
uint32 topology_serial = 4;- Returns:
- The topologySerial.
-