Google Cloud Artifact Registry V1beta2 Client - Class ListTagsResponse (0.4.4)

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

The response from listing tags.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tags array<Google\Cloud\ArtifactRegistry\V1beta2\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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTags

The tags returned.

Parameter
NameDescription
var array<Google\Cloud\ArtifactRegistry\V1beta2\Tag>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this