Interface PackageManagementServiceOuterClass.ValidateDarFileRequestOrBuilder

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

public static interface PackageManagementServiceOuterClass.ValidateDarFileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Contains a Daml archive DAR file, which in turn is a jar like zipped container for ``daml_lf`` archives.
    Unique submission identifier.
    com.google.protobuf.ByteString
    Unique submission identifier.
    If synchronizer_id is set, the synchronizer with this ID will be used.
    com.google.protobuf.ByteString
    If synchronizer_id is set, the synchronizer with this ID will be used.

    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 Details

    • getDarFile

      com.google.protobuf.ByteString getDarFile()
       Contains a Daml archive DAR file, which in turn is a jar like zipped
       container for ``daml_lf`` archives. See further details in
       ``daml_lf.proto``.
      
       Required: must be non-empty
       
      bytes dar_file = 1;
      Returns:
      The darFile.
    • getSubmissionId

      String getSubmissionId()
       Unique submission identifier. If not defined, defaults to a random identifier.
      
       Optional
       
      string submission_id = 2;
      Returns:
      The submissionId.
    • getSubmissionIdBytes

      com.google.protobuf.ByteString getSubmissionIdBytes()
       Unique submission identifier. If not defined, defaults to a random identifier.
      
       Optional
       
      string submission_id = 2;
      Returns:
      The bytes for submissionId.
    • getSynchronizerId

      String getSynchronizerId()
       If synchronizer_id is set, the synchronizer with this ID will be used. If
       synchronizer_id is unset and the participant is only connected to a single
       synchronizer, that synchronizer will be used by default. If synchronizer_id
       is unset and the participant is connected to multiple synchronizers, the
       request will error out with PACKAGE_SERVICE_CANNOT_AUTODETECT_SYNCHRONIZER.
      
       Optional
       
      string synchronizer_id = 4;
      Returns:
      The synchronizerId.
    • getSynchronizerIdBytes

      com.google.protobuf.ByteString getSynchronizerIdBytes()
       If synchronizer_id is set, the synchronizer with this ID will be used. If
       synchronizer_id is unset and the participant is only connected to a single
       synchronizer, that synchronizer will be used by default. If synchronizer_id
       is unset and the participant is connected to multiple synchronizers, the
       request will error out with PACKAGE_SERVICE_CANNOT_AUTODETECT_SYNCHRONIZER.
      
       Optional
       
      string synchronizer_id = 4;
      Returns:
      The bytes for synchronizerId.