Uses of Enum Class
com.daml.ledger.api.v2.PackageServiceOuterClass.PackageStatus
Packages that use PackageServiceOuterClass.PackageStatus
-
Uses of PackageServiceOuterClass.PackageStatus in com.daml.ledger.api.v2
Methods in com.daml.ledger.api.v2 that return PackageServiceOuterClass.PackageStatusModifier and TypeMethodDescriptionPackageServiceOuterClass.PackageStatus.forNumber
(int value) PackageServiceOuterClass.GetPackageStatusResponse.Builder.getPackageStatus()
The status of the package.PackageServiceOuterClass.GetPackageStatusResponse.getPackageStatus()
The status of the package.PackageServiceOuterClass.GetPackageStatusResponseOrBuilder.getPackageStatus()
The status of the package.PackageServiceOuterClass.PackageStatus.valueOf
(int value) Deprecated.PackageServiceOuterClass.PackageStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.PackageServiceOuterClass.PackageStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.daml.ledger.api.v2 that return types with arguments of type PackageServiceOuterClass.PackageStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PackageServiceOuterClass.PackageStatus>
PackageServiceOuterClass.PackageStatus.internalGetValueMap()
Methods in com.daml.ledger.api.v2 with parameters of type PackageServiceOuterClass.PackageStatusModifier and TypeMethodDescriptionPackageServiceOuterClass.GetPackageStatusResponse.Builder.setPackageStatus
(PackageServiceOuterClass.PackageStatus value) The status of the package.