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].
Implements
IMessage<ListPolicyTagsResponse>, IEquatable<ListPolicyTagsResponse>, IDeepCloneable<ListPolicyTagsResponse>, IBufferMessage, IMessage, IPageResponse<PolicyTag>, IEnumerable<PolicyTag>, 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 |
RepeatedField<PolicyTag> |
Methods
GetEnumerator()
public IEnumerator<PolicyTag> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<PolicyTag> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |