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].
Implements
IMessageListPolicyTagsResponse, IEquatableListPolicyTagsResponse, IDeepCloneableListPolicyTagsResponse, IBufferMessage, IMessage, IPageResponsePolicyTag, IEnumerablePolicyTag, IEnumerableNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListPolicyTagsResponse()
public ListPolicyTagsResponse()
ListPolicyTagsResponse(ListPolicyTagsResponse)
public ListPolicyTagsResponse(ListPolicyTagsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListPolicyTagsResponse |
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 |
PolicyTags
public RepeatedField<PolicyTag> PolicyTags { get; }
The policy tags that belong to the taxonomy.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPolicyTag |
Methods
GetEnumerator()
public IEnumerator<PolicyTag> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPolicyTag |