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
IPageResponse<Tag>, IEnumerable<Tag>, IEnumerable, IMessage<ListTagsResponse>, IEquatable<ListTagsResponse>, IDeepCloneable<ListTagsResponse>, 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 |
RepeatedField<Tag> |
Methods
GetEnumerator()
public IEnumerator<Tag> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Tag> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |