public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.UpdateService][google.cloud.servicedirectory.v1beta1.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."],[[["This document describes the `UpdateServiceRequest` class, which is used to update a service in the Google Cloud Service Directory."],["The `UpdateServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, one for creating a new instance and another for creating a copy of an existing `UpdateServiceRequest` object."],["The `UpdateServiceRequest` class contains two properties: `Service`, representing the updated service, and `UpdateMask`, which specifies which fields should be updated."],["The class is located within the `Google.Cloud.ServiceDirectory.V1Beta1` namespace and is part of the `Google.Cloud.ServiceDirectory.V1Beta1.dll` assembly."]]],[]]