Artifact Registry v1 API - Class ListTagsResponse (2.6.0)

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

Reference documentation and code samples for the Artifact Registry v1 API class ListTagsResponse.

The response from listing tags.

Inheritance

object > ListTagsResponse

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListTagsResponse()

public ListTagsResponse()

ListTagsResponse(ListTagsResponse)

public ListTagsResponse(ListTagsResponse other)
Parameter
NameDescription
otherListTagsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token to retrieve the next page of tags, or empty if there are no more tags to return.

Property Value
TypeDescription
string

Tags

public RepeatedField<Tag> Tags { get; }

The tags returned.

Property Value
TypeDescription
RepeatedFieldTag

Methods

GetEnumerator()

public IEnumerator<Tag> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorTag