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 page provides reference documentation for the `UpdateRegistrationRequest` class within the Google Cloud Domains v1 API."],["The `UpdateRegistrationRequest` class is used to request updates to a domain registration, as indicated by it being a request for the `UpdateRegistration` method."],["The latest version of this class is version 2.4.0, with prior versions available from 2.3.0 down to 1.0.0."],["The `UpdateRegistrationRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateRegistrationRequest` class include `Registration` and `UpdateMask`, where `Registration` indicates the fields of the registration being updated and `UpdateMask` specifies which fields are being updated."]]],[]]