AI Platform Notebooks v1 API - Class DeleteRuntimeRequest (2.0.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class DeleteRuntimeRequest.

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