Class ListTagsRequest (0.3.3)

Stay organized with collections Save and categorize content based on your preferences.
ListTagsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to list tags. .. attribute:: parent

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

:type: str

Attributes

NameDescription
filter str
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``.
page_size int
The maximum number of tags to return. Maximum page size is 10,000.
page_token str
The next_page_token value returned from a previous list request, if any.

Inheritance

builtins.object > proto.message.Message > ListTagsRequest