object Package
Daml Package Management Commands
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Package
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class DarData(darPath: String, description: String, expectedMainPackageId: String) extends Product with Serializable
- final case class GetContents(packageId: String) extends PackageCommand[GetPackageContentsRequest, GetPackageContentsResponse, PackageContents] with Product with Serializable
- final case class GetDar(mainPackageId: String, destinationDirectory: String, logger: TracedLogger) extends PackageCommand[GetDarRequest, GetDarResponse, Path] with Product with Serializable
- final case class GetDarContents(mainPackageId: String) extends PackageCommand[GetDarContentsRequest, GetDarContentsResponse, DarContents] with Product with Serializable
- final case class GetReferences(packageId: String) extends PackageCommand[GetPackageReferencesRequest, GetPackageReferencesResponse, Seq[DarDescription]] with Product with Serializable
- final case class List(filterName: String, limit: PositiveInt) extends PackageCommand[ListPackagesRequest, ListPackagesResponse, Seq[PackageDescription]] with Product with Serializable
- final case class ListDars(filterName: String, limit: PositiveInt) extends PackageCommand[ListDarsRequest, ListDarsResponse, Seq[DarDescription]] with Product with Serializable
- sealed trait PackageCommand[Req, Res, Result] extends GrpcAdminCommand[Req, Res, Result]
- final case class RemoveDar(darHash: String) extends PackageCommand[RemoveDarRequest, RemoveDarResponse, Unit] with Product with Serializable
- final case class RemovePackage(packageId: String, force: Boolean) extends PackageCommand[RemovePackageRequest, RemovePackageResponse, Unit] with Product with Serializable
- final case class UnvetDar(mainPackageId: String) extends PackageCommand[UnvetDarRequest, UnvetDarResponse, Unit] with Product with Serializable
- final case class UploadDar(dars: Seq[DarData], vetAllPackages: Boolean, synchronizeVetting: Boolean, requestHeaders: Map[String, String], logger: TracedLogger) extends PackageCommand[UploadDarRequest, UploadDarResponse, Seq[String]] with Product with Serializable
- final case class ValidateDar(darPath: Option[String], logger: TracedLogger) extends PackageCommand[ValidateDarRequest, ValidateDarResponse, String] with Product with Serializable
- final case class VetDar(darDash: String, synchronize: Boolean) extends PackageCommand[VetDarRequest, VetDarResponse, Unit] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object UploadDar extends Serializable