Class DeleteRuntimeRequest (1.0.0-beta04)

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

Request for deleting a Managed Notebook Runtime.

Inheritance

Object > DeleteRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

DeleteRuntimeRequest()

public DeleteRuntimeRequest()

DeleteRuntimeRequest(DeleteRuntimeRequest)

public DeleteRuntimeRequest(DeleteRuntimeRequest other)
Parameter
NameDescription
otherDeleteRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

Property Value
TypeDescription
String

RequestId

public string RequestId { get; set; }

Idempotent request UUID.

Property Value
TypeDescription
String

RuntimeName

public RuntimeName RuntimeName { get; set; }

RuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
RuntimeName