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 `UpdateEndpointRequest` class is used to update an endpoint via the `RegistrationService.UpdateEndpoint` method in the Google Cloud Service Directory."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, comparison, cloning, and buffered operations."],["The class offers two constructors: a default constructor and one that accepts another `UpdateEndpointRequest` instance for creating a copy."],["It contains two key properties, `Endpoint` to define the updated endpoint and `UpdateMask` to specify which fields of the endpoint should be updated."],["The latest version of the API is version 2.6.0 while the current page displays version 1.1.0, and there is a total of 12 versions available."]]],[]]