public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class UpdateServiceRequest.
If set to true, and if the Service does not exist, it will create a new
one. The caller must have 'run.services.create' permissions if this is set
to true and the Service does not exist.
[[["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-04-09 UTC."],[[["The `UpdateServiceRequest` class is used for updating a service in the Cloud Run Admin v2 API."],["This class is part of the `Google.Cloud.Run.V2` namespace and the `Google.Cloud.Run.V2.dll` assembly."],["The latest version available is 2.13.0, and the current context is version 2.8.0, among other previous versions from 2.12.0 down to 1.0.0-beta02."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, comparison, and cloning."],["The `UpdateServiceRequest` class has properties to control behavior such as creating a new service if one doesn't exist, as well as allowing validation of the request without persisting any updates."]]],[]]