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

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

The request to delete a tag.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The name of the tag to delete.

getName

The name of the tag to delete.

Returns
Type Description
string

setName

The name of the tag to delete.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

The name of the tag to delete.

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