[ LIST | SHOW ] DESCRIPTORS[ IN DESCRIPTOR_SOURCE descriptor_source_name ];
Description
Descriptors are used for supporting protocol buffers. Creating a descriptor source enables 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 are listed only 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, you can choose one of the descriptor source names — for example, employee — and list only the descriptors imported using that source: