final class PackageServiceAuthorization extends PackageService with ProxyCloseable with GrpcApiService
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PackageServiceAuthorization
- GrpcApiService
- BindableService
- ProxyCloseable
- AutoCloseable
- PackageService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PackageServiceAuthorization(service: PackageService with AutoCloseable, authorizer: Authorizer)(implicit executionContext: ExecutionContext)
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 bindService(): ServerServiceDefinition
- Definition Classes
- PackageServiceAuthorization → BindableService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def close(): Unit
- Definition Classes
- PackageServiceAuthorization → ProxyCloseable → AutoCloseable
- 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
- @native() @IntrinsicCandidate()
- def getPackage(request: GetPackageRequest): Future[GetPackageResponse]
- Definition Classes
- PackageServiceAuthorization → PackageService
- def getPackageStatus(request: GetPackageStatusRequest): Future[GetPackageStatusResponse]
- Definition Classes
- PackageServiceAuthorization → PackageService
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listPackages(request: ListPackagesRequest): Future[ListPackagesResponse]
- Definition Classes
- PackageServiceAuthorization → PackageService
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val service: PackageService with AutoCloseable
- Attributes
- protected
- Definition Classes
- PackageServiceAuthorization → ProxyCloseable
- def serviceCompanion: ServiceCompanion[PackageService]
- Definition Classes
- PackageService → AbstractService
- 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])