Class DeleteTagTemplateRequest (1.2.0)

public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage

Request message for [DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].

Inheritance

Object > DeleteTagTemplateRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DeleteTagTemplateRequest()

public DeleteTagTemplateRequest()

DeleteTagTemplateRequest(DeleteTagTemplateRequest)

public DeleteTagTemplateRequest(DeleteTagTemplateRequest other)
Parameter
NameDescription
otherDeleteTagTemplateRequest

Properties

Force

public bool Force { get; set; }

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.

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

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

  • projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}
Property Value
TypeDescription
String

TagTemplateName

public TagTemplateName TagTemplateName { get; set; }

TagTemplateName-typed view over the Name resource name property.

Property Value
TypeDescription
TagTemplateName