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 document provides reference information for the `UpdateServiceRequest` class within the Google Cloud Service Directory v1 API, specifically version 2.4.0, and also provides links to prior versions."],["`UpdateServiceRequest` is used as the request message for the `RegistrationService.UpdateService` method, which allows updating service information."],["The `UpdateServiceRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateServiceRequest` include `Service`, which is the service to be updated, and `UpdateMask`, which specifies which fields to update within that service."],["The latest version available is 2.6.0 and the oldest is 1.0.0, with multiple other versions in between."]]],[]]