public sealed class ListTagsRequest : IPageRequest, IMessage<ListTagsRequest>, IEquatable<ListTagsRequest>, IDeepCloneable<ListTagsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class ListTagsRequest.
The request to list tags.
Implements
IPageRequest, IMessageListTagsRequest, IEquatableListTagsRequest, IDeepCloneableListTagsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
ListTagsRequest()
public ListTagsRequest()
ListTagsRequest(ListTagsRequest)
public ListTagsRequest(ListTagsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTagsRequest |
Properties
Filter
public string Filter { get; set; }
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are:
version
An example of using a filter:
version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"
--> Tags that are applied to the version1.0
in packagepkg1
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of tags to return. Maximum page size is 10,000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The next_page_token value returned from a previous list request, if any.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
The name of the parent resource whose tags will be listed.
Property Value | |
---|---|
Type | Description |
string |