public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
The request message for
[RegistrationService.UpdateService][google.cloud.servicedirectory.v1.RegistrationService.UpdateService].
[[["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 the `UpdateServiceRequest` is 2.6.0, with various other versions available, ranging down to 1.0.0."],["`UpdateServiceRequest` is a message used for updating a service in the Google Cloud Service Directory, specifically via `RegistrationService.UpdateService`."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateServiceRequest` class has two constructors and includes properties for `Service` and `UpdateMask`, which are used to define the service to be updated and the fields that should be updated, respectively."]]],[]]