Class: Google::Cloud::DataCatalog::V1beta1::CreateTagTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/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](https://cloud.google.com/data-catalog/docs/concepts/regions.

Example:

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

Returns:



515
516
517
518
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 515

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

#tag_template::Google::Cloud::DataCatalog::V1beta1::TagTemplate

Returns Required. The tag template to create.

Returns:



515
516
517
518
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 515

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.

Returns:

  • (::String)

    Required. The id of the tag template to create.



515
516
517
518
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 515

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