Interface PackageServiceOuterClass.GetPackageRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLedgerId()
      Must correspond to the ledger ID reported by the Ledger Identification Service.
      com.google.protobuf.ByteString getLedgerIdBytes()
      Must correspond to the ledger ID reported by the Ledger Identification Service.
      java.lang.String getPackageId()
      The ID of the requested package.
      com.google.protobuf.ByteString getPackageIdBytes()
      The ID of the requested 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

      • getLedgerId

        java.lang.String getLedgerId()
         Must correspond to the ledger ID reported by the Ledger Identification Service.
         Must be a valid LedgerString (as described in ``value.proto``).
         Optional
         
        string ledger_id = 1 [json_name = "ledgerId"];
        Returns:
        The ledgerId.
      • getLedgerIdBytes

        com.google.protobuf.ByteString getLedgerIdBytes()
         Must correspond to the ledger ID reported by the Ledger Identification Service.
         Must be a valid LedgerString (as described in ``value.proto``).
         Optional
         
        string ledger_id = 1 [json_name = "ledgerId"];
        Returns:
        The bytes for ledgerId.
      • getPackageId

        java.lang.String getPackageId()
         The ID of the requested package.
         Must be a valid PackageIdString (as described in ``value.proto``).
         Required
         
        string package_id = 2 [json_name = "packageId"];
        Returns:
        The packageId.
      • getPackageIdBytes

        com.google.protobuf.ByteString getPackageIdBytes()
         The ID of the requested package.
         Must be a valid PackageIdString (as described in ``value.proto``).
         Required
         
        string package_id = 2 [json_name = "packageId"];
        Returns:
        The bytes for packageId.