Class PackageManagementServiceOuterClass.VettedPackagesRef

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.daml.ledger.api.v2.admin.PackageManagementServiceOuterClass.VettedPackagesRef
All Implemented Interfaces:
PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
PackageManagementServiceOuterClass

public static final class PackageManagementServiceOuterClass.VettedPackagesRef extends com.google.protobuf.GeneratedMessageV3 implements PackageManagementServiceOuterClass.VettedPackagesRefOrBuilder
 A reference to identify one or more packages.

 A reference matches a package if its ``package_id`` matches the package's ID,
 its ``package_name`` matches the package's name, and its ``package_version``
 matches the package's version. If an attribute in the reference is left
 unspecified (i.e. as an empty string), that attribute is treated as a
 wildcard. At a minimum, ``package_id`` or the ``package_name`` must be
 specified.

 If a reference does not match any package, the reference is considered
 unresolved and the entire update request is rejected.
 
Protobuf type com.daml.ledger.api.v2.admin.VettedPackagesRef
See Also: