public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Run Admin v2 API class DeleteServiceRequest.
Request message to delete a Service by its full name.
Implements
IMessageDeleteServiceRequest, IEquatableDeleteServiceRequest, IDeepCloneableDeleteServiceRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.RunV2Assembly
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/{project}/locations/{location}/services/{service}, where {project} can be project id or number.
| 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 |
bool |
|