Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class RenameTagTemplateFieldRequest.
Request message for RenameTagTemplateField.
Generated from protobuf message google.cloud.datacatalog.v1.RenameTagTemplateFieldRequest
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. |
↳ new_tag_template_field_id |
string
Required. The new ID of this tag template field. For example, |
getName
Required. The name of the tag template field.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the tag template field.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNewTagTemplateFieldId
Required. The new ID of this tag template field. For example,
my_new_field.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNewTagTemplateFieldId
Required. The new ID of this tag template field. For example,
my_new_field.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
name |
string
Required. The name of the tag template field. Please see DataCatalogClient::tagTemplateFieldName() for help formatting this field. |
newTagTemplateFieldId |
string
Required. The new ID of this tag template field. For example,
|
| Returns | |
|---|---|
| Type | Description |
RenameTagTemplateFieldRequest |
|