Class ListTaxonomiesResponse (3.9.1)

ListTaxonomiesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for ListTaxonomies.

Attributes

NameDescription
taxonomies Sequence[google.cloud.datacatalog_v1.types.Taxonomy]
Taxonomies that the project contains.
next_page_token str
Pagination token of the next results page. Empty if there are no more results in the list.

Inheritance

builtins.object > proto.message.Message > ListTaxonomiesResponse