Class ListTagsResponse (1.2.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; }

Token to retrieve the next page of results. It is set to empty if no items remain 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