public sealed class UpdateServiceRequest : IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessage
Request message for updating a service.
Implements
IMessage<UpdateServiceRequest>, IEquatable<UpdateServiceRequest>, IDeepCloneable<UpdateServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
UpdateServiceRequest()
public UpdateServiceRequest()
UpdateServiceRequest(UpdateServiceRequest)
public UpdateServiceRequest(UpdateServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateServiceRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Boolean |
Service
public Service Service { get; set; }
Required. The Service to be updated.
Property Value | |
---|---|
Type | Description |
Service |
ValidateOnly
public bool ValidateOnly { get; set; }
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
Property Value | |
---|---|
Type | Description |
Boolean |