Data Catalog v1 API - Class ListTaxonomiesResponse (2.11.0)

public sealed class ListTaxonomiesResponse : IMessage<ListTaxonomiesResponse>, IEquatable<ListTaxonomiesResponse>, IDeepCloneable<ListTaxonomiesResponse>, IBufferMessage, IMessage, IPageResponse<Taxonomy>, IEnumerable<Taxonomy>, IEnumerable

Reference documentation and code samples for the Data Catalog v1 API class ListTaxonomiesResponse.

Response message for [ListTaxonomies][google.cloud.datacatalog.v1.PolicyTagManager.ListTaxonomies].

Inheritance

object > ListTaxonomiesResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListTaxonomiesResponse()

public ListTaxonomiesResponse()

ListTaxonomiesResponse(ListTaxonomiesResponse)

public ListTaxonomiesResponse(ListTaxonomiesResponse other)
Parameter
NameDescription
otherListTaxonomiesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Pagination token of the next results page. Empty if there are no more results in the list.

Property Value
TypeDescription
string

Taxonomies

public RepeatedField<Taxonomy> Taxonomies { get; }

Taxonomies that the project contains.

Property Value
TypeDescription
RepeatedFieldTaxonomy

Methods

GetEnumerator()

public IEnumerator<Taxonomy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTaxonomy