Interface Dependency.SO_DependencyMatrix.ArtifactOrBuilder

    • Method Detail

      • getCoordinates

        java.lang.String getCoordinates()
         The artifact's repository coordinates if applicable. 
         
        string coordinates = 1;
      • getCoordinatesBytes

        com.google.protobuf.ByteString getCoordinatesBytes()
         The artifact's repository coordinates if applicable. 
         
        string coordinates = 1;
      • getSize

        long getSize()
         The size of the artifact in bytes.
         
        int64 size = 2;
      • getNativeComponentCount

        int getNativeComponentCount()
         The artifact's internal native components.
         
        repeated .soi.SO_DependencyMatrix.Artifact.NativeComponent native_component = 4;
      • getDependencyList

        java.util.List<java.lang.Integer> getDependencyList()
         A list of artifact IDs that this artifact directly depends on.
         
        repeated int32 dependency = 5;
      • getDependencyCount

        int getDependencyCount()
         A list of artifact IDs that this artifact directly depends on.
         
        repeated int32 dependency = 5;
      • getDependency

        int getDependency​(int index)
         A list of artifact IDs that this artifact directly depends on.
         
        repeated int32 dependency = 5;