Google Cloud Data Catalog V1 Client - Class RenameTagTemplateFieldRequest (1.5.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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, my_new_field.

getName

Required. The name of the tag template field.

Returns
TypeDescription
string

setName

Required. The name of the tag template field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNewTagTemplateFieldId

Required. The new ID of this tag template field. For example, my_new_field.

Returns
TypeDescription
string

setNewTagTemplateFieldId

Required. The new ID of this tag template field. For example, my_new_field.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. The name of the tag template field. Please see Google\Cloud\DataCatalog\V1\DataCatalogClient::tagTemplateFieldName() for help formatting this field.

newTagTemplateFieldId string

Required. The new ID of this tag template field. For example, my_new_field.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\RenameTagTemplateFieldRequest