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.
Optional. 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."],["This class is part of the `Google.Cloud.Run.V2` namespace and implemented several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use in different contexts."],["The latest version available for the class is 2.13.0, and this documentation page is for version 2.10.0, with older versions from 2.0.0 up to 2.12.0 and a beta 1.0.0-beta02 listed."],["Key properties within the `UpdateServiceRequest` class include `AllowMissing`, `Service`, `UpdateMask`, and `ValidateOnly`, which control aspects of the update operation like service creation if missing, the service data to update, what specifically to update, and validation."],["The class supports two constructors to initialize a new `UpdateServiceRequest` object, one that is empty and one that takes an existing object of the same type."]]],[]]