Cloud Run Admin v2 API - Class DeleteServiceRequest (2.0.0)

public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteServiceRequest.

Request message to delete a Service by its full name.

Inheritance

object > DeleteServiceRequest

Namespace

GoogleCloudGoogle.Cloud.RunV2

Assembly

Google.Cloud.Run.V2.dll

Constructors

DeleteServiceRequest()

public DeleteServiceRequest()

DeleteServiceRequest(DeleteServiceRequest)

public DeleteServiceRequest(DeleteServiceRequest other)
Parameter
NameDescription
otherDeleteServiceRequest

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
TypeDescription
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
TypeDescription
string

ServiceName

public ServiceName ServiceName { get; set; }

ServiceName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceName

ValidateOnly

public bool ValidateOnly { get; set; }

Indicates that the request should be validated without actually deleting any resources.

Property Value
TypeDescription
bool