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 \ V1Methods
__construct
Constructor.
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
getParent
The name of the parent resource where the tag will be created.
string
setParent
The name of the parent resource where the tag will be created.
var
string
$this
getTagId
The tag id to use for this repository.
string
setTagId
The tag id to use for this repository.
var
string
$this
getTag
The tag to be created.
hasTag
clearTag
setTag
The tag to be created.
$this
static::build
parent
string
The name of the parent resource where the tag will be created.
tag
tagId
string
The tag id to use for this repository.