public sealed class UpdateEndpointRequest : IMessage<UpdateEndpointRequest>, IEquatable<UpdateEndpointRequest>, IDeepCloneable<UpdateEndpointRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.UpdateEndpoint][google.cloud.servicedirectory.v1.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."],[[["The latest version of `UpdateEndpointRequest` is 2.6.0, while the current document details version 1.3.0."],["`UpdateEndpointRequest` is a request message used for updating an endpoint within the `RegistrationService` of Google Cloud Service Directory."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `UpdateEndpointRequest` class has two constructors and two key properties: `Endpoint`, representing the updated endpoint, and `UpdateMask`, specifying which fields to update."],["The `UpdateEndpointRequest` class is located within the `Google.Cloud.ServiceDirectory.V1` namespace and is part of the `Google.Cloud.ServiceDirectory.V1.dll` assembly."]]],[]]