Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class ListTagsRequest.
The request to list tags.
Generated from protobuf message google.devtools.artifactregistry.v1beta2.ListTagsRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1beta2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The name of the parent resource whose tags will be listed. |
↳ filter |
string
An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * |
↳ 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 resource whose tags will be listed.
Returns | |
---|---|
Type | Description |
string |
setParent
The name of the parent resource whose tags will be listed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 version1.0
in packagepkg1
.
Returns | |
---|---|
Type | Description |
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 version1.0
in packagepkg1
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The maximum number of tags to return. Maximum page size is 10,000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The maximum number of tags to return. Maximum page size is 10,000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The next_page_token value returned from a previous list request, if any.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The next_page_token value returned from a previous list request, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |