Google Cloud Artifact Registry V1beta2 Client - Class DeleteTagRequest (0.4.4)

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

The request to delete a tag.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

The name of the tag to delete.

Parameter
NameDescription
var string
Returns
TypeDescription
$this