public sealed class DeleteTagTemplateRequest : IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessage
Request message for [DeleteTagTemplate][google.cloud.datacatalog.v1.DataCatalog.DeleteTagTemplate].
Implements
IMessage<DeleteTagTemplateRequest>, IEquatable<DeleteTagTemplateRequest>, IDeepCloneable<DeleteTagTemplateRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DeleteTagTemplateRequest()
public DeleteTagTemplateRequest()
DeleteTagTemplateRequest(DeleteTagTemplateRequest)
public DeleteTagTemplateRequest(DeleteTagTemplateRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteTagTemplateRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
TagTemplateName
public TagTemplateName TagTemplateName { get; set; }
TagTemplateName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TagTemplateName |