public sealed class UpdateNamespaceRequest : IMessage<UpdateNamespaceRequest>, IEquatable<UpdateNamespaceRequest>, IDeepCloneable<UpdateNamespaceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.UpdateNamespace][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateNamespace].
[[["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 outlines the `UpdateNamespaceRequest` class, which is used to send update requests to the `RegistrationService.UpdateNamespace` in the Google Cloud Service Directory."],["The `UpdateNamespaceRequest` class is found within the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and is implemented in the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling and deep cloning."],["The `UpdateNamespaceRequest` class has two constructors, one default and another that takes another `UpdateNamespaceRequest` as a parameter to allow for copying an existing object."],["The `UpdateNamespaceRequest` class includes two properties: `Namespace`, representing the updated namespace, and `UpdateMask`, specifying the list of fields to update."]]],[]]