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.
Implements
IMessage<UpdateTagValueRequest>, IEquatable<UpdateTagValueRequest>, IDeepCloneable<UpdateTagValueRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ResourceManager.V3Assembly
Google.Cloud.ResourceManager.V3.dll
Constructors
UpdateTagValueRequest()
public UpdateTagValueRequest()
UpdateTagValueRequest(UpdateTagValueRequest)
public UpdateTagValueRequest(UpdateTagValueRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTagValueRequest |
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,
FAILED_PRECONDITION
will be returned.
Property Value | |
---|---|
Type | Description |
TagValue |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. Fields to be updated.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |