public sealed class ListTagsResponse : IMessage<ListTagsResponse>, IEquatable<ListTagsResponse>, IDeepCloneable<ListTagsResponse>, IBufferMessage, IMessage, IPageResponse<Tag>, IEnumerable<Tag>, IEnumerable
Response message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags].
Implements
IMessage<ListTagsResponse>, IEquatable<ListTagsResponse>, IDeepCloneable<ListTagsResponse>, IBufferMessage, IMessage, IPageResponse<Tag>, IEnumerable<Tag>, IEnumerableNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ListTagsResponse()
public ListTagsResponse()
ListTagsResponse(ListTagsResponse)
public ListTagsResponse(ListTagsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTagsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Pagination token of the next results page. Empty if there are no more items in results.
Property Value | |
---|---|
Type | Description |
String |
Tags
public RepeatedField<Tag> Tags { get; }
[Tag][google.cloud.datacatalog.v1.Tag] details.
Property Value | |
---|---|
Type | Description |
RepeatedField<Tag> |
Methods
GetEnumerator()
public IEnumerator<Tag> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Tag> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |