Method: projects.locations.entryGroups.list

Lists entry groups.

HTTP request

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

Path parameters

Parameters
parent

string

Required. The name of the location that contains the entry groups, which can be provided in URL format. Example:

  • projects/{projectId}/locations/{location} It takes the form projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for pageSize > 1000.

pageToken

string

Optional. Token that specifies which page is requested. If empty, the first page is returned.

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 (EntryGroup)
    }
  ],
  "nextPageToken": string
}
Fields
entryGroups[]

object (EntryGroup)

EntryGroup details.

nextPageToken

string

Token to retrieve the next page of results. It is set to empty if no items remain in results.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.