public sealed class DeleteTagKeyRequest : IMessage<DeleteTagKeyRequest>, IEquatable<DeleteTagKeyRequest>, IDeepCloneable<DeleteTagKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class DeleteTagKeyRequest.
The request message for deleting a TagKey.
Implements
IMessageDeleteTagKeyRequest, IEquatableDeleteTagKeyRequest, IDeepCloneableDeleteTagKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
DeleteTagKeyRequest()
public DeleteTagKeyRequest()
DeleteTagKeyRequest(DeleteTagKeyRequest)
public DeleteTagKeyRequest(DeleteTagKeyRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteTagKeyRequest |
Properties
Etag
public string Etag { get; set; }
Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The resource name of a TagKey to be deleted in the format
tagKeys/123
. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
Property Value | |
---|---|
Type | Description |
string |
TagKeyName
public TagKeyName TagKeyName { get; set; }
TagKeyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TagKeyName |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
Property Value | |
---|---|
Type | Description |
bool |