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 a request message used for updating an endpoint via `RegistrationService.UpdateEndpoint` in the Google Cloud Service Directory."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as serialization and cloning."],["The `UpdateEndpointRequest` class includes two constructors: a default constructor and one that takes another `UpdateEndpointRequest` object as a parameter for copying."],["It has properties `Endpoint`, which specifies the updated endpoint details, and `UpdateMask`, which lists the specific fields that should be updated in the request."],["Several versions are available for the Google Cloud Service Directory V1, with version 2.6.0 currently being the latest."]]],[]]