public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
If set to true, and if the Service does not exist, it will create a new
one. Caller must have both create and update permissions for this call if
this is set to true.
[[["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 send requests for updating a service in Google Cloud Run V2, with the latest version being 2.13.0."],["The `UpdateServiceRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class has three properties: `AllowMissing` (a boolean that, if true, creates a new service if it doesn't exist), `Service` (the service to be updated), and `ValidateOnly` (a boolean indicating if the request should only be validated)."],["The class also contains two constructors: the default `UpdateServiceRequest()` constructor and the constructor `UpdateServiceRequest(UpdateServiceRequest other)` which takes another `UpdateServiceRequest` as an argument."],["The full history of versions available ranges from version 1.0.0-beta02 all the way up to version 2.13.0, each with their own page."]]],[]]