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.
| 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 |
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 |
Tag|null |
|
hasTag
clearTag
setTag
The tag to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
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 |
Tag
The tag to be created. |
tagId |
string
The tag id to use for this repository. |
| Returns | |
|---|---|
| Type | Description |
CreateTagRequest |
|