public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1 API class UpdateServiceRequest.
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-04-17 UTC."],[[["This webpage provides reference documentation for the `UpdateServiceRequest` class within the Google Cloud Service Directory v1 API, specifically for version 2.5.0."],["The `UpdateServiceRequest` class is used to update a service via the `RegistrationService.UpdateService` method."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `UpdateServiceRequest` class has properties such as `Service` (the updated service) and `UpdateMask` (list of fields to update)."],["The page lists all previous versions of this class, starting from 1.0.0 up to the latest 2.6.0 version."]]],[]]