public sealed class UpdateNamespaceRequest : IMessage<UpdateNamespaceRequest>, IEquatable<UpdateNamespaceRequest>, IDeepCloneable<UpdateNamespaceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class UpdateNamespaceRequest.
The request message for
[RegistrationService.UpdateNamespace][google.cloud.servicedirectory.v1.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-04-17 UTC."],[[["This page provides reference documentation for the `UpdateNamespaceRequest` class within the Google Cloud Service Directory v1 API, specifically for version 2.5.0."],["The `UpdateNamespaceRequest` class is used to send requests for updating a namespace via the `RegistrationService.UpdateNamespace` method."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties for `Namespace` and `UpdateMask`, both of which are required for updating a namespace."],["The page also provides links to the documentation for other versions of the API, from 1.0.0 to 2.6.0 (latest), of the UpdateNamespaceRequest class."]]],[]]