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

#parentString

Returns Required. The name of the project and the template location region. NOTE: Currently, only the us-central1 region is supported.

Example:

  • projects/{project_id}/locations/us-central1.

Returns:

  • (String)

    Required. The name of the project and the template location region. NOTE: Currently, only the us-central1 region is supported.

    Example:

    • projects/{project_id}/locations/us-central1


456
457
458
459
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 456

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

#tag_templateGoogle::Cloud::DataCatalog::V1::TagTemplate

Returns Required. The tag template to create.

Returns:



456
457
458
459
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 456

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

#tag_template_idString

Returns Required. The id of the tag template to create.

Returns:

  • (String)

    Required. The id of the tag template to create.



456
457
458
459
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 456

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