public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
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 webpage details the `UpdateServiceRequest` class, which is used to update services via the `RegistrationService.UpdateService` method within the Google Cloud Service Directory."],["The `UpdateServiceRequest` class, located in the `Google.Cloud.ServiceDirectory.V1` namespace, is part of the `Google.Cloud.ServiceDirectory.V1.dll` assembly, with version 2.0.0 being shown on this page."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET ecosystem."],["The class has two properties, `Service` which represents the service to be updated, and `UpdateMask`, which lists the specific fields that will be updated during the request."],["The available versions for `UpdateServiceRequest` range from version 1.0.0 up to the latest version 2.6.0, providing access to previous releases and the most current features."]]],[]]