Cloud Resource Manager v3 API - Class UpdateTagValueRequest (2.4.0)

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

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

The request message for updating a TagValue.

Inheritance

object > UpdateTagValueRequest

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

UpdateTagValueRequest()

public UpdateTagValueRequest()

UpdateTagValueRequest(UpdateTagValueRequest)

public UpdateTagValueRequest(UpdateTagValueRequest other)
Parameter
NameDescription
otherUpdateTagValueRequest

Properties

TagValue

public TagValue TagValue { get; set; }

Required. The new definition of the TagValue. Only fields description and etag fields can be updated by this request. If the etag field is nonempty, it must match the etag field of the existing ControlGroup. Otherwise, ABORTED will be returned.

Property Value
TypeDescription
TagValue

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Fields to be updated.

Property Value
TypeDescription
FieldMask

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. True to perform validations necessary for updating the resource, but not actually perform the action.

Property Value
TypeDescription
bool