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-09 UTC."],[[["The latest version available for the `UpdateServiceRequest` class is 2.13.0, and the documentation provides access to versions from 2.0.0 up to the latest, including a beta release at 1.0.0-beta02."],["`UpdateServiceRequest` is a class within the Cloud Run Admin v2 API, designed for sending requests to update a service, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `AllowMissing`, which allows for creating a service if it doesn't exist, `Service`, which represents the service to be updated, and `ValidateOnly`, which lets you validate a request without persisting changes."],["The `UpdateServiceRequest` class has two constructors: a default constructor, `UpdateServiceRequest()`, and an overloaded one that accepts another `UpdateServiceRequest` object as an argument for copying purposes."],["The `UpdateServiceRequest` class inherits from `object` and provides several inherited methods such as `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]