Get desktop application:
View/edit binary Protocol Buffers messages
ReflectionService defines a service for interface reflection.
ListAllInterfaces lists all the interfaces registered in the interface registry.
ListAllInterfacesRequest is the request type of the ListAllInterfaces RPC.
(message has no fields)
ListAllInterfacesResponse is the response type of the ListAllInterfaces RPC.
interface_names is an array of all the registered interfaces.
ListImplementations list all the concrete types that implement a given interface.
ListImplementationsRequest is the request type of the ListImplementations RPC.
interface_name defines the interface to query the implementations for.
ListImplementationsResponse is the response type of the ListImplementations RPC.