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-03-21 UTC."],[[["The `UpdateServiceRequest` class is used for updating a service within the Cloud Run Admin v2 API, and it is part of the Google.Cloud.Run.V2 namespace."],["This class supports multiple versioning, from 1.0.0-beta02 to the latest version 2.13.0, allowing users to access different API versions."],["The `UpdateServiceRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, giving it a wide range of functionalities."],["The class has properties like `AllowMissing`, `Service`, and `ValidateOnly` which allow configuration for updating, creating, or validating services, in addition to setting a service to update."],["There are two constructors available, allowing for both the creation of a new `UpdateServiceRequest` or cloning an existing `UpdateServiceRequest` object."]]],[]]