public sealed class UpdateTagKeyRequest : IMessage<UpdateTagKeyRequest>, IEquatable<UpdateTagKeyRequest>, IDeepCloneable<UpdateTagKeyRequest>, IBufferMessage, IMessageThe request message for updating a TagKey.
Implements
IMessage<UpdateTagKeyRequest>, IEquatable<UpdateTagKeyRequest>, IDeepCloneable<UpdateTagKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
UpdateTagKeyRequest()
public UpdateTagKeyRequest()UpdateTagKeyRequest(UpdateTagKeyRequest)
public UpdateTagKeyRequest(UpdateTagKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateTagKeyRequest |
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,
FAILED_PRECONDITION will be returned.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Boolean |
|