Class StopRuntimeRequest (1.0.0-beta04)

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

Request for stopping a Managed Notebook Runtime.

Inheritance

Object > StopRuntimeRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

StopRuntimeRequest()

public StopRuntimeRequest()

StopRuntimeRequest(StopRuntimeRequest)

public StopRuntimeRequest(StopRuntimeRequest other)
Parameter
NameDescription
otherStopRuntimeRequest

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