Method: projects.locations.taxonomies.list

Lists all taxonomies in a project in a particular location that the caller has permission to view.

HTTP request

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

Path parameters

Parameters
parent

string

Required. Resource name of the project to list the taxonomies of. It takes the form projects/{project}/locations/{location}.

Authorization requires the following IAM permission on the specified resource parent:

  • datacatalog.taxonomies.list

Query parameters

Parameters
pageSize

integer

The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50.

pageToken

string

The nextPageToken value returned from a previous list request, if any. If not set, defaults to an empty string.

filter

string

Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.

Request body

The request body must be empty.

Response body

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

Response message for taxonomies.list.

JSON representation
{
  "taxonomies": [
    {
      object (Taxonomy)
    }
  ],
  "nextPageToken": string
}
Fields
taxonomies[]

object (Taxonomy)

Taxonomies that the project contains.

nextPageToken

string

Token used to retrieve the next page of results, or empty if there are no more results in the list.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.