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 webpage provides documentation for the `UpdateServiceRequest` class within the Google Cloud Service Directory v1 API."],["The `UpdateServiceRequest` class is used for updating a service via the `RegistrationService.UpdateService` method and is part of the `Google.Cloud.ServiceDirectory.V1` namespace."],["The class includes properties such as `Service` (the service to be updated) and `UpdateMask` (the list of fields to update), along with constructors for creating new instances."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable` and more, and is available in versions from 1.0.0 up to 2.6.0 with 2.6.0 being the latest."],["The documentation provides a description of the class, its inheritance from object, interfaces, implementation details, and links to associated resources, such as version specific pages."]]],[]]