Interface InteractiveSubmissionServiceOuterClass.PackagePreferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.PackagePreference, InteractiveSubmissionServiceOuterClass.PackagePreference.Builder
Enclosing class:
InteractiveSubmissionServiceOuterClass

public static interface InteractiveSubmissionServiceOuterClass.PackagePreferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPackageReference

      boolean hasPackageReference()
       The package reference of the preferred package.
       Required
       
      .com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
      Returns:
      Whether the packageReference field is set.
    • getPackageReference

       The package reference of the preferred package.
       Required
       
      .com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
      Returns:
      The packageReference.
    • getPackageReferenceOrBuilder

       The package reference of the preferred package.
       Required
       
      .com.daml.ledger.api.v2.PackageReference package_reference = 1 [json_name = "packageReference"];
    • getSynchronizerId

      String getSynchronizerId()
       The synchronizer for which the preferred package was computed.
       If the synchronizer_id was specified in the request, then it matches the request synchronizer_id.
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Returns:
      The synchronizerId.
    • getSynchronizerIdBytes

      com.google.protobuf.ByteString getSynchronizerIdBytes()
       The synchronizer for which the preferred package was computed.
       If the synchronizer_id was specified in the request, then it matches the request synchronizer_id.
       Required
       
      string synchronizer_id = 2 [json_name = "synchronizerId"];
      Returns:
      The bytes for synchronizerId.