Data Catalog v1 API - Class ListPolicyTagsResponse (2.11.0)

public sealed class ListPolicyTagsResponse : IMessage<ListPolicyTagsResponse>, IEquatable<ListPolicyTagsResponse>, IDeepCloneable<ListPolicyTagsResponse>, IBufferMessage, IMessage, IPageResponse<PolicyTag>, IEnumerable<PolicyTag>, IEnumerable

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

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

Inheritance

object > ListPolicyTagsResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListPolicyTagsResponse()

public ListPolicyTagsResponse()

ListPolicyTagsResponse(ListPolicyTagsResponse)

public ListPolicyTagsResponse(ListPolicyTagsResponse other)
Parameter
NameDescription
otherListPolicyTagsResponse

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

PolicyTags

public RepeatedField<PolicyTag> PolicyTags { get; }

The policy tags that belong to the taxonomy.

Property Value
TypeDescription
RepeatedFieldPolicyTag

Methods

GetEnumerator()

public IEnumerator<PolicyTag> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorPolicyTag