Gets an entry by its target resource name.
The resource name comes from the source Google Cloud Platform service.
HTTP request
GET https://datacatalog.googleapis.com/v1/entries:lookup
Query parameters
| Parameters | |
|---|---|
project | 
                
                   
 Project where the lookup should be performed. Required to lookup entry that is not a part of   | 
              
location | 
                
                   
 Location where the lookup should be performed. Required to lookup entry that is not a part of   | 
              
Union parameter target_name. Required. A full name, SQL name, or a fully qualified name of a Google Cloud Platform resource. target_name can be only one of the following: | 
              |
linkedResource | 
                
                   
 The full name of the Google Cloud Platform resource the Data Catalog entry represents. For more information, see Full Resource Name. Full names are case-sensitive. For example: 
  | 
              
sqlResource | 
                
                   
 The SQL name of the entry. SQL names are case-sensitive. Examples: 
 Identifiers (  | 
              
fullyQualifiedName | 
                
                   
 Fully Qualified Name (FQN) of the resource. FQNs take two forms: 
 
 
 
 Example for a DPMS table: 
  | 
              
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Entry.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.