- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists entry groups.
HTTP request
GET https://datacatalog.googleapis.com/v1/{parent}/entryGroups
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the location that contains the entry groups to list. Can be provided as a URL. It takes the form |
Query parameters
Parameters | |
---|---|
page |
Optional. The maximum number of items to return. Default is 10. Maximum limit is 1000. Throws an invalid argument if |
page |
Optional. Pagination token that specifies the next page to return. If empty, returns the first page. |
Request body
The request body must be empty.
Response body
Response message for entryGroups.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entryGroups": [
{
object ( |
Fields | |
---|---|
entry |
Entry group details. |
next |
Pagination token to specify in the next call to retrieve the next page of results. Empty if there are no more items. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.