public sealed class ListTagsResponse : IMessage<ListTagsResponse>, IEquatable<ListTagsResponse>, IDeepCloneable<ListTagsResponse>, IBufferMessage, IMessage, IPageResponse<Tag>, IEnumerable<Tag>, IEnumerableReference documentation and code samples for the Data Catalog v1 API class ListTagsResponse.
Response message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags].
Implements
IMessageListTagsResponse, IEquatableListTagsResponse, IDeepCloneableListTagsResponse, IBufferMessage, IMessage, IPageResponseTag, IEnumerableTag, 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 |
RepeatedFieldTag |
|
Methods
GetEnumerator()
public IEnumerator<Tag> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTag |
|