Google Cloud Artifact Registry V1 Client - Class ListTagsResponse (0.6.5)

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

The response from listing tags.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tags array<Google\Cloud\ArtifactRegistry\V1\Tag>

The tags returned.

↳ next_page_token string

The token to retrieve the next page of tags, or empty if there are no more tags to return.

getTags

The tags returned.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTags

The tags returned.

Parameter
Name Description
var array<Google\Cloud\ArtifactRegistry\V1\Tag>
Returns
Type Description
$this

getNextPageToken

The token to retrieve the next page of tags, or empty if there are no more tags to return.

Returns
Type Description
string

setNextPageToken

The token to retrieve the next page of tags, or empty if there are no more tags to return.

Parameter
Name Description
var string
Returns
Type Description
$this