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, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class, which has a namespace of `Google.Cloud.ServiceDirectory.V1`, is part of the `Google.Cloud.ServiceDirectory.V1.dll` assembly, and is a request message for `RegistrationService.UpdateService`."],["There are multiple versions of this class available, ranging from version 1.0.0 to the latest version 2.6.0, for the `Google.Cloud.ServiceDirectory.V1` namespace."],["`UpdateServiceRequest` includes two main properties: `Service`, representing the service to be updated, and `UpdateMask`, indicating which fields should be updated."],["The class includes two constructors: one default constructor `UpdateServiceRequest()` and one allowing for a deep copy, `UpdateServiceRequest(UpdateServiceRequest other)`."]]],[]]