Class: Google::Cloud::DataCatalog::V1beta1::DeleteTagTemplateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#force::Boolean

Returns Required. Currently, this field must always be set to true. This confirms the deletion of any possible tags using this template. force = false will be supported in the future.

Returns:

  • (::Boolean)

    Required. Currently, this field must always be set to true. This confirms the deletion of any possible tags using this template. force = false will be supported in the future.



562
563
564
565
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 562

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

#name::String

Returns Required. The name of the tag template to delete. Example:

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}.

Returns:

  • (::String)

    Required. The name of the tag template to delete. Example:

    • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}


562
563
564
565
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 562

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