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

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
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

static::build

Parameter
NameDescription
name string

The name of the tag to delete.

Returns
TypeDescription
Google\Cloud\ArtifactRegistry\V1\DeleteTagRequest