Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class DeleteTagTemplateFieldRequest.
Request message for DeleteTagTemplateField.
Generated from protobuf message google.cloud.datacatalog.v1.DeleteTagTemplateFieldRequest
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringRequired. The name of the tag template field to delete. | 
| ↳ force | boolRequired. If true, deletes this field from any tags that use it. Currently,  | 
getName
Required. The name of the tag template field to delete.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setName
Required. The name of the tag template field to delete.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getForce
Required. If true, deletes this field from any tags that use it.
Currently, true is the only supported value.
| Returns | |
|---|---|
| Type | Description | 
| bool | |
setForce
Required. If true, deletes this field from any tags that use it.
Currently, true is the only supported value.
| Parameter | |
|---|---|
| Name | Description | 
| var | bool | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameters | |
|---|---|
| Name | Description | 
| name | stringRequired. The name of the tag template field to delete. Please see DataCatalogClient::tagTemplateFieldName() for help formatting this field. | 
| force | boolRequired. If true, deletes this field from any tags that use it. Currently,  | 
| Returns | |
|---|---|
| Type | Description | 
| DeleteTagTemplateFieldRequest | |