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 latest version available for the `UpdateServiceRequest` is 2.13.0, but this page is referencing version 2.7.0, which includes documentation for older versions as well."],["The `UpdateServiceRequest` class is part of the Cloud Run Admin v2 API and is used to request updates for a service within the `Google.Cloud.Run.V2` namespace."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateServiceRequest` class includes properties such as `AllowMissing`, `Service`, and `ValidateOnly`, with the `Service` property being required for update operations."],["You can use the `UpdateServiceRequest` constructor to create a new instance or make a copy of an existing `UpdateServiceRequest`."]]],[]]