Class Google::Cloud::DataCatalog::V1::CreateTagTemplateRequest (v0.9.1)

Request message for CreateTagTemplate.

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

def tag_template() -> ::Google::Cloud::DataCatalog::V1::TagTemplate
Returns

#tag_template=

def tag_template=(value) -> ::Google::Cloud::DataCatalog::V1::TagTemplate
Parameter
Returns

#tag_template_id

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

    The ID must contain only lowercase letters (a-z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.

#tag_template_id=

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

    The ID must contain only lowercase letters (a-z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.

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

    The ID must contain only lowercase letters (a-z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum size is 64 bytes when encoded in UTF-8.