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 `UpdateServiceRequest` class is used to update a service within the Google Cloud Service Directory, utilizing version 1.0.0, and is part of the `Google.Cloud.ServiceDirectory.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateServiceRequest\u003e`, `IDeepCloneable\u003cUpdateServiceRequest\u003e`, and `IBufferMessage`, to provide extensive functionality for managing service updates."],["The `UpdateServiceRequest` class has two constructors: a default constructor and a copy constructor that takes another `UpdateServiceRequest` object as a parameter."],["The class requires two properties: `Service`, which represents the updated service itself, and `UpdateMask`, which specifies the fields within the service that should be updated."],["Multiple versions of the `UpdateServiceRequest` class are available, ranging from 1.0.0 up to 2.6.0, with 2.6.0 being the latest."]]],[]]