public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class UpdateServiceRequest.
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 provides reference documentation for the `UpdateServiceRequest` class within the Service Directory v1beta1 API, specifically for version 2.0.0-beta05."],["The `UpdateServiceRequest` class is used as the request message for updating a service via `RegistrationService.UpdateService`."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["Key properties of `UpdateServiceRequest` include `Service` (the updated service) and `UpdateMask` (a list of fields to be updated)."],["There are available versions, the latest being `2.0.0-beta06`, with older versions being `2.0.0-beta05` and `1.0.0-beta06`."]]],[]]