Data Catalog v1 API - Class ListTagsResponse (2.8.0)

public sealed class ListTagsResponse : IMessage<ListTagsResponse>, IEquatable<ListTagsResponse>, IDeepCloneable<ListTagsResponse>, IBufferMessage, IMessage, IPageResponse<Tag>, IEnumerable<Tag>, IEnumerable

Reference documentation and code samples for the Data Catalog v1 API class ListTagsResponse.

Response message for [ListTags][google.cloud.datacatalog.v1.DataCatalog.ListTags].

Inheritance

object > ListTagsResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListTagsResponse()

public ListTagsResponse()

ListTagsResponse(ListTagsResponse)

public ListTagsResponse(ListTagsResponse other)
Parameter
NameDescription
otherListTagsResponse

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
TypeDescription
string

Tags

public RepeatedField<Tag> Tags { get; }

[Tag][google.cloud.datacatalog.v1.Tag] details.

Property Value
TypeDescription
RepeatedFieldTag

Methods

GetEnumerator()

public IEnumerator<Tag> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTag