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

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

The request to create a new tag.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

The name of the parent resource where the tag will be created.

↳ tag_id string

The tag id to use for this repository.

↳ tag Google\Cloud\ArtifactRegistry\V1\Tag

The tag to be created.

getParent

The name of the parent resource where the tag will be created.

Returns
Type Description
string

setParent

The name of the parent resource where the tag will be created.

Parameter
Name Description
var string
Returns
Type Description
$this

getTagId

The tag id to use for this repository.

Returns
Type Description
string

setTagId

The tag id to use for this repository.

Parameter
Name Description
var string
Returns
Type Description
$this

getTag

The tag to be created.

Returns
Type Description
Google\Cloud\ArtifactRegistry\V1\Tag|null

hasTag

clearTag

setTag

The tag to be created.

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

static::build

Parameters
Name Description
parent string

The name of the parent resource where the tag will be created.

tag Google\Cloud\ArtifactRegistry\V1\Tag

The tag to be created.

tagId string

The tag id to use for this repository.

Returns
Type Description
Google\Cloud\ArtifactRegistry\V1\CreateTagRequest