Class ListPolicyTagsResponse (1.2.0)

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

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; }

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

Property Value
TypeDescription
String

PolicyTags

public RepeatedField<PolicyTag> PolicyTags { get; }

The policy tags that are in the requested taxonomy.

Property Value
TypeDescription
RepeatedField<PolicyTag>

Methods

GetEnumerator()

public IEnumerator<PolicyTag> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<PolicyTag>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator