function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BugudeBugude 

View Package Components - Tooling API or Metadata API

I am trying to have the similar functionality of "View Components" for the installed packages in Java.

In Tooling API, there is a Publisher object which provides details on installed packages but there is no straight forward way to find the components for each package.

Any pointers is much appreciated.