Method: projects.locations.entryGroups.list

Lists entry groups.

HTTP request

GET https://datacatalog.googleapis.com/v1/{parent}/entryGroups

Path parameters

Parameters
parent

string

Required. The name of the location that contains the entry groups to list.

Can be provided as a URL. It takes the form projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return.

Default is 10. Maximum limit is 1000. Throws an invalid argument if pageSize is greater than 1000.

pageToken

string

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

If successful, the response body contains data with the following structure:

Response message for entryGroups.list.

JSON representation
{
  "entryGroups": [
    {
      object (EntryGroup)
    }
  ],
  "nextPageToken": string
}
Fields
entryGroups[]

object (EntryGroup)

Entry group details.

nextPageToken

string

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.