Class: Google::Cloud::DataCatalog::V1::CreateTagTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Request message for CreateTagTemplate.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the project and the template location region.

Returns:

  • (::String)

    Required. The name of the project and the template location region.



1097
1098
1099
1100
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1097

class CreateTagTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tag_template::Google::Cloud::DataCatalog::V1::TagTemplate

Returns Required. The tag template to create.

Returns:



1097
1098
1099
1100
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1097

class CreateTagTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tag_template_id::String

Returns 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.



1097
1098
1099
1100
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1097

class CreateTagTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end