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."],["`UpdateRegistrationRequest` is used to request an update to a domain registration and is part of the `Google.Cloud.Domains.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateRegistrationRequest` class include `Registration` which specifies the fields to be updated, and `UpdateMask` which is a required field that identifies the specific fields to update."],["The document also provides a list of version history, with the latest being version 2.4.0, alongside the inheritance hierarchy and various methods that can be used with the class."]]],[]]