Class ListTagsResponse (1.5.0)

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].

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
RepeatedField<Tag>

Methods

GetEnumerator()

public IEnumerator<Tag> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Tag>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator