Interface PackageServiceOuterClass.GetPackageStatusResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PackageServiceOuterClass.PackageStatus getPackageStatus()
      The status of the package.
      int getPackageStatusValue()
      The status of the package.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPackageStatusValue

        int getPackageStatusValue()
         The status of the package.
         
        .com.daml.ledger.api.v1.PackageStatus package_status = 1 [json_name = "packageStatus"];
        Returns:
        The enum numeric value on the wire for packageStatus.
      • getPackageStatus

        PackageServiceOuterClass.PackageStatus getPackageStatus()
         The status of the package.
         
        .com.daml.ledger.api.v1.PackageStatus package_status = 1 [json_name = "packageStatus"];
        Returns:
        The packageStatus.