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. 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 provides reference documentation for the `UpdateServiceRequest` class within the Cloud Run Admin v2 API for .NET, with the latest version being 2.13.0."],["The `UpdateServiceRequest` class is used to send requests for updating a service in Cloud Run, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `UpdateServiceRequest` has properties like `AllowMissing`, `Service`, and `ValidateOnly`, which dictate whether to create a service if it doesn't exist, the service details to be updated, and whether to only validate the request without persisting it, respectively."],["The UpdateServiceRequest class has two constructors, one that is empty, and another that takes in a parameter of type UpdateServiceRequest."],["A list of prior versions is available, ranging from version 2.12.0 down to 1.0.0-beta02, including the most up to date."]]],[]]