Google Cloud Data Catalog V1 Client - Class DeleteTagTemplateRequest (1.4.2)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DeleteTagTemplateRequest.

Request message for DeleteTagTemplate.

Generated from protobuf message google.cloud.datacatalog.v1.DeleteTagTemplateRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the tag template to delete.

↳ force bool

Required. If true, deletes all tags that use this template. Currently, true is the only supported value.

getName

Required. The name of the tag template to delete.

Returns
TypeDescription
string

setName

Required. The name of the tag template to delete.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getForce

Required. If true, deletes all tags that use this template.

Currently, true is the only supported value.

Returns
TypeDescription
bool

setForce

Required. If true, deletes all tags that use this template.

Currently, true is the only supported value.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this