Class Google::Cloud::DataCatalog::V1::DeleteTagTemplateRequest (v0.10.0)

Request message for DeleteTagTemplate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — Required. If true, deletes all tags that use this template.

    Currently, true is the only supported value.

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Required. If true, deletes all tags that use this template.

    Currently, true is the only supported value.

Returns
  • (::Boolean) — Required. If true, deletes all tags that use this template.

    Currently, true is the only supported value.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the tag template to delete.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the tag template to delete.
Returns
  • (::String) — Required. The name of the tag template to delete.