public sealed class UpdateRegistrationRequest : IMessage<UpdateRegistrationRequest>, IEquatable<UpdateRegistrationRequest>, IDeepCloneable<UpdateRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class UpdateRegistrationRequest.
Required. The field mask describing which fields to update as a comma-separated list.
For example, if only the labels are being updated, the update_mask is
"labels".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `UpdateRegistrationRequest` class within the Google Cloud Domains v1 API, specifically version 2.1.0."],["The `UpdateRegistrationRequest` class is used for requesting updates to a domain registration and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties such as `Registration` which details the registration information to update, and `UpdateMask` which specifies which fields should be updated, offering granular control over the update process."],["There are 6 versions of this update request listed on the webpage, ranging from version 1.0.0 to 2.4.0, with the 2.4.0 version being the latest available."]]],[]]