Google Cloud Artifact Registry V1 Client - Class ListTagsRequest (0.5.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ListTagsRequest.

The request to list tags.

Generated from protobuf message google.devtools.artifactregistry.v1.ListTagsRequest

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

The name of the parent package whose tags will be listed. For example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.

↳ filter string

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 string

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

getParent

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

For example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.

Returns
TypeDescription
string

setParent

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

For example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

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.
Returns
TypeDescription
string

setFilter

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.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

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

Returns
TypeDescription
int

setPageSize

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

The name of the parent package whose tags will be listed. For example: projects/p1/locations/us-central1/repositories/repo1/packages/pkg1.

Returns
TypeDescription
Google\Cloud\ArtifactRegistry\V1\ListTagsRequest