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.
Implements
IPageResponseTag, IEnumerableTag, IEnumerable, IMessageListTagsResponse, IEquatableListTagsResponse, IDeepCloneableListTagsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ListTagsResponse()
public ListTagsResponse()
ListTagsResponse(ListTagsResponse)
public ListTagsResponse(ListTagsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListTagsResponse |
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 | |
---|---|
Type | Description |
string |
Tags
public RepeatedField<Tag> Tags { get; }
The tags returned.
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 |