[ LIST | SHOW ] DESCRIPTORS[ IN DESCRIPTOR_SOURCE descriptor_source_name ];
Description
Descriptors are used for supporting Protocol Buffers, and creating a Descriptor Source allows users to associate ProtoBuf descriptors with specific Entities for data serialization and deserialization. This command provides a list of Descriptors that the user has access to in the current Organization. Descriptors are created when descriptor sources are created with CREATE DESCRIPTOR_SOURCE.
This command provides a list of Descriptors optionally filtered by a specific Descriptor Source.
Descriptors will only be listed if the current role has USAGE privileges on the descriptor source.
Arguments
descriptor_source_name
Optionally, this lists the Descriptors belonging to the specified Descriptor Source.
From a list of all available Descriptors, we can pick one of the Descriptor Source names, e.g. employee, and list only the Descriptors imported using that source: