Cloud Resource Manager v3 API - Class UpdateTagKeyRequest (2.4.0)

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

Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateTagKeyRequest.

The request message for updating a TagKey.

Inheritance

object > UpdateTagKeyRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

UpdateTagKeyRequest()

public UpdateTagKeyRequest()

UpdateTagKeyRequest(UpdateTagKeyRequest)

public UpdateTagKeyRequest(UpdateTagKeyRequest other)
Parameter
NameDescription
otherUpdateTagKeyRequest

Properties

TagKey

public TagKey TagKey { get; set; }

Required. The new definition of the TagKey. Only the description and etag fields can be updated by this request. If the etag field is not empty, it must match the etag field of the existing tag key. Otherwise, ABORTED will be returned.

Property Value
TypeDescription
TagKey

UpdateMask

public FieldMask UpdateMask { get; set; }

Fields to be updated. The mask may only contain description or etag. If omitted entirely, both description and etag are assumed to be significant.

Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Set as true to perform validations necessary for updating the resource, but not actually perform the action.

Property Value
TypeDescription
bool