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-04-17 UTC."],[[["The latest version of the `UpdateServiceRequest` is 2.13.0, as shown by the provided content."],["The `UpdateServiceRequest` class is used for updating a service within the Cloud Run Admin v2 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from object."],["The `UpdateServiceRequest` allows for creating a new service if it does not exist, given the `AllowMissing` property is set to true and proper permissions are granted."],["The `UpdateServiceRequest` class also has properties to allow for a check that the request should be validated without updating any resources via the `ValidateOnly` property."]]],[]]