public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.UpdateEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.UpdateEndpoint].
[[["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 documentation for the `UpdateEndpointRequest` class within the `Google.Cloud.ServiceDirectory.V1Beta1` namespace, specifically for version 1.0.0-beta06."],["`UpdateEndpointRequest` is a request message used for the `RegistrationService.UpdateEndpoint` method."],["The class inherits from `Object` and implements `IMessage\u003cUpdateEndpointRequest\u003e`, `IEquatable\u003cUpdateEndpointRequest\u003e`, `IDeepCloneable\u003cUpdateEndpointRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `UpdateEndpointRequest` class has two constructors, a parameterless one and one that takes another `UpdateEndpointRequest` object."],["The `UpdateEndpointRequest` class has two properties: `Endpoint`, the updated endpoint, and `UpdateMask`, the list of fields to be updated."]]],[]]