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.
Implements
IMessageDeleteRuntimeRequest, IEquatableDeleteRuntimeRequest, IDeepCloneableDeleteRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
DeleteRuntimeRequest()
public DeleteRuntimeRequest()
DeleteRuntimeRequest(DeleteRuntimeRequest)
public DeleteRuntimeRequest(DeleteRuntimeRequest other)
Parameter | |
---|---|
Name | Description |
other |
DeleteRuntimeRequest |
Properties
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/runtimes/{runtime_id}
Property Value | |
---|---|
Type | Description |
string |
RequestId
public string RequestId { get; set; }
Idempotent request UUID.
Property Value | |
---|---|
Type | Description |
string |
RuntimeName
public RuntimeName RuntimeName { get; set; }
RuntimeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
RuntimeName |