Interface ValueOuterClass.IdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEntityName()
      The dot-separated name of the entity (e.g.
      com.google.protobuf.ByteString getEntityNameBytes()
      The dot-separated name of the entity (e.g.
      java.lang.String getModuleName()
      The dot-separated module name of the identifier.
      com.google.protobuf.ByteString getModuleNameBytes()
      The dot-separated module name of the identifier.
      java.lang.String getPackageId()
      The identifier of the Daml package that contains the entity.
      com.google.protobuf.ByteString getPackageIdBytes()
      The identifier of the Daml package that contains the entity.
      • 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

      • getPackageId

        java.lang.String getPackageId()
         The identifier of the Daml package that contains the entity.
         Must be a valid PackageIdString.
         Required
         
        string package_id = 1 [json_name = "packageId"];
        Returns:
        The packageId.
      • getPackageIdBytes

        com.google.protobuf.ByteString getPackageIdBytes()
         The identifier of the Daml package that contains the entity.
         Must be a valid PackageIdString.
         Required
         
        string package_id = 1 [json_name = "packageId"];
        Returns:
        The bytes for packageId.
      • getModuleName

        java.lang.String getModuleName()
         The dot-separated module name of the identifier.
         Required
         
        string module_name = 3 [json_name = "moduleName"];
        Returns:
        The moduleName.
      • getModuleNameBytes

        com.google.protobuf.ByteString getModuleNameBytes()
         The dot-separated module name of the identifier.
         Required
         
        string module_name = 3 [json_name = "moduleName"];
        Returns:
        The bytes for moduleName.
      • getEntityName

        java.lang.String getEntityName()
         The dot-separated name of the entity (e.g. record, template, ...) within the module.
         Required
         
        string entity_name = 4 [json_name = "entityName"];
        Returns:
        The entityName.
      • getEntityNameBytes

        com.google.protobuf.ByteString getEntityNameBytes()
         The dot-separated name of the entity (e.g. record, template, ...) within the module.
         Required
         
        string entity_name = 4 [json_name = "entityName"];
        Returns:
        The bytes for entityName.