Class DeleteTagTemplateFieldRequest (1.2.0)

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

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

Inheritance

Object > DeleteTagTemplateFieldRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DeleteTagTemplateFieldRequest()

public DeleteTagTemplateFieldRequest()

DeleteTagTemplateFieldRequest(DeleteTagTemplateFieldRequest)

public DeleteTagTemplateFieldRequest(DeleteTagTemplateFieldRequest other)
Parameter
NameDescription
otherDeleteTagTemplateFieldRequest

Properties

Force

public bool Force { get; set; }

Required. Currently, this field must always be set to true. This confirms the deletion of this field from any tags using this field. 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 field to delete. Example:

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

TagTemplateFieldName

public TagTemplateFieldName TagTemplateFieldName { get; set; }

TagTemplateFieldName-typed view over the Name resource name property.

Property Value
TypeDescription
TagTemplateFieldName