Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::CreateTagTemplateFieldRequest (v0.16.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::CreateTagTemplateFieldRequest.

Request message for CreateTagTemplateField.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project and the template location region.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project and the template location region.
Returns
  • (::String) — Required. The name of the project and the template location region.

#tag_template_field

def tag_template_field() -> ::Google::Cloud::DataCatalog::V1::TagTemplateField
Returns

#tag_template_field=

def tag_template_field=(value) -> ::Google::Cloud::DataCatalog::V1::TagTemplateField
Parameter
Returns

#tag_template_field_id

def tag_template_field_id() -> ::String
Returns
  • (::String) — Required. The ID of the tag template field to create.

    Note: Adding a required field to an existing template is not allowed.

    Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.

#tag_template_field_id=

def tag_template_field_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the tag template field to create.

    Note: Adding a required field to an existing template is not allowed.

    Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.

Returns
  • (::String) — Required. The ID of the tag template field to create.

    Note: Adding a required field to an existing template is not allowed.

    Field IDs can contain letters (both uppercase and lowercase), numbers (0-9), underscores (_) and dashes (-). Field IDs must be at least 1 character long and at most 128 characters long. Field IDs must also be unique within their template.