Artifact Registry v1 API - Class ListTagsRequest (2.3.0)

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.

Inheritance

object > ListTagsRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

ListTagsRequest()

public ListTagsRequest()

ListTagsRequest(ListTagsRequest)

public ListTagsRequest(ListTagsRequest other)
Parameter
NameDescription
otherListTagsRequest

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 version 1.0 in package pkg1.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

The maximum number of tags to return. Maximum page size is 10,000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous list request, if any.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

The name of the parent resource whose tags will be listed.

Property Value
TypeDescription
string