public sealed class UpdateRegistrationRequest : IMessage<UpdateRegistrationRequest>, IEquatable<UpdateRegistrationRequest>, IDeepCloneable<UpdateRegistrationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1beta1 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 Cloud Domains v1beta1 API, specifically version 2.0.0-beta04."],["`UpdateRegistrationRequest` is a request class used for the `UpdateRegistration` method, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Registration` which holds the registration data to be updated and `UpdateMask` which defines which fields within the registration are to be updated."],["There are two constructors for the `UpdateRegistrationRequest` class, one default and one that takes another `UpdateRegistrationRequest` as a parameter for creating a copy."],["The document lists the inherited members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]