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].
Implements
IMessageListTaxonomiesResponse, IEquatableListTaxonomiesResponse, IDeepCloneableListTaxonomiesResponse, IBufferMessage, IMessage, IPageResponseTaxonomy, IEnumerableTaxonomy, IEnumerableNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListTaxonomiesResponse()
public ListTaxonomiesResponse()
ListTaxonomiesResponse(ListTaxonomiesResponse)
public ListTaxonomiesResponse(ListTaxonomiesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTaxonomiesResponse |
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 | |
---|---|
Type | Description |
string |
Taxonomies
public RepeatedField<Taxonomy> Taxonomies { get; }
Taxonomies that the project contains.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTaxonomy |
Methods
GetEnumerator()
public IEnumerator<Taxonomy> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTaxonomy |