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 available for `UpdateServiceRequest` is 2.6.0, with older versions dating back to 1.0.0."],["`UpdateServiceRequest` is a class used for updating a service within the `Google.Cloud.ServiceDirectory.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateServiceRequest` class has properties for `Service` which represents the updated service, and `UpdateMask`, which specifies the list of fields to be updated."],["The `UpdateServiceRequest` class contains two different constructor options that are both available for use, one is empty and the other takes an `UpdateServiceRequest` parameter."]]],[]]