Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class GetTagRequest.
The request to retrieve a tag.
Generated from protobuf message google.devtools.artifactregistry.v1.GetTagRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the tag to retrieve. |
getName
The name of the tag to retrieve.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the tag to retrieve.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
The name of the tag to retrieve. |
| Returns | |
|---|---|
| Type | Description |
GetTagRequest |
|