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 |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the tag template field to delete. |
↳ force |
bool
Required. 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 |
string
Required. The name of the tag template field to delete. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::tagTemplateFieldName() for help formatting this field. |
force |
bool
Required. If true, deletes this field from any tags that use it. Currently, |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\V1\DeleteTagTemplateFieldRequest |