Get multiple DatabaseCoordinates for identifiers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
BatchGetEntitiesRequest is the request message for the BatchGetEntities method.
Identifiers of the entities to get.
Identifier is a unique reference to an entity in SYNQ system. Entity identifiers are designed to closely mimic identifiers used by data platforms and tools. To construct an identifier, you need to know the kind of the entity and the ids that you would normally use to identify it in the data platform or tool. For example, to identify a table in BigQuery, you would need to know the project, dataset, and table names.
Success
BatchGetEntitiesResponse is the response message for the BatchGetEntities method.
The entities that were retrieved.