public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Request message to delete a Service by its full name.
Implements
IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
DeleteServiceRequest()
public DeleteServiceRequest()
DeleteServiceRequest(DeleteServiceRequest)
public DeleteServiceRequest(DeleteServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteServiceRequest |
Properties
Etag
public string Etag { get; set; }
A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Required. The full name of the Service. Format: projects/{projectnumber}/locations/{location}/services/{service}
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public ServiceName ServiceName { get; set; }
ServiceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |
ValidateOnly
public bool ValidateOnly { get; set; }
Indicates that the request should be validated without actually deleting any resources.
Property Value | |
---|---|
Type | Description |
Boolean |