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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eUpdateServiceRequest\u003c/code\u003e class, which is used to send requests for updating a service in Google Cloud Run V2, with the latest version being 2.13.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateServiceRequest\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits members from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has three properties: \u003ccode\u003eAllowMissing\u003c/code\u003e (a boolean that, if true, creates a new service if it doesn't exist), \u003ccode\u003eService\u003c/code\u003e (the service to be updated), and \u003ccode\u003eValidateOnly\u003c/code\u003e (a boolean indicating if the request should only be validated).\u003c/p\u003e\n"],["\u003cp\u003eThe class also contains two constructors: the default \u003ccode\u003eUpdateServiceRequest()\u003c/code\u003e constructor and the constructor \u003ccode\u003eUpdateServiceRequest(UpdateServiceRequest other)\u003c/code\u003e which takes another \u003ccode\u003eUpdateServiceRequest\u003c/code\u003e as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]