Cloud Dataplex v1 API - Class ListDataTaxonomiesResponse (2.14.0)

public sealed class ListDataTaxonomiesResponse : IMessage<ListDataTaxonomiesResponse>, IEquatable<ListDataTaxonomiesResponse>, IDeepCloneable<ListDataTaxonomiesResponse>, IBufferMessage, IMessage, IPageResponse<DataTaxonomy>, IEnumerable<DataTaxonomy>, IEnumerable

Reference documentation and code samples for the Cloud Dataplex v1 API class ListDataTaxonomiesResponse.

List DataTaxonomies response.

Inheritance

object > ListDataTaxonomiesResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListDataTaxonomiesResponse()

public ListDataTaxonomiesResponse()

ListDataTaxonomiesResponse(ListDataTaxonomiesResponse)

public ListDataTaxonomiesResponse(ListDataTaxonomiesResponse other)
Parameter
Name Description
other ListDataTaxonomiesResponse

Properties

DataTaxonomies

public RepeatedField<DataTaxonomy> DataTaxonomies { get; }

DataTaxonomies under the given parent location.

Property Value
Type Description
RepeatedField DataTaxonomy

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedField string

Methods

GetEnumerator()

public IEnumerator<DataTaxonomy> GetEnumerator()

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

Returns
Type Description
IEnumerator DataTaxonomy

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.