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-03-21 UTC."],[[["This page provides reference documentation for the `UpdateServiceRequest` class within the Google Cloud Service Directory v1 API, specifically for version 2.3.0."],["The `UpdateServiceRequest` class is used to update a service via the `RegistrationService.UpdateService` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this document is version 2.6.0, and there are previous versions ranging from 1.0.0 to 2.5.0, all of which can be found through the navigation links."],["The `UpdateServiceRequest` class includes two properties: `Service`, which represents the updated service, and `UpdateMask`, which specifies which fields should be updated."],["The `UpdateServiceRequest` class can be constructed either with a default constructor, `UpdateServiceRequest()`, or with a copy constructor, `UpdateServiceRequest(UpdateServiceRequest other)`."]]],[]]