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
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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, |
getName
Required. The name of the tag template to delete.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the tag template to delete.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getForce
Required. If true, deletes all tags that use this template.
Currently, true
is the only supported value.
Returns | |
---|---|
Type | Description |
bool |
setForce
Required. If true, deletes all tags that use this template.
Currently, true
is the only supported value.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
name |
string
Required. The name of the tag template to delete. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::tagTemplateName() for help formatting this field. |
force |
bool
Required. If true, deletes all tags that use this template. Currently, |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\DeleteTagTemplateRequest |